Skip to content

v16.0.1

Compare
Choose a tag to compare
@polkadot-js-bot polkadot-js-bot released this 19 May 21:22

Breaking Changes:

  • With the upgrade to Metadata v16, several fields have been removed or replaced. The following fields no longer exist in the updated metadata definitions:
    • type: This field has been completely removed in Metadata.
    • version: Previously part of ExtrinsicMetadata. Replaced by versions, which now holds an array Vec<u8> of supported extrinsic versions instead of a single value.
    • extraType: This field has been completely removed in ExtrinsicMetadata.
    • signedExtensions: Previously part of ExtrinsicMetadata. Replaced by transactionExtensions, which provides a more structured definition of extensions, and transactionExtensionsByVersion, mapping versions to active extensions.

Changes:

  • Metadata v16 (#6130)
  • Add dryRunApi v2 definition (#6144)
  • Add type augmentation for AssetHub (#6148)
  • Upgrade polkadot/common to 13.5.1 (#6150)