Releases: polkadot-js/api
Releases · polkadot-js/api
v15.1.1
v15.0.2
v15.0.1
Breaking Changes:
- Allow external signers to modify the payload (#6030) (Thanks to https://github.com/Tbaut)
- Add
allowCallDataAlteration
toSignatureOptions
, andSignerOptions
. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.
- Add
Contributed:
- fix(ExtrinsicPayload): decode assetId with and without option (#6037) (Thanks to https://github.com/carlosala)
Changes:
v14.3.1
Changes:
- Add rpcCacheCapacity option to ApiOptions (#6020)
- Update metadata script for types-support (#6021)
- Add AssetHub to types-support and test generation (#6022)
- Fix node v22 testing compatibility w/ dev bump (#6024)
- Fix isClaimed for edgecase with non validator Ids (#6027)
- Fix isClaimed in api.derive.staking.{stakerRewards, stakerRewardsMultiEras, stakerRewardsMulti} (#6026)
- Upgrade common to 13.2.3 (#6025)
v14.2.3
v14.2.2
v14.2.1
v14.1.1
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
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)