Skip to content

Releases: polkadot-js/api

v14.2.3

05 Nov 15:49
Compare
Choose a tag to compare

Changes:

  • Increase RPC-CORE default cache capacity (#6016)
  • Set CI to use Node.js Iron (v20) (#6018)

v14.2.2

31 Oct 14:03
Compare
Choose a tag to compare

Changes:

  • fix: update LRUcache to not keep thread (#6013)
  • Adjust api.derive.staking.nextElected to use erasStakersOverview (#6011)

v14.2.1

28 Oct 19:43
Compare
Choose a tag to compare

Changes:

  • Add isClaimed field to api.derive.staking._stakerRewards (#6007)
  • Upgrade polkadot/common to 13.1.2 (#6008)
  • Bump yarn to 4.5.1 (#6005)

v14.1.1

21 Oct 14:33
Compare
Choose a tag to compare

Changes:

  • Fix deno build in CI to version 1.42.x (#5999)
  • Add LRU TTL cache implementation (#5997)
    • This focuses on performance advancements and less memory usage
  • Update non-pjs deps (#6000)
  • Set static metadata to v15 and update typegen to generate runtime apis and use v15 metadata (#5987)
    • Additionally: This does update the static types to be inline with polkadot 1003003
  • Bump dev to 0.81.2 (#6001)
    • Allows for correct CJS targetting
  • Bump common to 13.2.1 (#6002)

v14.0.1

02 Oct 20:51
Compare
Choose a tag to compare

Changes:

  • TransactionExtension, ExtrinsicV5 (#5976)
    • This is a very large feature that gives support for Extrinsic V5. This is not a breaking change, but because of the impact it has it is a Major bump.
    • This PR acts as a forward compatible feature that still focuses on v4, but allows for the use of v5 when:
      a: The metadata extrinsic version is set to 5
      b: The extrinsic version is set to 5 when manually constructing transactions.
    • The PR allows the decoding of all v4, and v5 extrinsics including {bare, signed, general} transactions.
  • Address parsing issues for H160 accounts in api.derive.accounts.{*} (#5991)

v13.2.1

23 Sep 13:34
Compare
Choose a tag to compare

Changes:

  • Generate Runtime Apis Dynamically (#5986)
  • Fix logging for older runtimes for runtime-api decoration (#5988)

v13.1.1

18 Sep 01:08
Compare
Choose a tag to compare

Changes:

  • Upgrade polkadot/common to 13.1.1 (#5982)
  • Implement xcm dryRunApi (#5970)
  • Initialize the API with metadata V15 (#5941)
  • Bump yarn to 4.5.0 (#5983)

v13.0.1

10 Sep 22:20
Compare
Choose a tag to compare

Breaking Changes:

  • Change assetId type in SignerPayloadJSON to HexString (#5967)
  • Keep assetId hex as an Option for toPayload (#5968)

NOTE: This is part of the current change to generalize the SignerPayloadJSON in order to simplify its integration across other tools. The return value of assetId field with toPayload will always be its true type now, which in this case is Option<TAssetConversion> where TAssetConversion is equal to MultiLocation | AssetId.

Changes:

  • Bump dev and typescript (#5964)
  • Bump yarn to 4.1.1 (#5978)
  • Add kusama types-known v1.3.0 upgrade (#5971)
  • Update Kusama augmented types to 1.3.0 (#5972)
    • Please reference the PR above to view any changes in the runtime types

v12.4.2

21 Aug 12:23
Compare
Choose a tag to compare

Changes:

  • Fix derive.balances.all when data is undefined (#5961)

v12.4.1

19 Aug 18:53
Compare
Choose a tag to compare

Contributed:

Changes:

  • Bump yarn to 4.4.0 (#5952)
  • Update General Deps (patch only) (#5954)
  • Rework api.derive.balance.{account, all} to work with the new frame account data (#5955)
    • Adds transferable and frameSystemAccountInfo to the output of api.derive.balance.all
  • Revise api.derive.balances.all to include ED when necessary (#5957)
    • Fixes the formula used for transferable balance