You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds multiple checks for execute_instruction #1630
In function ensure_portfolio_transfer_validity_granular, PortfolioValidityResult::receiver_is_same_portfolio will be set to true if the transfer is between different portfolios, but belong to the Identity #1628
Allow Identity pallet extrinsics to be subsidised #1676
new external API
Adds the following errors to the asset pallet: InvalidTransferInvalidReceiverCDD, InvalidTransferInvalidSenderCDD#1650
Adds the following errors to the nft pallet: InvalidNFTTransferSenderIdMatchesReceiverId, InvalidNFTTransferInvalidReceiverCDD, InvalidNFTTransferInvalidSenderCDD#1650
Adds the following rpc endpoints: get_transfer_report, get_execute_instruction_report, compliance_report#1650
Add the following asset storage: CurrentAssetMetadataLocalKey, CurrentAssetMetadataGlobalKey#1650
Add the following NFT storage: CurrentNFTId, CurrentCollectionId#1650
Adds the following error variant to the portfolio pallet: InvalidTransferSenderIdMatchesReceiverId#1628
Adds the ProposalFailedToExecute event to the multsig pallet #1632
Adds the following error variants to the asset_pallet: InvalidTransferFrozenAsset, InvalidTransferComplianceFailure#1591
modified external API
Deprecate the can_transfer_granular rpc endpoints #1650
Deprecate the following asset storage: AssetMetadataNextLocalKey, AssetMetadataNextGlobalKey#1658
Deprecate the following NFT storage: NextCollectionId, NextNFTId#1658
Adds two error variants: BoundNotMet, TooManyNominators to the staking pallet Error#1623