Skip to content

Releases: polkadot-js/api

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)

v15.7.1

25 Feb 15:15
Compare
Choose a tag to compare

Changes:

  • Upgrade Kusama types to 1.4.0 (#6098)
  • Api-Derives documentation generator (#6099)
  • Upgrade Polkadot types to v1.4.0 (#6100)
  • Add WeightReclaim transaction extension to known extensions (#6102)
  • Add westend code upgrades (#6103 )

v15.6.1

17 Feb 18:33
Compare
Choose a tag to compare

Changes:

  • Log Http/Ws request on error #6091
  • Only identify Struct as empty when it has no keys. #6092
  • Check for api.query.identity in getSubIdentities #6093
  • Upgrade common to 13.4.3 #6095

v15.5.2

03 Feb 13:47
Compare
Choose a tag to compare

Changes:

  • Ensure assetId is handled correctly when addSignature is used (#6083)
    • NOTE: This is specific to signers but also extends to class GenericExtrinsicPayloadV4.
  • Fix typegen adding invalid imports (#6082)
  • Include missing known keys (#6084)

v15.5.1

27 Jan 17:30
Compare
Choose a tag to compare

Contributed:

Changes:

  • Update polkadot, kusama types-support for rpc, and ver (#6078)
  • Update Asset-Hub types-support rpc, and ver (#6077)
  • Patch typegen query to prevent it from adding invalid import (#6073)
  • Extend GenericAccountId description (#6072)

v15.4.1

20 Jan 21:38
Compare
Choose a tag to compare
  • Allow api.derive.accounts.identity() to obtain SubIdentities (#6066)
    • Adds a new field subs to the DeriveAccountRegistration output of api.derive.accounts.identity()
  • Add ElectionResult type override (#6067)
  • Bump dev to 0.83.2 (#6069)
    • Increases performance of the test-runner, both locally, and in the CI