Skip to content

Releases: polkadot-js/common

v6.9.1

19 Jun 05:44
Compare
Choose a tag to compare

Changes:

  • Added u8aCmp(a, b) to do sorting compares
  • Added arrayRange(size, startAt = 0) to create a range of numbers
  • Added extensive mnemonic compare test (optional, skipped)

v6.8.1

14 Jun 05:22
Compare
Choose a tag to compare

Contributed:

Changes:

  • Export BN in @polkadot/util
  • Sync with upstream Substrate ss58 registry

v6.7.1

06 Jun 17:44
Compare
Choose a tag to compare

Changes:

  • Add WebHID transport for Ledger
  • Update to latest Ledger transport packages
  • Remove old Gerald key for Moonbeam
  • Cleanup testing keyring semgrep recommendations

v6.6.1

29 May 07:27
Compare
Choose a tag to compare

Changes:

  • Adjust HD path validation & replacement
  • Sync with Substrate ss58 registry

v6.5.1

22 May 17:58
Compare
Choose a tag to compare

Changes:

  • Allow hdLedger derivation with optional 25th word password
  • Sync with Substrate ss58 registry

v6.4.1

15 May 08:27
Compare
Choose a tag to compare

Contributed:

Changes:

  • Added additional double-byte ss58 tests
  • Aligned ss58 registry with Substrate
  • Add explicit log for deprecation of setSS58Format

v6.3.1

25 Apr 04:11
Compare
Choose a tag to compare

Changes:

  • Added stringify util to correctly handle JSON.stringify with BigInt values
  • Additional input asserts for non-convertible values in u8aToU8a
  • Adapt @polkadot/x-global to return globalThis as available
  • Minor readability cleanups
  • BN manipulation via in-place shifts (as applicable)
  • Add explicit engines config to package.json

v6.2.1

18 Apr 06:12
Compare
Choose a tag to compare

Contributed:

Changes:

  • Add isAddress and validateAddress 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

11 Apr 12:51
Compare
Choose a tag to compare

Contributed:

Changes:

  • Remove @polkadot/networks code duplication, manages data via script from upstream
  • Align ss58 registry with upstream Substrate

v6.0.5

08 Mar 14:04
Compare
Choose a tag to compare

Changes:

  • Fix for @polkadot/x-rxjs in Node CJS environments (no Node-specific import)