Releases: polkadot-js/common
Releases · polkadot-js/common
v2.17.1
v2.16.1
v2.15.1
v2.14.1
- Add
extractTime
utility conversion (Thanks to https://github.com/kwingram25)
v2.13.1
v2.12.2
v2.12.1
- Important Removed
mnemonicToSeed
, it is only for bip39, usemnemonicToMiniSecret
for the Substrate variant - Added
u8aEq
to compare two Uint8Array or hex values for an exact match - Added
addressEq
to compare two addresses (ss58, Uint8array or hex) for an exact match - Throw error on
{nacl,schnorrkel}Verify
on invalid input lengths - Performance optimizations in
u8aToHex
&u8aConcat
v2.11.1
v2.10.1
- Add Kulupu ss58 prefix as an allowed value (Thanks to https://github.com/sorpaas)
- Make the
TextEncoder
polyfill handle non-compliant Buffer implementations (newer versions of Jest) DeriveJunction
now also allows for BigInt values (aligning with number types elsewhere)- Small code-flow optimizations
v2.9.1
- Add support for ECDSA keypairs (Thanks to https://github.com/akru)
- Added
createKeyMulti
&createKeySub
to create utility sub & multi keys - Added
u8aSorted
to sortUint8Arrays
- Added
sortAddresses
to sort addresses based on their internal representation