Releases: polkadot-js/api
Releases · polkadot-js/api
v10.10.1
Contributed:
- Add aliases for Noir type paths (Thanks to https://github.com/conr2d)
- Add runtime
FungliblesApi
version 2 (Thanks to https://github.com/bkontur) - Add runtime
EthereumApi
version 5 (Thanks to https://github.com/timbrinded) - Add runtime
AssetConversionApi
(Thanks to https://github.com/jsidorenko) - Adjust types for runtime
AssetConversionApi
(Thanks to https://github.com/jsidorenko) - Expand test cases for
Int
conversions (Thanks to https://github.com/peetzweg) - Add
isEthereum
to chain properties (Thanks to https://github.com/fgamundi) - Allow RiscV contracts via check (Thanks to https://github.com/statictype)
Changes:
- Serialize any additional payload fields via
toJSON()
- Expose internal
rpc-core
stats onapi.stats
getter - Add support for latest/stable V15 metadata interfaces
- Add runtime
BeefyApi
version 3 - Add runtime
ParachainHost
version 5 - Expose
chain.subscribeFinalizedBlocks
derive - Consistently use
import.meta.url
inside tests - Group
Uint/Int
tests for maintainability - Update to latest Polkadot, Kusama & Substrate metadata
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