Skip to content

Releases: polkadot-js/common

v13.4.3

17 Feb 17:17
Compare
Choose a tag to compare

Changes:

  • Rollback ws change in x-ws (#1980)
    NOTE: this rollbacks changes made in (#1976) to ensure websocket usage doesnt break in any downstream libs.

v13.4.2

17 Feb 14:33
Compare
Choose a tag to compare

Changes:

  • Cast ws as global.WebSocket (#1978)

v13.4.1

17 Feb 01:56
Compare
Choose a tag to compare

Changes:

  • Enable KeyringPair Creation with Custom Mnemonic Wordlists (#1974)
  • Use ws library in Node.js 22+ for Better WebSocket Error Handling (#1976)
  • Fix Misclassification of ECDSA Signatures in verifyMultisig (#1973)
  • Bump dev to 0.83.2 (#1972)
  • Bump yarn to 4.6.0 (#1967)

v13.3.1

06 Jan 14:58
Compare
Choose a tag to compare

Changes:

  • Give compatibility for nodejs v22
    • Fix getSeparator which fixes toLocaleString (#1965)
  • 2025 Headers (#1963)

v13.2.3

11 Nov 15:34
Compare
Choose a tag to compare

Contributed:

Changes:

  • Bump Dev to 0.82.1 (#1959)

v13.2.2

28 Oct 19:38
Compare
Choose a tag to compare

Contributed:

Changes:

  • Bump yarn to 4.5.1 (#1953)

v13.2.1

21 Oct 12:57
Compare
Choose a tag to compare

Contributed:

Changes:

  • Fix Deno CI Build (#1947)
  • Bump yarn to 4.5.0 (#1946)
  • Update Ledger Deps (#1948)
  • Update WS and deps (#1949)
  • Bump polkadot/wasm to 7.4.1 (#1950)
  • Bump dev to 0.81.2 (#1951)
    • Allows for CJS target in build

v13.1.1

16 Sep 13:05
Compare
Choose a tag to compare

Contributed:

HydraDx - Hydration Rebrand Thanks to (https://github.com/jak-pan) (#1923)

Changes:

  • Update all deps that have patch releases (#1934)
  • Bump yarn to 4.4.1 (#1940)
  • Update ss58-registry to 1.50.0 (#1937)
  • Update dev and typescript (#1936)
  • Add Encointer and Integritee to Ledger, and adjust tests (#1939)
    • This PR added the addition of genericLedgerApps and prevLedgerRecord objects. They both combine into ledgerApps in hw-ledger/defaults.

v13.0.2

13 Jul 00:40
Compare
Choose a tag to compare

Contributed:

v13.0.1

12 Jul 17:54
Compare
Choose a tag to compare

Breaking Changes:

  • Add Support for latest Ledger App
    • This deprecates class Ledger in favor of class LedgerGeneric
    • More info in the following PR (#1925)

Changes:

  • Bump dev to 0.79.1
  • Comments around pair encode/decode 1-3
  • Bump ws, react-native, ss58Registry
  • Bump yarn to 4.3.1
  • Update CI to checkout and setup_node v4