- 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)
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