Releases: polkadot-js/api
Releases · polkadot-js/api
v10.12.1
Contributed:
- Ink! V5 Support (Thanks to https://github.com/peetzweg)
v10.11.3
Contributed:
- Fix sorting of
Option
values and error on duplicates from BTreeSet/BTreeMap (Thanks to https://github.com/Neopallium) - Fix BEEFY compact signed commitment in versioned finality proofs (Thanks to https://github.com/mfornos)
- Update @substrate/connect (Thanks to https://github.com/kratico)
Changes:
- Bump dev w/ packageDetect adjustments
- Update copyright year
- Bump nock, and dev deps
- Allow
cacheCapacity
option for theWsProvider
- Bump yarn
v10.11.2
Contributed:
- Add
chainIsEthereum
key toRegistry
interface (Thanks to https://github.com/fgamundi) - Adjust types for
ChargeAssetTxPayment
(Thanks to https://github.com/bee344)
Changes:
- Support
[8a;32]
types in known keys - Update to latest Substrate metadata
v10.11.1
Contributed:
- Support for latest
ChargeAssetTxPayment
(Thanks to https://github.com/bee344) - Support for latest
beefy::subscribeJustifications()
(Thanks to https://github.com/serban300)
Changes:
- Add known
intrablockEntropy
storage key - Add support for
SkipCheckIfFeeless
signed extension - Ensure all usages of
balances.transfer
(in tests) have been removed - Drop support for Node 16 (EOL 11 Sep 2023)
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)