Releases: polkadot-js/common
Releases · polkadot-js/common
v6.9.1
v6.8.1
Contributed:
- Add Ledger support for Edgeware (Thanks to https://github.com/raykyri)
- Fix
naclSeal
doc types (Thanks to https://github.com/agustinustheo)
Changes:
- Export
BN
in@polkadot/util
- Sync with upstream Substrate ss58 registry
v6.7.1
v6.6.1
v6.5.1
v6.4.1
Contributed:
- Update genesis for HydraDx gen-3 (Thanks to https://github.com/jak-pan)
- Allow Ethereum pair in keyring addAddress (Thanks to https://github.com/joelamouche)
Changes:
- Added additional double-byte ss58 tests
- Aligned ss58 registry with Substrate
- Add explicit log for deprecation of
setSS58Format
v6.3.1
Changes:
- Added
stringify
util to correctly handleJSON.stringify
withBigInt
values - Additional input asserts for non-convertible values in
u8aToU8a
- Adapt
@polkadot/x-global
to returnglobalThis
as available - Minor readability cleanups
- BN manipulation via in-place shifts (as applicable)
- Add explicit
engines
config topackage.json
v6.2.1
Contributed:
- Added HydraDx genesis (Thanks to https://github.com/jak-pan)
Changes:
- Add
isAddress
andvalidateAddress
functions (the latter will throw if invalid) - Check
@polkadot/hw-ledger
against@polkadot/networks
for discrepancies (test-only) - Align ss58 registry with upstream Substrate
v6.1.1
Contributed:
- Adjust Polymath genesis in
@polkadot/networks
(Thanks to https://github.com/adamdossa) - Adjust
@polkadot/util
logger for +/-/* compat (Thanks to https://github.com/Lezek123) - Fix typo in
@polkadot/util
detect messaging (Thanks to https://github.com/amphineko)
Changes:
- Remove
@polkadot/networks
code duplication, manages data via script from upstream - Align ss58 registry with upstream Substrate