Skip to content

Releases: polkadot-js/common

v13.5.6

26 Aug 16:58
Compare
Choose a tag to compare

Changes:

  • Set pbkdf2Encode rounds to default to 210,000 (#1983)
  • Bump @polkadot/wasm deps (#2002)

Contributed:

  • Add DENTNet to generic Polkadot app supported chains (#1942)

v13.5.5

11 Aug 16:34
Compare
Choose a tag to compare

Changes:

  • Add ledger support for Mythos (#1969)

v13.5.4

28 Jul 16:30
Compare
Choose a tag to compare

Changes:

  • Add Creditcoin3 support to Generic Ledger App (#1985)

v13.5.3

01 Jul 15:41
Compare
Choose a tag to compare

Changes:

  • Update polkadot dependencies (#1995)
  • Add Optional Strict Input Checking to u8aToU8a (#1994)
  • Update scrypt parameter validation (#1993)

v13.5.2

17 Jun 15:00
Compare
Choose a tag to compare

Changes:

  • fix: enhance error handling for secure random number generation in React Native (#1991)
  • Add input length validation in scryptFromU8a function (#1990)

Contributed:

  • Add Liberland support to Generic Ledger App (#1989)

v13.5.1

19 May 15:54
Compare
Choose a tag to compare

Changes:

  • Ledger ECDSA signing support (#1986)
    • This updates @polkadot/hw-ledger to now support ecdsa signing within class LedgerGeneric.
  • Bump yarn to 4.9.1 (#1987)

v13.4.4

14 Apr 13:45
Compare
Choose a tag to compare

Changes:

  • Improve objectSpread function property handling (#1982)

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)