- 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,hexToBnoru8aToBn, 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/nodeinstalled - Adjust for available ESM-only dependencies
- Upgrade dependencies to latest stable versions
- Upgrade to
@polkadot/wasm-crypto6.2.3