Releases: polkadot-js/common
Releases · polkadot-js/common
v11.1.1
Contributed:
- Add 3DPass genesisHash (Thanks to https://github.com/fedosov)
Changes:
- Remove support for encrypt/decrypt functionality on keypair
- Upgrade dependencies to latest stable versions
v11.0.2
Changes:
- Use consistent
.js
imports in source files (TS moduleResolution) - Remove TS resolveJsonModule option
- Upgrade to
@polkadot/wasm-crypto
7.0.3
v11.0.1
Changes:
- Change
@polkadot/x-ws
to use ws package (previous:websocket
) - Add
/*#__PURE__*/
annotations for@polkadot/x-*
packages - Swap TS -> JS compiler to use tsc (from babel)
- Adjust all tests to use
node:test
runner (ESM variants) - Move
cryptoWaitReady()
top-level in test files - Upgrade to
@polkadot/wasm-crypto
7.0.1
v10.4.2
Contributed:
- Ledger support for Pendulum (Thanks to https://github.com/carlosala)
Changes:
- Ensure
u8aToU8a
correctly unwraps Buffer value (check ordering) - Upgrade dependencies to latest stable versions
v10.4.1
Contributed:
- Locale support for number formatting (Thanks to https://github.com/alko89)
- Ledger support for Picasso (Thanks to https://github.com/carlosala)
Changes:
- Add
isClass
helper (checks if input is actual Class Constructor) - Adjust
isChildClass
to rely on newisClass
- Upgrade dependencies to latest stable versions
v10.3.1
Contributed:
- Ledger support for Ternoa (Thanks to https://github.com/mohsinriaz17)
Changes:
- Expand
arrayChunk
tests - Adjust output for Ledger sanity checks
- Expand exported
bigint
constants to match with those inBN
- Adjust internal character maps to operate on
Uint8Array
instad ofArray<number>
- Upgrade dependencies to latest stable versions
v10.2.6
Changes:
- Drop stray
console.error
log (it really is Friday 13th)
v10.2.5
Changes:
- Bugfix for
formatBalance
(forceUnit) withBN
inputs where output is less than 0
v10.2.4
Changes:
- Add the
withAll
(default false) flag toformatBalance
to format to max decimals - Add the
withZero
(default true) flags toformatBalance
to retain trailing zeros
v10.2.3
Changes:
- Adjust
isBuffer
check onxglobal
(no auto-polyfill detection on eg. parcel) - Upgrade dependencies to latest stable versions