Releases: polkadot-js/common
Releases · polkadot-js/common
v13.2.3
v13.2.2
Contributed:
- Add Polimec support to the Generic Ledger App (#1945) (Thanks to https://github.com/lrazovic)
- Add Frequency to the Generic Ledger App (#1955) (Thanks to https://github.com/wilwade)
Changes:
- Bump yarn to 4.5.1 (#1953)
v13.2.1
Contributed:
- Add bittensor to genericLedgerApps (Thanks to https://github.com/camfairchild) (#1941)
Changes:
v13.1.1
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
andprevLedgerRecord
objects. They both combine intoledgerApps
inhw-ledger/defaults
.
- This PR added the addition of
v13.0.2
Contributed:
- Add peaq support for ledger (Thanks to https://github.com/lavish0000)
v13.0.1
Breaking Changes:
- Add Support for latest Ledger App
- This deprecates
class Ledger
in favor ofclass LedgerGeneric
- More info in the following PR (#1925)
- This deprecates
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
v12.6.2
Changes:
- Update to latest
@polkadot/wasm-crypto
- Upgrade dependencies to latest versions
v12.6.1
Contributed:
- Ledger support for Quartz (Thanks to https://github.com/CertainLach)
- Add flag to disable same-version esm/cjs warnings (Thanks to https://github.com/forgetso)
Changes:
- Adjust logger check for
process.env
- Adjust
isRiscV
helper to check forPVM\0
bytes - Drop support for Node 16 (EOL 11 Sep 2023)
- Upgrade dependencies to latest stable versions
v12.5.1
Contributed:
- Add
isRiskV
helper (Thanks to https://github.com/peetzweg) - Ledger support for Enjin & Matrixchain (Thanks to https://github.com/leonardocustodio)
Changes:
- Expand interface type comments (assists in-editor helpers)
- Upgrade dependencies to latest stable versions
v12.4.2
Changes:
- Fix
u8aTo{BigInt, Bn, Number}
for non-negativei{8, 16, 32...}
inputs - Extend
u8aToBuffer
withhasBuffer
check - Adjust util tests (extract input/output arrays)