changelog
data migration
- Add migration for unlinking AssetId/Ticker for reserved tickers;
other
- Remove our wrapper around
frame_system::CheckWeight
. - Update
transaction-payment
pallet to use new macros; Identity.add_secondary_key_with_authorization
now checks for duplicate keys.Identity.cdd_register_did
andIdentity.cdd_register_did_with_cdd
now checks for duplicate keys and don't require secondary keys to be unlinked.- chill_from_governance emits the
PermissionedIdentityRemoved
event; get_npos_targets
checks if validator is compliant and active balance is above minimum;get_npos_voters
checks if nomitors and validators are compliant;- Remove the old v7 migrations.
- Cleanup the Rust docs of the asset pallet.
- Replaced usage of "security token" and "token" with "asset".