Skip to content

Releases: polkadot-js/api

v16.4.2

22 Jul 13:51
Compare
Choose a tag to compare
  • Add validation for cache capacity and TTL in LRUCache (#6187)

v16.4.1

09 Jul 04:16
Compare
Choose a tag to compare
  • Update Kusama types to 1.6.0 (#6175)
  • fix(api-contracts): correctly decode pallet_revive events (#6181)

v16.3.1

01 Jul 17:33
Compare
Choose a tag to compare
  • Update Substrate types to Polkadot stable2503-5 (#6172)
  • Update Polkadot types to polkadot-fellows/runtimes release 1.6.0 (#6173)
  • Update AssetHub Polkadot types to 1.6.0 (#6174)
  • Update AssetHub Kusama types to 1.6.0 (#6176)
  • Fix signature issue in signAsync + send flow #6177
  • Bump @polkadot/common to 13.5.2 (#6179)

v16.2.2

18 Jun 03:36
Compare
Choose a tag to compare

Changes:

  • feat(types-codec): Add maximum depth limit in decodeU8a functions (#6168)
  • bump polkadotjs/common to 13.5.2 (#6170)

v16.2.1

10 Jun 15:09
Compare
Choose a tag to compare

Contributed:

  • feat(api-contract): add support for ink! v6 and pallet-revive compatibility (#6158)

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)