Releases: polkadot-js/api
Releases · polkadot-js/api
v10.9.1
Changes:
- Adjust object index access for stricter tsconfig settings
- Update to latest Polkadot, Kusama & Substrate metadata
v10.8.1
Contributed:
- Added support for extended Contracts ABI V4 definitions (Thanks to https://github.com/statictype)
Changes:
- Update to latest Polkadot, Kusama & Substrate metadata
- Cleanup (some) linting overrides
v10.7.3
Changes:
- Ensure that
.paymentInfo
never mutates the underlying/existing signature
v10.7.2
Contributed:
- Allow
api.setSigner(...)
to clear existing (Thanks to https://github.com/polymath-eric)
Changes:
- Adjust
@polkadot/types-create
exports with no duplicates
v10.7.1
Changes:
- Update to latest Polkadot, Kusama & Substrate metadata
- Add
module
topackage.json
export map (ESM-only)
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