Releases: polkadot-js/common
Releases · polkadot-js/common
Release list
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
genericLedgerAppsandprevLedgerRecordobjects. They both combine intoledgerAppsinhw-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 Ledgerin 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
isRiscVhelper to check forPVM\0bytes - Drop support for Node 16 (EOL 11 Sep 2023)
- Upgrade dependencies to latest stable versions
v12.5.1
Contributed:
- Add
isRiskVhelper (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
u8aToBufferwithhasBuffercheck - Adjust util tests (extract input/output arrays)
v12.4.1
Changes:
- Add support for Ledger
signRaw, as exposed by lower-level - Update code to use
?.shortcuts where appropriate - Adjust
u8aToBuffer&isBuffertypings to not requireBuffer - Use
stringify/import.meta.urlhelpers in specs - Upgrade dependencies to latest stable versions
v12.3.2
Changes:
- Adjust
SubstrateNetworktyping withHexStringgenesisHash - Re-export
Constructor<T>type (deprecated, replaced withClass<T>)
v12.3.1
Changes:
- Only allow padding characters in base64 strings
- Expand typings for keyring meta with known keys
- Adjust object index access for stricter tsconfig settings