Skip to content

Releases: polkadot-js/api

v10.6.1

07 May 11:41
Compare
Choose a tag to compare

Contributed:

Changes:

  • Apply historic Scheduled types for Kusama (as reported, non-comprehensive)
  • Adjust Deno types inside WsProvider
  • Allow parsing of (experimental) metadata v15
  • Update to latest Polkadot, Kusama & Substrate metadata

v10.5.1

29 Apr 09:11
Compare
Choose a tag to compare

Changes:

  • Default to hex-only in Int/UInt.toJSON for > 128-bit values
  • Allow for disabling of isPedantic storage checks in API options
  • Adjust usage of objectSpread, default to runtime as required
  • Adjust compilation output for __internal__ class fields
  • Update to latest Polkadot, Kusama & Substrate metadata

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