changelog
new features
new external API
- Added extrinsics
transfer_asset,receiver_affirm_asset_transferandreject_asset_transferto the Asset pallet (#1862)
new events
- Adds
TransferWithMemoto the balances pallet (#1856) - Added event
CreatedAssetTransfer { asset_id: AssetId, from: AccountId, to: AccountId, amount: u128, memo: Option<Memo>, pending_transfer_id: PendingTransferId }to the Assets pallet (#1862)
other
- Removes the old asset owner from the agents list (#1852)
- Adds the new owner as an agent with full permissions (#1852)
- block except permissions for external agents (#1855)
- Removes cdd check from relayer (#1856)
- Removes cdd check from relay_tx (#1856)
- Update CddHandler to decrease [
Authorization.count] every time the any of the following extrinsics fail (#1869)- pallet-identity (accept_primary_key, join_identity_as_key, rotate_primary_key_to_secondary);
- pallet-relayer (accept_paying_key)
- pallet-multisig (accept_multisig_signer)
Full Changelog: v7.3.0...v7.4.0