Releases: polkadot-js/common
Releases · polkadot-js/common
v9.6.2
v9.6.1
v9.5.1
Contributed:
- Update Bifrost genesisHash (Thanks to https://github.com/awesomepan)
- Add Ledger support for Composable (Thanks to https://github.com/carlosala)
Changes:
- Add
u8aToNumber
(limited, <= 48 bits) function - Use
~~
as bitwise/fasterMath.floor
replacement - Remove unneeded
objectSpread
option expansions - Optimize
hexToU8a
operations - Optimize
stringCamelCase
operations - Optimize
u8aToBn
operations - Additional internal/external comments (as missing)
- Upgrade dependencies to latest stable versions
v9.4.1
v9.3.1
Contributed:
- Add Ledger support for Parallel (Thanks to https://github.com/carlosala)
- Add Ledger support for Astar & Polkadex (Thanks to https://github.com/carlosala)
Changes:
- Adjust
u8aToU8a
checks with betterisU8a
shortcut - Adjust compact conversion with unrolled loops
- Adjust
string{Camel, Pascal}Case
with loop (no map) - Add
compactFromU8aLim
variant with Uint8Array-only inputs - Add
u8aConcatStrict
variant with Uint8Array-only inputs - Internal code maintainability enhancements
- Upgrade dependencies to latest stable versions
v9.2.1
Contributed:
- Add Ledger support for Acala (Thanks to https://github.com/ntduan)
Changes:
- Optimize
u8aToHex
with direct (non-hex) conversion - Change all occurences of
.substr(...)
to.substring(...)
- Sync with upstream Substrate ss58 registry
- Mark deprecated function signatures (no removals)
- Re-enable auto init of
cryptoWaitReady()
- Upgrade to
@polkadot/wasm-crypto
6.1.1
v9.1.1
Contributed:
- Add Ledger support for Statemint (Thanks to https://github.com/carlosala)
- Add Ledger support for xxnetwork (Thanks to https://github.com/xx-labs)
Changes:
- Adjust/dedupe output from
detectPackage
- Adjust
isHex
performance test - Add field-level comments to some
*Options
structures - Add new Rococo genesisHash (reset)
v9.0.1
- Breaking change In this major version the commonjs outputs are moved to a sub-folder. Since the export map and main field in package.json does reflect this change, there should be no usage changes. However the packages here will all need to be on the same version for internal linkage.
Changes:
- Be explicit in
@polkadot/util-crypto
re-exports from@polkadot/networks
- Output commonjs files under the
cjs/**
root - Upgrade to
@polkadot/wasm-crypto
6.0.1
v8.7.1
v8.6.1
Important This contains an upgraded version of @polkadot/wasm-crypto
. For users of asm.js, e.g. React Native, there are some additional upgrade instructions in the release notes for this version https://github.com/polkadot-js/wasm/releases/tag/v5.0.1
Contributed:
- Add aditional Dock mainnet genesis (Thanks to https://github.com/lovesh)
- Add Westend genesis (Thanks to https://github.com/Nick-1979)
- Update README with ss58 links (Thanks to https://github.com/Nick-197)
Changes:
- Ensure invalid secp256k1 publicKeys are not returned
- Cater for Expo v41+ in RN random value generation
- Fixed for RN environment imports
- Internal split of details in
@polkadot/networks
- Additional workaround for Vite bundling
- Upgrade to
@polkadot/wasm-crypto
5.0.1