Releases: polkadot-js/api
Releases · polkadot-js/api
v15.4.1
- Allow api.derive.accounts.identity() to obtain SubIdentities (#6066)
- Adds a new field
subs
to theDeriveAccountRegistration
output ofapi.derive.accounts.identity()
- Adds a new field
- Add ElectionResult type override (#6067)
- Bump dev to 0.83.2 (#6069)
- Increases performance of the test-runner, both locally, and in the CI
v15.3.1
- Set typegen scripts for Docs to use v15 (#6060)
- Add Asset hub options to polkadot-types-internal-metadata (#6062)
- Add metadataVer cli arg for polkadot-types-internal-metadata, and ensure backwards compatibility with v14 (#6063)
- This adds
--metadataVer
topolkadot-types-internal-metadata
. It is meant to be used along side--endpoint
which will allow for the use of metadata versions above v14.
- This adds
v15.2.1
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)