Releases: polkadot-js/api
Releases · polkadot-js/api
v15.9.3
Contributions:
- Throws detailed error information (#6116)
v15.9.2
Changes:
- Enhance property access validation in Struct decoding (#6126)
- Improve type registry known defaults implementation to a Map (#6127)
- bump polkadot/common to 13.4.4 (#6128)
v15.9.1
Changes:
- Fix signAsync() docs (#6121)
- Make TTL configurable on WsProvider & HttpProvider (#6123)
v15.8.1
Changes:
- Add derives to obtain Extrinsic Information (#6113)
v15.7.2
Changes:
- Update asset-hub type-support metadata files for v1.4.0 (#6105)
- Document available Api Derives (#6106)
- Fix derives base path in typegen (#6107)
v15.7.1
Changes:
- Upgrade Kusama types to 1.4.0 (#6098)
- Api-Derives documentation generator (#6099)
- Upgrade Polkadot types to v1.4.0 (#6100)
- Add WeightReclaim transaction extension to known extensions (#6102)
- Add westend code upgrades (#6103 )
v15.6.1
Changes:
- Log Http/Ws request on error #6091
- Only identify Struct as empty when it has no keys. #6092
- Check for api.query.identity in getSubIdentities #6093
- Upgrade common to 13.4.3 #6095
v15.5.2
Changes:
- Ensure assetId is handled correctly when addSignature is used (#6083)
- NOTE: This is specific to signers but also extends to
class GenericExtrinsicPayloadV4
.
- Fix typegen adding invalid imports (#6082)
- Include missing known keys (#6084)
v15.5.1
Contributed:
Changes:
- Update polkadot, kusama types-support for rpc, and ver (#6078)
- Update Asset-Hub types-support rpc, and ver (#6077)
- Patch typegen query to prevent it from adding invalid import (#6073)
- Extend
GenericAccountId
description (#6072)
v15.4.1
- Allow api.derive.accounts.identity() to obtain SubIdentities (#6066)
- Adds a new field
subs
to the DeriveAccountRegistration
output of api.derive.accounts.identity()
- Add ElectionResult type override (#6067)
- Bump dev to 0.83.2 (#6069)
- Increases performance of the test-runner, both locally, and in the CI