Skip to content

Polymesh v7.1.0

Latest
Compare
Choose a tag to compare
@adamdossa adamdossa released this 16 Jan 13:01
7f87afa

7.1 Release Notes

changelog

data migration

  • Add migration for unlinking AssetId/Ticker for reserved tickers;

new events

  • Emit event AllowIdentityToCreatePortfolios when Portfolio.allow_identity_to_create_portfolios is called.
  • Emit event RevokeCreatePortfoliosPermission when Portfolio.revoke_create_portfolios_permission is called.

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 and Identity.cdd_register_did_with_cdd now checks for duplicate keys and don't require secondary keys to be unlinked.
  • chill_from_governance emits the PermissionedIdentityRemovedevent;
  • 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".