Skip to content

Releases: polkadot-js/api

v10.4.1

22 Apr 10:02
Compare
Choose a tag to compare

Contributed:

Changes:

  • Adjust AccountId20 detection with partial match
  • Cleanup block author extraction derives
  • Update to latest Polkadot, Kusama & Substrate metadata
  • Drop support for Node 14 (EOL 30 Apr 2023)

v10.3.4

16 Apr 09:50
Compare
Choose a tag to compare

Changes:

  • Ensure block author extract uses the correct as-at block construction state

v10.3.3

15 Apr 12:08
Compare
Choose a tag to compare

Contributed:

Changes:

  • Update to latest Polkadot, Kusama & Substrate metadata
  • Minimal support for a @tsconfig/stricter setup

v10.3.2

10 Apr 05:23
Compare
Choose a tag to compare

Changes:

  • Revert throw on MSB BitVec (toHuman() output is still incorrect)

v10.3.1

09 Apr 09:45
Compare
Choose a tag to compare

Changes:

  • Add BitVec.toBoolArray() helper function
  • Tie down BitVec from metadata to only allow (default) Lsb
  • Support for TransactionPaymentApi/4
  • Update to latest Polkadot, Kusama & Substrate metadata

v10.2.2

01 Apr 08:41
Compare
Choose a tag to compare

Contributed:

Changes:

  • Update to latest Polkadot, Kusama & Substrate metadata

v10.2.1

25 Mar 11:10
Compare
Choose a tag to compare

Contributed:

Changes:

  • Use Promise resolve/reject to track state in typegen on-chain metadata retrievals
  • Adjust signing header retrieval, catering for discarded state fallbacks
  • Add support for ParachainHost v4 runtime calls
  • Basic support for markdown generation for different chains (only Kusama & Polkadot currently added)
  • Add not-to-be-used ISize type support (same as USize, throwing on use - added for completeness)
  • Ensure AccountId20.eq does not fail on null/undefined inputs
  • Expand tests around toU8a() where the isBare flag is is being used
  • Update to latest Polkadot, Kusama & Substrate metadata

v10.1.4

19 Mar 08:21
Compare
Choose a tag to compare

Changes:

  • Add methods for v2 Metadata_* runtime calls

v10.1.3

15 Mar 10:55
Compare
Choose a tag to compare

Changes:

  • Remove incorrect .module. specifiers in typegen code
  • Mark unsafe RPC methods (and include in rpc.md generation)

v10.1.2

11 Mar 11:44
Compare
Choose a tag to compare

Changes:

  • Adjust type exports to remove invalid generated exports from /src/
  • Apply missing /*#__PURE__*/ exports in api-derive