Releases: polkadot-js/common
Releases · polkadot-js/common
v13.5.6
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
Changes:
- Add ledger support for Mythos (#1969)
v13.5.4
Changes:
- Add Creditcoin3 support to Generic Ledger App (#1985)
v13.5.3
Changes:
- Update polkadot dependencies (#1995)
- Add Optional Strict Input Checking to u8aToU8a (#1994)
- Update scrypt parameter validation (#1993)
v13.5.2
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
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
Changes:
- Improve objectSpread function property handling (#1982)
v13.4.3
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
Changes:
- Cast ws as global.WebSocket (#1978)
v13.4.1
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)