Releases: polkadot-js/api
Releases · polkadot-js/api
v10.6.1
Contributed:
- Extract runtime details for custom documentation (Thanks to https://github.com/FlorianFranzen)
Changes:
- Apply historic
Scheduled
types for Kusama (as reported, non-comprehensive) - Adjust Deno types inside
WsProvider
- Allow parsing of (experimental) metadata v15
- Update to latest Polkadot, Kusama & Substrate metadata
v10.5.1
Changes:
- Default to hex-only in
Int/UInt.toJSON
for > 128-bit values - Allow for disabling of
isPedantic
storage checks in API options - Adjust usage of
objectSpread
, default to runtime as required - Adjust compilation output for
__internal__
class fields - Update to latest Polkadot, Kusama & Substrate metadata
v10.4.1
Contributed:
- Apply
noInitWarn
flag to signed extension warnings (Thanks to https://github.com/xlc)
Changes:
- Adjust
AccountId20
detection with partial match - Cleanup block author extraction derives
- Update to latest Polkadot, Kusama & Substrate metadata
- Drop support for Node 14 (EOL 30 Apr 2023)
v10.3.4
Changes:
- Ensure block author extract uses the correct as-at block construction state
v10.3.3
Contributed:
- Add support for Fungibles runtime api (Thanks to https://github.com/bkontur)
- Update Nimbus Collator lookups (Thanks to https://github.com/grenade)
Changes:
- Update to latest Polkadot, Kusama & Substrate metadata
- Minimal support for a
@tsconfig/stricter
setup
v10.3.2
Changes:
- Revert throw on MSB BitVec (
toHuman()
output is still incorrect)
v10.3.1
Changes:
- Add
BitVec.toBoolArray()
helper function - Tie down
BitVec
from metadata to only allow (default) Lsb - Support for
TransactionPaymentApi/4
- Update to latest Polkadot, Kusama & Substrate metadata
v10.2.2
Contributed:
- Support expanded Nimbus lookups to Collators (Thanks to https://github.com/grenade)
Changes:
- Update to latest Polkadot, Kusama & Substrate metadata
v10.2.1
Contributed:
- Add support for new Frontier
AccountId20
mapping (Thanks to https://github.com/koushiro) - Adjust MMR RPCs & runtime calls to align with latest (Thanks to https://github.com/Lederstrumpf)
Changes:
- Use Promise resolve/reject to track state in typegen on-chain metadata retrievals
- Adjust signing header retrieval, catering for discarded state fallbacks
- Add support for
ParachainHost v4
runtime calls - Basic support for markdown generation for different chains (only Kusama & Polkadot currently added)
- Add not-to-be-used
ISize
type support (same asUSize
, throwing on use - added for completeness) - Ensure
AccountId20.eq
does not fail on null/undefined inputs - Expand tests around
toU8a()
where theisBare
flag is is being used - Update to latest Polkadot, Kusama & Substrate metadata
v10.1.4
Changes:
- Add methods for v2
Metadata_*
runtime calls