Skip to content

Releases: polkadot-js/api

v16.1.2

04 Jun 15:56
Compare
Choose a tag to compare

Changes:

  • Use ExtrinsicV4 by default (#6164)

v16.1.1

29 May 18:50
Compare
Choose a tag to compare

Changes:

  • Update AssetHub types to 1.5.1 release (#6155)
  • fix: correct BitVec length calculation from bytes to bits in codec (#6152)
  • Update README with metadata retrieval instructions and testing caveats (#6156)
  • Initialize RpcCore with configured ttl (#6160)

v16.0.1

19 May 21:22
Compare
Choose a tag to compare

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)

v15.10.2

13 May 19:00
Compare
Choose a tag to compare

Changes:

  • Fix StagingXcmV5Junctions generation (#6145)

v15.10.1

13 May 14:09
Compare
Choose a tag to compare

Changes:

  • Update Substrate types for polkadot-sdk v2503-2-rc1 (#6137)
  • Upgrade Kusama types to 1.5.0 (#6139)
  • Upgrade Polkadot types to 1.5.0 (#6140)
  • Improve Xcm V5 support (#6142)

v15.9.3

07 May 12:10
Compare
Choose a tag to compare

Contributions:

  • Throws detailed error information (#6116)

v15.9.2

15 Apr 18:00
Compare
Choose a tag to compare

Changes:

  • Enhance property access validation in Struct decoding (#6126)
  • Improve type registry known defaults implementation to a Map (#6127)
  • bump polkadot/common to 13.4.4 (#6128)

v15.9.1

27 Mar 20:38
Compare
Choose a tag to compare

Changes:

  • Fix signAsync() docs (#6121)
  • Make TTL configurable on WsProvider & HttpProvider (#6123)

v15.8.1

10 Mar 12:44
Compare
Choose a tag to compare

Changes:

  • Add derives to obtain Extrinsic Information (#6113)

v15.7.2

03 Mar 13:45
Compare
Choose a tag to compare

Changes:

  • Update asset-hub type-support metadata files for v1.4.0 (#6105)
  • Document available Api Derives (#6106)
  • Fix derives base path in typegen (#6107)