Releases: polkadot-js/api
Releases · polkadot-js/api
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)
v13.2.1
v13.1.1
v13.0.1
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:
v12.4.2
v12.4.1
Contributed:
- Add a check for tip in Submittable (Thanks to https://github.com/gupnik) (#5953)
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
andframeSystemAccountInfo
to the output ofapi.derive.balance.all
- Adds
- Revise api.derive.balances.all to include ED when necessary (#5957)
- Fixes the formula used for transferable balance