Releases: polkadot-js/common
Releases · polkadot-js/common
v10.1.6
v10.1.5
v10.1.4
Contributed:
- Ledger support for Kusama Bifrost (Thanks to https://github.com/awesomepan)
Changes:
- Upgrade dependencies to latest stable versions
v10.1.3
v10.1.2
v10.1.1
Changes:
- Add
arrayUnzip
as reverse ofarrayZip
- Adjust
objectSpread
to natively handleMap
entries spreads - Adjust
isAscii
check to disallow\t
,\n
, &\r
characters - Adjust
nobody
zero-key pair with pre-computed address - Align
objectProperty
&lazyMethod
call signatures (backwards compatible) - Various internal speed optimizations
- Upgrade dependencies to latest stable versions
v10.0.2
v10.0.1
- Breaking change In this major version version previously deprecated function signatures have been removed. If still using the old forms for either
bnToHex
,bnToU8a
,formatBalance
,hexToBn
oru8aToBn
, please update and only pass through an options object as the second parameter.
Contributed:
- Ledger support for Stafi (Thanks to https://github.com/kaelnew)
- Ledger support for Aleph Zero (Thanks to https://github.com/carlosala)
- Add genesis for HydraDX parachain (Thanks to https://github.com/jak-pan)
Changes:
- Remove deprecated signatures for
bnToHex
,bnToU8a
,formatBalance
,hexToBn
,u8aToBn
- Align option handling of
n*
(BigInt) functions withbn*
(BN) - Allow for usage without
@types/node
installed - Adjust for available ESM-only dependencies
- Upgrade dependencies to latest stable versions
- Upgrade to
@polkadot/wasm-crypto
6.2.3