- Package namespace: @polkadot/* -> @pezkuwi/* - Repository: polkadot-js/common -> pezkuwichain/pezkuwi-common - Author: Pezkuwi Team <team@pezkuwichain.io> Core packages: - @pezkuwi/util (utilities) - @pezkuwi/util-crypto (crypto primitives) - @pezkuwi/keyring (account management) - @pezkuwi/networks (chain metadata) - @pezkuwi/hw-ledger (Ledger hardware wallet) - @pezkuwi/x-* (10 polyfill packages) Total: 14 packages Upstream: polkadot-js/common v14.0.1
54 KiB
CHANGELOG
14.0.1 Dec 9, 2025
Changes:
- fix(x-randomvalues): prioritize native RN modules over polyfilled crypto (#2013)
- sr25519: switch from wasm to micro-sr25519 (#1971)
13.5.9 Nov 25, 2025
Changes:
- Bump polkadot dependencies (#2011)
13.5.8 Nov 11, 2025
Changes:
- Bump @pezkuwi dependencies (#2009)
13.5.7 Oct 13, 2025
Changes:
- Revert "Set pbkdf2Encode rounds to default to 210,000" (#2007)
13.5.6 Aug 26, 2025
Changes:
Contributed:
- Add DENTNet to generic Pezkuwi app supported chains (#1942)
13.5.5 Aug 11, 2025
Changes:
- Add ledger support for Mythos (#1969)
13.5.4 July 28, 2025
Changes:
- Add Creditcoin3 support to Generic Ledger App (#1985)
13.5.3 July 1, 2025
Changes:
- Update polkadot dependencies (#1995)
- Add Optional Strict Input Checking to u8aToU8a (#1994)
- Update scrypt parameter validation (#1993)
13.5.2 Jun 17, 2025
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)
13.5.1 May 19, 2025
Changes:
13.4.4 Apr 14, 2025
Changes:
- Improve objectSpread function property handling (#1982)
13.4.3 Feb 17, 2025
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.
13.4.2 Feb 17, 2025
Changes:
- Cast ws as global.WebSocket (#1978)
13.4.1 Feb 16, 2025
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)
13.3.1 Jan 6, 2025
Changes:
- Give compatibility for nodejs v22
- Fix
getSeparatorwhich fixes toLocaleString (#1965)
- Fix
- 2025 Headers (#1963)
13.2.3 Nov 11, 2024
Contributed:
- Add Vara support to the Generic Ledger App (#1958) (Thanks to https://github.com/breathx)
Changes:
- Bump Dev to 0.82.1 (#1959)
13.2.2 Oct 28, 2024
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)
13.2.1 Oct 21, 2024
Contributed:
- Add bittensor to genericLedgerApps (Thanks to https://github.com/camfairchild) (#1941)
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
13.1.1 Sep 16, 2024
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
13.0.2 July 12, 2024
Contributed:
- Add peaq support for ledger (Thanks to https://github.com/lavish0000)
13.0.1 July 12, 2024
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
12.6.2 Dec 18, 2023
Changes:
- Update to latest
@pezkuwi/wasm-crypto - Upgrade dependencies to latest versions
12.6.1 Nov 18, 2023
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
12.5.1 Sep 15, 2023
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
12.4.2 Aug 23, 2023
Changes:
- Fix
u8aTo{BigInt, Bn, Number}for non-negativei{8, 16, 32...}inputs - Extend
u8aToBufferwithhasBuffercheck - Adjust util tests (extract input/output arrays)
12.4.1 Aug 17, 2023
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
12.3.2 Jun 12, 2023
Changes:
- Adjust
SubstrateNetworktyping withHexStringgenesisHash - Re-export
Constructor<T>type (deprecated, replaced withClass<T>)
12.3.1 Jun 11, 2023
Changes:
- Only allow padding characters in base64 strings
- Expand typings for keyring meta with known keys
- Adjust object index access for stricter tsconfig settings
12.2.2 Jun 4, 2023
Changes:
- Apply missing count assignment for
for (...)loops - Remove unused
@types/*dev dependencies - Upgrade dependencies to latest stable versions
12.2.1 May 13, 2023
Changes:
- Align
u8aToBigInttests withu8aToBn - Unroll loops on most-frequently used paths for
u8aToBigInt - Add
moduletopackage.jsonexport map (ESM-only) - Upgrade dependencies to latest stable versions
12.1.2 May 1, 2023
Changes:
- Adjust typing for
isChildClass&Constructorusage
12.1.1 Apr 29, 2023
Changes:
- Add shareable
identity&noopfunctions - Flatten
Buffer | Uint8Arraytypes (as used) to base-onlyUint8Array - Apply
readonlyspecifiers to private class fields where applicable - Adjust compilation output for
__internal__class fields - Remove unused types from
util - Upgrade dependencies to latest stable versions
12.0.1 Apr 22, 2023
Contributed:
- Add Cere genesisHash (Thanks to https://github.com/shamilkhan)
Changes:
- Swap secp256k1 functionality to
@noble/curves - Swap ed25519 functionality to
@noble/curves - Replace
tweetnaclsecretbox usage with slimmer local version - Adjust
isCodechelper with closer API alignment - Initial steps to multi-language bip39 support
- Use Node webcrypto for Node
getRandomValuessupport - Upgrade dependencies to latest stable versions
- Drop support for Node 14 (EOL 30 Apr 2023)
11.1.3 Apr 1, 2023
Contributed:
- Add Bittensor genesisHash (Thanks to https://github.com/camfairchild)
Changes:
- Allow empty string as valid base32/base58/base64 decoder input
- Add additional/missing
/*#__PURE__*/annotations - Upgrade dependencies to latest stable versions
11.1.2 Mar 25, 2023
Changes:
- Expand error details for invalid publicKeys in secp256k1 compress/expand operations
- Expand
@pezkuwi/hw-ledgerwith specific per-method JSDoc - Upgrade dependencies to latest stable versions
11.1.1 Mar 18, 2023
Contributed:
- Add 3DPass genesisHash (Thanks to https://github.com/fedosov)
Changes:
- Remove support for encrypt/decrypt functionality on keypair
- Upgrade dependencies to latest stable versions
11.0.2 Mar 11, 2023
Changes:
- Use consistent
.jsimports in source files (TS moduleResolution) - Remove TS resolveJsonModule option
- Upgrade to
@pezkuwi/wasm-crypto7.0.3
11.0.1 Mar 4, 2023
Changes:
- Change
@pezkuwi/x-wsto use ws package (previous:websocket) - Add
/*#__PURE__*/annotations for@pezkuwi/x-*packages - Swap TS -> JS compiler to use tsc (from babel)
- Adjust all tests to use
node:testrunner (ESM variants) - Move
cryptoWaitReady()top-level in test files - Upgrade to
@pezkuwi/wasm-crypto7.0.1
10.4.2 Feb 19, 2023
Contributed:
- Ledger support for Pendulum (Thanks to https://github.com/carlosala)
Changes:
- Ensure
u8aToU8acorrectly unwraps Buffer value (check ordering) - Upgrade dependencies to latest stable versions
10.4.1 Feb 12, 2023
Contributed:
- Locale support for number formatting (Thanks to https://github.com/alko89)
- Ledger support for Picasso (Thanks to https://github.com/carlosala)
Changes:
- Add
isClasshelper (checks if input is actual Class Constructor) - Adjust
isChildClassto rely on newisClass - Upgrade dependencies to latest stable versions
10.3.1 Jan 28, 2023
Contributed:
- Ledger support for Ternoa (Thanks to https://github.com/mohsinriaz17)
Changes:
- Expand
arrayChunktests - Adjust output for Ledger sanity checks
- Expand exported
bigintconstants to match with those inBN - Adjust internal character maps to operate on
Uint8Arrayinstad ofArray<number> - Upgrade dependencies to latest stable versions
10.2.6 Jan 13, 2023
Changes:
- Drop stray
console.errorlog (it really is Friday 13th)
10.2.5 Jan 13, 2023
Changes:
- Bugfix for
formatBalance(forceUnit) withBNinputs where output is less than 0
10.2.4 Jan 13, 2023
Changes:
- Add the
withAll(default false) flag toformatBalanceto format to max decimals - Add the
withZero(default true) flags toformatBalanceto retain trailing zeros
10.2.3 Jan 7, 2023
Changes:
- Adjust
isBuffercheck onxglobal(no auto-polyfill detection on eg. parcel) - Upgrade dependencies to latest stable versions
10.2.2 Jan 6, 2023
Contributed:
- Adjust Nodle Ledger mapping (Thanks to https://github.com/aliXsed)
Changes:
- Upgrade dependencies to latest stable versions
10.2.1 Dec 4, 2022
Contributed:
- Ledger support for Ajuna (Thanks to https://github.com/carlosala)
Changes:
has{Buffer, Process}now checks onglobalThis(helps bundlers with auto-injection)- Add
/*#__PURE__*/annotations for specificexport const something = someFunction(...) - Upgrade dependencies to latest stable versions
- Upgrade to
@pezkuwi/wasm-crypto6.4.1
10.1.14 Nov 27, 2022
Changes:
- Upgrade dependencies to latest stable versions
10.1.13 Nov 20, 2022
Contributed:
- Ledger support for Origintrail (Thanks to https://github.com/carlosala)
Changes:
- Expand type descriptions around Ledger-based structures
- Upgrade dependencies to latest stable versions
10.1.12 Nov 13, 2022
Changes:
- Upgrade dependencies to latest stable versions
10.1.11 Oct 15, 2022
Changes:
- Upgrade dependencies to latest stable versions
10.1.10 Oct 7, 2022
Changes:
- Ensure
{bn, n, number}ToHex(0)always respectsbitLength - Upgrade dependencies to latest stable versions
10.1.9 Sep 24, 2022
Contributed:
- Ledger support for VTB (Thanks to https://github.com/GuilaneDen)
Changes:
- Upgrade dependencies to latest stable versions
10.1.8 Sep 17, 2022
Contributed:
- Ledger support for Darwinia, Phala & Khala (Thanks to https://github.com/carlosala)
- Ledger support for HydraX (Thanks to https://github.com/chcmedeiros)
Changes:
- Expand test cases
- Upgrade dependencies to latest stable versions
10.1.7 Sep 2, 2022
Changes:
- Hoist Ledger interface wrapError (internal adjustment)
- Upgrade dependencies to latest stable versions
10.1.6 Aug 23, 2022
Changes:
- Adjust
nextTickwith greater care for browser loops - Upgrade dependencies to latest stable versions
10.1.5 Aug 21, 2022
Changes:
- Adjust
ledgerAppsto use new@zondax/ledger-substrateinterfaces - Upgrade dependencies to latest stable versions
10.1.4 Aug 12, 2022
Contributed:
- Ledger support for Kusama Bifrost (Thanks to https://github.com/awesomepan)
Changes:
- Upgrade dependencies to latest stable versions
10.1.3 Aug 5, 2022
Changes:
- Optimization for empty
arrayFlattencase - Coding cleanups for logger (no
ascasting) - Optiomizations in assertion checks
10.1.2 Jul 29, 2022
Changes:
- Upgrade dependencies to latest stable versions
10.1.1 Jul 21, 2022
Changes:
- Add
arrayUnzipas reverse ofarrayZip - Adjust
objectSpreadto natively handleMapentries spreads - Adjust
isAsciicheck to disallow\t,\n, &\rcharacters - Adjust
nobodyzero-key pair with pre-computed address - Align
objectProperty&lazyMethodcall signatures (backwards compatible) - Various internal speed optimizations
- Upgrade dependencies to latest stable versions
10.0.2 Jul 10, 2022
Changes:
- Adjust async import in
x-fetchto be Jest-friendly
10.0.1 Jul 8, 2022
- Breaking change In this major version version previously deprecated function signatures have been removed. If still using the old forms for either
bnToHex,bnToU8a,formatBalance,hexToBnoru8aToBn, please update and only pass through an options object as the second parameter.
Contributed:
- Ledger support for Stafi (Thanks to https://github.com/kaelnew)
- Ledger support for Aleph Zero (Thanks to https://github.com/carlosala)
- Add genesis for HydraDX parachain (Thanks to https://github.com/jak-pan)
Changes:
- Remove deprecated signatures for
bnToHex,bnToU8a,formatBalance,hexToBn,u8aToBn - Align option handling of
n*(BigInt) functions withbn*(BN) - Allow for usage without
@types/nodeinstalled - Adjust for available ESM-only dependencies
- Upgrade dependencies to latest stable versions
- Upgrade to
@pezkuwi/wasm-crypto6.2.3
9.7.2 Jul 4, 2022
Changes:
- Upgrade to
@pezkuwi/wasm-crypto6.2.2
9.7.1 Jul 1, 2022
Changes:
- Update signatures where
readonlyarrays are used - Upgrade dependencies to latest stable versions
- Upgrade to
@pezkuwi/wasm-crypto6.2.1
9.6.2 Jun 25, 2022
Changes:
- Fix
hexToU8awhere0xis not correctly converted
9.6.1 Jun 23, 2022
Changes:
- Add
floatToU8aandu8aToFloat(both 32 & 64-bit, le & be) - Adjust
isUndefinedcheck (local variable available) - Adjust use of
assert,isUndefined&isNull
9.5.1 Jun 18, 2022
Contributed:
- Update Bifrost genesisHash (Thanks to https://github.com/awesomepan)
- Add Ledger support for Composable (Thanks to https://github.com/carlosala)
Changes:
- Add
u8aToNumber(limited, <= 48 bits) function - Use
~~as bitwise/fasterMath.floorreplacement - Remove unneeded
objectSpreadoption expansions - Optimize
hexToU8aoperations - Optimize
stringCamelCaseoperations - Optimize
u8aToBnoperations - Additional internal/external comments (as missing)
- Upgrade dependencies to latest stable versions
9.4.1 Jun 4, 2022
Changes:
- Add
nextTickto@pezkuwi/utilto defer execution to the queue - Upgrade dependencies to latest stable versions
9.3.1 May 29, 2022
Contributed:
- Add Ledger support for Parallel (Thanks to https://github.com/carlosala)
- Add Ledger support for Astar & Polkadex (Thanks to https://github.com/carlosala)
Changes:
- Adjust
u8aToU8achecks with betterisU8ashortcut - Adjust compact conversion with unrolled loops
- Adjust
string{Camel, Pascal}Casewith loop (no map) - Add
compactFromU8aLimvariant with Uint8Array-only inputs - Add
u8aConcatStrictvariant with Uint8Array-only inputs - Internal code maintainability enhancements
- Upgrade dependencies to latest stable versions
9.2.1 May 13, 2022
Contributed:
- Add Ledger support for Acala (Thanks to https://github.com/ntduan)
Changes:
- Optimize
u8aToHexwith direct (non-hex) conversion - Change all occurences of
.substr(...)to.substring(...) - Sync with upstream Substrate ss58 registry
- Mark deprecated function signatures (no removals)
- Re-enable auto init of
cryptoWaitReady() - Upgrade to
@pezkuwi/wasm-crypto6.1.1
9.1.1 Apr 30, 2022
Contributed:
- Add Ledger support for Statemint (Thanks to https://github.com/carlosala)
- Add Ledger support for xxnetwork (Thanks to https://github.com/xx-labs)
Changes:
- Adjust/dedupe output from
detectPackage - Adjust
isHexperformance test - Add field-level comments to some
*Optionsstructures - Add new Rococo genesisHash (reset)
9.0.1 Apr 9, 2022
- Breaking change In this major version the commonjs outputs are moved to a sub-folder. Since the export map and main field in package.json does reflect this change, there should be no usage changes. However the packages here will all need to be on the same version for internal linkage.
Changes:
- Be explicit in
@pezkuwi/util-cryptore-exports from@pezkuwi/networks - Output commonjs files under the
cjs/**root - Upgrade to
@pezkuwi/wasm-crypto6.0.1
8.7.1 Mar 27, 2022
Changes:
- Fix race-condition with wasm overrides, make
cryptoWaitReadylazy - Additional tests for
BN&BigIntnegative conversions - Upgrade to
@pezkuwi/wasm-crypto5.1.1
8.6.1 Mar 19, 2022
Important This contains an upgraded version of @pezkuwi/wasm-crypto. For users of asm.js, e.g. React Native, there are some additional upgrade instructions in the release notes for this version https://github.com/polkadot-js/wasm/releases/tag/v5.0.1
Contributed:
- Add aditional Dock mainnet genesis (Thanks to https://github.com/lovesh)
- Add Westend genesis (Thanks to https://github.com/Nick-1979)
- Update README with ss58 links (Thanks to https://github.com/Nick-197)
Changes:
- Ensure invalid secp256k1 publicKeys are not returned
- Cater for Expo v41+ in RN random value generation
- Fixed for RN environment imports
- Internal split of details in
@pezkuwi/networks - Additional workaround for Vite bundling
- Upgrade to
@pezkuwi/wasm-crypto5.0.1
8.5.1 Mar 12, 2022
Changes:
- Adjust for bundlers where
import.meta.urlis undefined - Upgrade dependencies to latest stable versions
8.4.1 Feb 14, 2022
Changes:
- Use upstream
@substrate/ss58-registry(instead of duplicating here) - Swap
micro-baseto@scure/base(same package, audited) - Bump
bn.jslibrary to latest 5.2.0 (has impact on e.g. API) - Upgrade dependencies to latest stable versions
8.3.3 Jan 23, 2022
Changes:
- Sync with upstream Substrate ss58 registry
8.3.2 Jan 15, 2022
Changes:
- Correct network sorting (primary by prefix, secondary by name)
- Sync with upstream Substrate ss58 registry
8.3.1 Jan 9, 2022
Changes:
- Fix
util-cryptobundle generation (adjustx-randomvalues) - Add all known Rococo genesis hashes
detectPackagenow uses optionalpath&type(esmorcjs) info- Ensure package paths are available via ESM and CJS
- Upgrade 3rd party dependencies to latest
- Pin
@noble/*to latest known tested integrated versions
8.2.2 Dec 19, 2021
Contributed:
- Add Bifrost Ledger capabilities (Thanks to https://github.com/awesomepan)
- Add Sora genesisHash & Ledger capabilities (Thanks to https://github.com/NoodleSploder)
Changes:
- Add
isPromisecheck utility function - Add
assertUnreachablefor codepaths that should not be followed - Preserve all-caps word splits in
stringCamelCase - Adjust
x-*fallbacks viax-global/extractGlobal - Sync with upstream Substrate ss58 registry
- Additional tests for
bip39wordlists - Maintainability cleanups
- Update to latest Ledger dependencies
- Swap to upstream
@noblepackages - Adjust tsconfig with references
- 8.2.2 (8.2.1 failed CI due to incorrect CHANGELOG)
8.1.2 Dec 5, 2021
Changes:
- Adjustment to non-full-word consecutive uppercase via
string{Camel, Pascal}Case
8.1.1 Dec 5, 2021
Contributed:
- Add Picasso genesisHash (Thanks to https://github.com/hussein-aitlahcen)
Changes:
- Allow for use of
secp256k1from@pezkuwi/wasm-crypto - Adjust
isBigIntto not doinstanceofcheck - Ensure consequtive capitals in
stringCamelCaseare lowercased - Use
@pezkuwi/x-bigintforBigIntconstructor - Split
@noble/hashesfork intox-noble-hashes - Add
@noble/secp256k1fork intox-noble-secp256k1, replaceselliptic
8.0.5 Dec 1, 2021
Changes:
- Adjust sha3 expectation of
BigIntavailability
8.0.4 Nov 30, 2021
Changes:
- Adjust
stringCamelCasewith leading_
8.0.3 Nov 30, 2021
Changes:
- Remove
Bufferusage inx-randomvalues - Adjust
stringCamelCasefor all-caps parts
8.0.2 Nov 26, 2021
Changes:
- Explicitly include BigInt patched versions
8.0.1 Nov 26, 2021
Important In the 8.0 version the hashing utilities have been consolidated around an optimized and audited version from @noble/hashes. As in the past the WASM hashing will be used by default if the environment is initialized.
Breaking change The schnorrkel* functions have been renamed to sr25519*. Likewise the ed25519 operations have been renamed from nacl* to ed25519*. Additionally the {ed, sr, secp256k1}25519KeyPairFrom* functions have been renamed to {ed, sr, secp256k1}25519PairFrom*.
Changes:
- Introduce
ed25519*&sr25519*functions - Replace camelcase dep with simplified/optimized version
- Replace (most) hashing operations with
@noble/hashes - Replace JS fallback for
xxhash - Adjust
BigIntutility exports (with capability detection) - Previously added
bi*functions renamed ton* - Extend performance tests with implementation compares
- Remove non-significant Node Buffer concat fill
7.9.2 Nov 22, 2021
Changes:
- Fix TS compiled definitions for
base*types - Provide JS/Wasm interfaces for
hmacShaAsU8a
7.9.1 Nov 21, 2021
Contributed:
- Updated Polymesh genesisHash (Thanks to https://github.com/adamdossa)
Changes:
- Add strongly typed
object{Entries, Keys, Values}utilities - Add
{hex, u8a}ToBigIntutilities - Add
bi*utilities forbigintoperations (mirror ofbn*) - Add
stringPascalCaseutility - Add
isCodecto check for Codec-like structures - Add
has*detection shortcuts (e.g.hasWasmorhasBuffer) - Add
sha256AsU8autil (& replace use internally) - Optimize for
hexToU8aandu8aToHexfunctions - Optimize
u8aEqto useDataViewfor compares - Align
base{32, 58, 64}*around (audited)micro-base - Space optimization for bip39 wordlists
- Sync with upstream Substrate ss58 registry
- Expand tests for uncovered functions
7.8.2 Nov 7, 2021
Changes:
- Expose internal
isArraycheck - Move
object{Property, Properties}from api repo
7.8.1 Nov 6, 2021
Contributed:
- Added Acala genesisHash (Thanks to https://github.com/qwer951123)
Changes:
- Add
objectClearandobjectSpreadutility functions - Add
lazyMethod&lazyMethodsutility functions - Sync with upstream Substrate ss58 registry
7.7.1 Oct 31, 2021
Contributed:
- Add Genshiro support (Thanks to https://github.com/Overseven)
Changes:
- Add
arrayZipto combine a key + value array into entries-like - Assert
chainCodeinputs toderive*, protecting against misuse - Adjust testnet detection in
@pezkuwi/networks - Adjust base library usage of
forvsreduce/map - Bump Ledger libraries to latest versions
7.6.1 Oct 23, 2021
Changes:
- Update
xxhash*to only useUint8Arrayinternally, noBuffer - Adjust
isAsciito check against original string codepoints (when provided) - Adjust networks to sync with
paritytech/ss58-registry - Dedupe internal sr25519/ed25519 derivation functions
- Bump Ledger libraries to latest versions
7.5.1 Oct 16, 2021
Contributed:
- Fix comment on
blake2AsU8a(Thanks to https://github.com/tomokazukozuma) - Update Ethereum derivation process (Thanks to https://github.com/joelamouche)
Changes:
- Derivation paths now caters for >
MAX_SAFE_INTEGERunsigned values - Sync with upstream Substrate ss58 registry
- Update ss58 registry handling (both previous and current versions)
7.4.1 Sep 17, 2021
Changes:
- Add
u8aWrapBytes&u8aUnwrapBytes(originally from@pezkuwi/extension-dapp) - Verify both wrapped and unwrapped signatures transparently
- Adjust
isHexreturn to0x${string}under TypeScript - Adjust shared repo Jest config
- Sync with upstream Substrate ss58 registry
- Cleanup rollup build where
x-globalyields undefined
7.3.1 Aug 28, 2021
Contributed:
- Added Bifrost genesisHash (Thanks to https://github.com/awesomepan)
- Added Stafi genesisHash (Thanks to https://github.com/Tore19)
- Add Ledger support for Nodle (Thanks to https://github.com/ETeissonniere)
Changes:
- Add support for
schnorrkelAgreement(as exposed by newwasm-crypto) - Ensure
schnorrkel*functions allows hex inputs @pezkuwi/wasm-crypto4.2.1- Sync with upstream Substrate ss58 registry
7.2.1 Aug 15, 2021
Contributed:
- Always use
biginttype to indicate instance (Thanks to https://github.com/ntduan)
Changes:
- Added
u8aEmptyhelper check, all 0 or no length - Cleanup additional circular dependencies detected by rollup
7.1.2 Aug 11, 2021
Changes:
- Ensure
@pezkuwi/util-cryptodoesn't re-exportpackageInfofrom@pezkuwi/networks - Minor TS style cleanups in
@pezkuwi/x-bundle
7.1.1 Aug 2, 2021
Contributed:
- Add keyring encrypt/decrypt functionality (Thanks to https://github.com/RoyTimes)
Changes:
- Bump Ledger libraries to latest versions
7.0.3 Jul 26, 2021
Changes:
- Sync with upstream Substrate ss58 registry
- Bump Ledger libraries to latest versions
7.0.2 Jul 19, 2021
Changes:
- Added
isCompactutility for check on compact-like types - Sync with upstream Substrate ss58 registry
7.0.1 Jul 11, 2021
- Breaking change The
@pezkuwi/x-rxjspackage has been removed. Inrxjs7.2.0 the compatibility issues at the base layer has been solved. - Breaking change The named exports in
@pezkuwi/networkshas been changed
Contributed:
- Add Ledger config for Centrifuge (Thanks to https://github.com/mikiquantum)
Changes:
- Adjust
@pezkuwi/networksto fully-descriptive exports - Remove
@pezkuwi/x-rxjs, direct import fromrxjs >= 7.2.0required - Allow building as a completely stand-alone browser bundle (experimental)
- Sync with upstream Substrate ss58 registry
6.11.1 Jul 5, 2021
Changes:
- Cleanup unneeded dependencies for
@pezkuwi/x-global - Sync with upstream Substrate ss58 registry
- Bump Zondax dependencies (Statemine slip44 fix)
6.10.1 Jun 26, 2021
Contributed:
- Add Karura genesisHash (Thanks to https://github.com/ntduan)
Changes:
isHex(value)will now check for onlystringtypes (NoStringclasses)- Added
arrayShuffle(array)to shuffle an array into a new output - Added Statemine Ledger app information
- Simplify tests to use
{describe|it}.eachwhere applicable - Sync with upstream Substrate ss58 registry
6.9.1 Jun 19, 2021
Changes:
- Added
u8aCmp(a, b)to do sorting compares - Added
arrayRange(size, startAt = 0)to create a range of numbers - Added extensive mnemonic compare test (optional, skipped)
6.8.1 Jun 14, 2021
Contributed:
- Add Ledger support for Edgeware (Thanks to https://github.com/raykyri)
- Fix
naclSealdoc types (Thanks to https://github.com/agustinustheo)
Changes:
- Export
BNin@pezkuwi/util - Sync with upstream Substrate ss58 registry
6.7.1 Jun 6, 2021
Changes:
- Add WebHID transport for Ledger
- Update to latest Ledger transport packages
- Remove old
Geraldkey for Moonbeam - Cleanup testing keyring semgrep recommendations
6.6.1 May 29, 2021
Changes:
- Adjust HD path validation & replacement
- Sync with Substrate ss58 registry
6.5.1 May 22, 2021
Changes:
- Allow hdLedger derivation with optional 25th word password
- Sync with Substrate ss58 registry
6.4.1 May 15, 2021
Contributed:
- Update genesis for HydraDx gen-3 (Thanks to https://github.com/jak-pan)
- Allow Ethereum pair in keyring addAddress (Thanks to https://github.com/joelamouche)
Changes:
- Added additional double-byte ss58 tests
- Aligned ss58 registry with Substrate
- Add explicit log for deprecation of
setSS58Format
6.3.1 Apr 25, 2021
Changes:
- Added
stringifyutil to correctly handleJSON.stringifywithBigIntvalues - Additional input asserts for non-convertible values in
u8aToU8a - Adapt
@pezkuwi/x-globalto returnglobalThisas available - Minor readability cleanups
- BN manipulation via in-place shifts (as applicable)
- Add explicit
enginesconfig topackage.json
6.2.1 Apr 18, 2021
Contributed:
- Added HydraDx genesis (Thanks to https://github.com/jak-pan)
Changes:
- Add
isAddressandvalidateAddressfunctions (the latter will throw if invalid) - Check
@pezkuwi/hw-ledgeragainst@pezkuwi/networksfor discrepancies (test-only) - Align ss58 registry with upstream Substrate
6.1.1 Apr 11, 2021
Contributed:
- Adjust Polymath genesis in
@pezkuwi/networks(Thanks to https://github.com/adamdossa) - Adjust
@pezkuwi/utillogger for +/-/* compat (Thanks to https://github.com/Lezek123) - Fix typo in
@pezkuwi/utildetect messaging (Thanks to https://github.com/amphineko)
Changes:
- Remove
@pezkuwi/networkscode duplication, manages data via script from upstream - Align ss58 registry with upstream Substrate
6.0.5 Mar 8, 2021
Changes:
- Fix for
@pezkuwi/x-rxjsin Node CJS environments (no Node-specific import)
6.0.4 Mar 7, 2021
Contributed:
- Enhance check for global process existence (Thanks to https://github.com/Yuripetusko)
Changes:
- Dedupe & optimize logger process.env checks
6.0.3 Mar 5, 2021
Changes:
- Add import indirection for both CJS & ESM (where generated source file is commonjs)
6.0.2 Mar 5, 2021
Changes:
- Fix
@pezkuwi/x-rxjsESM exports for Node environments (now different due to the ESM conversion)
6.0.1 Mar 5, 2021
Important In the 6.0 version the default package type has been changed to ESM modules by default. This should not affect usage, however since the output formats changed, a new major version is required.
Contributed:
- Add dev addresses for Frontier-based chains (Thanks to https://github.com/joelamouche)
Changes:
- Build to ESM by default (with cjs versions via export map)
- Allow addition or raw pairs on the keyring via
{add, create}FromPair - Extract re-usable json encryption/decryption functions
5.9.2 Feb 28, 2021
Changes:
- Fix package detection for
@pezkuwi/networks(no dependencies)
5.9.1 Feb 28, 2021
Changes:
- Expand
detectPackagewith optional param allowing checks for monorepo versions - Export logger
formatfunction directly asloggerFormat - Expand tests and checks for
hdValidatePath - Remove
hdEthereumclass-based approach, simplify - Cleanup formatting on nested conditionals in the
@pezkuwi/x-packages - All packages now export
packageInfofrom the root
5.8.1 Feb 26, 2021
Contributed:
- Add ss58 information for HydraDX (Thanks to https://github.com/jak-pan)
- HD derivation for Ethereum (Thanks to https://github.com/joelamouche)
Changes:
- Adjust base64 encoding/decoding to not rely on Buffer being available
- Rework Ethereum derivation to only use Uint8Array internally
- Shared HD path validation for Ledger & Ethereum
- Additional derivation, encoding and decoding tests on keyring
- Align networks with upstream ss58 registry
@pezkuwi/wasm-crypto3.2.4
5.7.1 Feb 21, 2021
Breaking change The signature of pair.verify now requires the signer public key as a parameter. If using pair.verify pass the publicKey (hex or Uint8Array) of the signer.
Changes:
- The signature on the keyring for
.verifynow explicitly requires thepublicKeyof the signer. Previously it only verified against an own public key. - Add additional ss58 test vectors (against chains with >63 prefixes in the Substrate registry)
5.6.3 Feb 16, 2021
Contributed:
- Add ss58 information for Aventus (Thanks to https://github.com/nahuseyoum)
Changes:
- Add
unlock(password)to keypair (less confusing than only havingdecodePkcs8, equivalent tolock()) - Change use of
detectPackageto usepackageInfo.ts - Align with upstream ss58 registry
@pezkuwi/wasm-crypto3.2.3
5.6.2 Feb 8, 2021
Changes:
@pezkuwi/networksnow filters the new upstream-introducednullnetworks
5.6.1 Feb 7, 2021
Contributed:
- Fix installation instructions in
@pezkuwi/x-global(Thanks to https://github.com/raoulmillais)
Changes:
- Conform to new ss58 encoding with ids up to 16,383 (>= 64 as 2 bytes)
- Use JS sqrt inside
bnSqrtwhen value <= MAX_SAFE_INTEGER - Adjust all
Buffer.fromusages, preferUint8Arraywhere possible - Expand tests for keyring with
vrf{Sign, Verify} - Align
@pezkuwi/networkswith latest ss58 registry
5.5.2 Feb 2, 2021
Changes:
- Expose
BN_{MILLION, BILLION}constants (in addition to 2-9)
5.5.1 Jan 31, 2021
Changes:
- Added
hdLedgerto util-crypto for Ledger-compatible bip32+ed25519 derivation - Added
hmac{Sha256, 512}to util-crypto - Add
slip44indices for Ledger into@pezkuwi/networks - Remove
moduleentry inpackage.json(only rely on exports map) - Remove direct references to
globalobject, use@pezkuwi/x-global - Update
@ledgerhqdependencies to latest
5.4.1 Jan 24, 2021
Contributed:
- Adjust Ledger app lookup for Polymesh (Thanks to https://github.com/adamdossa)
Changes:
- Allow decimals as
number[]& symbol asstring[]in balanceFormat defaults - Add
schnorrkelVrf{Sign, Verify}to@pezkuwi/util-crypto - Export
vrf{Sign, Verify}on keyring interface - Move
@pezkuwi/x-rxjspackages from the api repo - Align
@pezkuwi/networkswith Substrate master - Explicit edcsa tests for derivation
@pezkuwi/wasm-crypto3.2.1
5.3.1 Jan 17, 2021
Important For users of the @pezkuwi/ledger package, it is now included in this repo (since it is a general utility) and renamed to @pezkuwi/hw-ledger
Contributed:
- Add Dock Ledger integration (Thanks to https://github.com/lovesh)
- Add Polymesh Ledger integration (Thanks to https://github.com/adamdossa)
- Add flag for Ledger capabilities on networks (Thanks to https://github.com/Tbaut)
Changes:
- Move
@pezkuwi/ledgerpackages into common - Update
@pezkuwi/networksto align with latest Substrate ss58-registry
5.2.1 Dec 27, 2020
Changes:
- Add
arrayFlattento merge a series of arrays into a single - Add
arrayChunkto chunk an array into multiples of defined size - Add
bitLengthparam (allowed 256, 512) tokeccakAs{Hex, U8a} - Align
@pezkuwi/networkswith Substrate master
5.1.1 Dec 19, 2020
Changes:
detectPackagenow can take a path-retrieval callback as second argument- Adjust
blake2jsimports to consistently cater for esm & cjs usage - Explicitly mark
detectPackageusage as having side-effects - Align
@pezkuwi/networkswith Substrate master @pezkuwi/wasm-crypto3.1.1
5.0.1 Dec 13, 2020
Important While this package contains no external interface changes, it now compiles and ships both cjs and esm modules. This means that modern bundlers will have more information for tree-shaking available. Additionally when using Node with .mjs extensions, the esm version imports will be used on recent Node versions. Adding an export map, as here, may have some impacts so a major semver bump is advised. There may be (small) dragons hiding in the dark corners...
Changes:
- Build and expose both cjs and esm via exports map
- Use
import type { ... }form for all type imports - Align with Substrate master network list
- Debug logs now don't depend on
NODE_ENV, but ratherDEBUG=<type,type,...>(*logs all) - Limit debug console output via
DEBUG_MAX=<number>value, trimming when passed - Add
memoizeutil, allowing for function memoization (as used in the API) - Align
@pezkuwi/networkswith Substrate master @pezkuwi/wasm-crypto3.0.1
4.2.1 Nov 23, 2020
Changes:
- Rename default Mega to Million, Giga to Billion and Tera to Trillion in formatter
- Dedupe bn.js by aligning versions between different libraries
- Add explicit link to base Substrate ss58 formats (as managed in
@pezkuwi/util)
4.1.1 Nov 16, 2020
Contributed:
- Expand ETH tests, allow for verification against address (Thanks to https://github.com/joelamouche)
Changes:
- Replace pbkdf2 imports with explicit use from sync-only package
- Adjust secp256k1 imports with shared elliptic
- Expand crypto tests for explicit wasm vs JS compares in all cases
4.0.1 Nov 8, 2020
- Breaking change Polyfills are not injected by these libraries anymore to avoid clobbering external globals, the user should provide them if their environment is missing base functionality.
Changes:
- Remove built-in utility polyfills for
Array.fill,String.padStart,String.padEndas well asObject.setPrototypeOf. These should be provided by the actual user of the libraries if so required. - Update
@pezkuwi/wasm-cryptolibrary (under-the-hood cleanups) - Remove explicit crypto polyfill injection (aligning with updated
@pezkuwi/wasm-crypto) - Add cross-environment
@pezkuwi/x-randomvalues(for use in@pezkuwi/wasm-crypto)
3.7.1 Nov 1, 2020
Changes:
- Remove the use of
chalk(logger) for less overall dependencies string*utilities now also allowsString(class) inputs- Align bip39 use with wasm-crypto for English-only wordlist, default, non supplied)
- Adjust elliptic imports for explicit paths (allows tree-shaking)
- Add Totem (ss58 prefix 14) into
@pezkuwi/networks - Move
@pezkuwi/x-{fetch,textdecoder,textencoder,ws}intocommonrepo
3.6.1 Oct 18, 2020
Contributed:
- Add evmToAddress and addressToEvm
@pezkuwi/util-crypto(Thanks to https://github.com/jnaviask) - Remove invalid link to docs (thanks to https://github.com/roccomuso)
Changes:
- Rename
mnemonicToBip39tomnemonicToLegacySeed(used in non-Substrate compatible fashion) - Update pair signature verification to handle MultiSignature results
- Move documentation to docs repo
- Added
@pezkuwi/networksfor a list of known networks and their identifying information
3.5.1 Sep 27, 2020
Contributed:
- Add Dock network identifiers (Thanks to https://github.com/lovesh)
Changes:
- Use cross-environment TextDecoder & TextEncoder from the polkadot-js polyfills
- Add
isBase{32, 58, 64}to@pezkuwi/util-crypto - Add
base64{Pad, Trim}to add/remove padding characters - Add
createFromJson(json)to keyring (create pair without adding) - Balance formatter now outputs 4 numbers after the decimal point
3.4.1 Aug 31, 2020
Changes:
- Allow for WASM-as-available
mnemonicToBip39call (used for Ethereum-compatible keypairs) - Add
isWasmutility to check for valid WASM headers @pezkuwi/wasm-crypto1.4.1
3.3.1 Aug 24, 2020
Changes:
- Add
addressRawto Keyring interface (if address encoding is different to publicKey) - Allow for Ethereum pair signing and verification
3.2.1 Aug 17, 2020
Changes:
- Allow for (optional, default blake2) hasher to secp256k1 sign/verify functions
- Utilities for secp256k1 publicKey expansion and compression
- Add basic Ethereum address utils (encode with checksum & checksum verification)
- Add Ethereum-compatible
mnemonicToBip39seed creation function
3.1.1 Aug 10, 2020
Changes:
- Add
deriveAddress(<address>, '/<soft>/<soft-b>')via sr25519 soft - Use
scryptfrom WASM as available (JS fallback in place) - Add
base32{Encode, Decode}utilities (IPFS-compatible alphabet) - Support IPFS compatibility flag in base58 encoding/decoding
- Update to
@pezkuwi/wasm-crypto1.3.1
3.0.1 Jul 27, 2020
Contributed:
- Add Katal ss58Format (Thanks to https://github.com/retotrinkler)
Changes:
- Adjust JSON pair output with scrypt kdf (version 3 output)
2.18.1 Jul 13, 2020
Changes:
- Add
base64{Decode, Encode, Validate}as crypto utils - Extract
base58Validatefrom base58 decode checks - Add
isAsciito allow detection of printable ASCII sequences (including tab, newline) - Add
isUtf8to allow detection of valid Utf8 sequences
2.17.1 Jul 6, 2020
Changes:
- Add
encode{Derived, Multi}Addressto encode derived/multi addresses - Correctly handle 0 inputs in
numberToU8a - Simplify and flatten base58 dependencies
2.16.1 Jun 29, 2020
Changes:
- Adjust
addressCheckandencodeAddressfunction to check for valid base58 alphabets (better error reporting) - Rename
createKeySubtocreateKeyDerivedbased on changed in Substrate (sub keys now named derived)
2.15.1 Jun 22, 2020
Changes:
- Adjust keyring to no override 0-prefix (Pezkuwi live) settings with keychain default
2.14.1 Jun 16, 2020
Contributed:
- Add
extractTimeutility conversion (Thanks to https://github.com/kwingram25)
2.13.1 Jun 8, 2020
Changes:
- Fix JS blake2 fallback (non-wasm) to correctly deal with hex inputs
- Align
bnToHexsignature withbnToU8a(with old/new style) - Allow
bnTo{Hex,U8a}to take any value with.toBn()signatures
2.12.2 Jun 1, 2020
Changes:
- Fix
isFunctionsignature to assertFunction
2.12.1 Jun 1, 2020
- Important Removed
mnemonicToSeed, it is only for bip39, usemnemonicToMiniSecretfor the Substrate variant
Changes:
- Added
u8aEqto compare two Uint8Array or hex values for an exact match - Added
addressEqto compare two addresses (ss58, Uint8array or hex) for an exact match - Throw error on
{nacl,schnorrkel}Verifyon invalid input lengths - Performance optimizations in
u8aToHex&u8aConcat
2.11.1 May 26, 2020
Changes:
- Internal cleanups on typings
- Support for latest TypeScript, eslint & typescript-eslint
2.10.1 May 14, 2020
Contributed:
- Add Kulupu ss58 prefix as an allowed value (Thanks to https://github.com/sorpaas)
Changes:
- Make the
TextEncoderpolyfill handle non-compliant Buffer implementations (newer versions of Jest) DeriveJunctionnow also allows for BigInt values (aligning with number types elsewhere)- Small code-flow optimizations
2.9.1 Apr 30, 2020
Contributed:
- Add support for ECDSA keypairs (Thanks to https://github.com/akru)
Changes:
- Added
createKeyMulti&createKeySubto create utility sub & multi keys - Added
u8aSortedto sortUint8Arrays - Added
sortAddressesto sort addresses based on their internal representation
2.8.1 Apr 9, 2020
- Keypair will now throw an error when attempting to sign/derive using a locked pair (Thanks to https://github.com/h4x3rotab)
Changes:
- Cleanup
isDevelopmentregex to cater for chains such asWestend Development
2.7.1 Mar 31, 2020
Changes:
- Add
bnSqrtto calculate the integer sqrt via Newton iteration - Allow for optional wasm-crypto, specifically via
@pezkuwi/util-crypto/noWasm - Misc. CI infrastructure cleanups
2.6.1 Feb 29, 2020
- Breaking change Following on the 2.0 release,
@pezkuwi/wasmwas updated to 1.1+. sr25510 now only verifies 0.8+ signatures, closing the loop on dropping Substrate 1.x-era support
Changes:
- Add
signatureVerify (message: Uint8Array | string, signature: Uint8Array | string, addressOrPublicKey: Uint8Array | string): VerifyResultto verify any signature, regardless of type. Returns validity & detected crypto type. - Add
cryptoIsReady (): booleanfunction to check status of initialization - Add
addressCheckChecksum (decoded: Uint8Array)as an helper to extract and verify the ss58 checksum - Swap to yarn 2, allow use in yarn 2 projects
2.5.1 Feb 22, 2020
- Breaking change (TypeScript only) The
*.d.tsfiles now contain TypeScript 3.8 features,#private, which is not usable in older versions
Changes:
- Add
isBigInt(value)to allowBigIntchecks. Also add support inbnToBnas well as number conversion utils - Add
isChildClass(Parent, Child?)to check if a class extends the parent, asserting Child is Parent - (internal) Use
#<field>instead ofprivate _<field>for private class variables
2.4.1 Feb 18, 2020
Changes:
- Ensure that
formatBalancedoes not apply unit overrides apply when no SI is applicable - Adjust
formatBalance(<balance>, <options>)to take expandedwithUnit: string | booleanoption where string is an actual unit, e.g.KSM - The
decimalsoption toformatBalanceshould now be passed as part of theoptions(previous last-param deprecated) - The
.setSS58Formaton keyring will now just operate on pairs created on the keyring, not globally. The globalsetSS58Formatin@pezkuwi/util-cryptowill be deprecated. - The deprecated
addressPrefixoption to keyring has been belatedly removed (Usess58Formatrather)
2.3.1 Feb 15, 2020
Contributed:
- Remove dependency on moment.js with
formatDatefunction (Thanks to https://github.com/AndreasGassmann) - Move TypeScript
@types/*to dev deps (Thanks to https://github.com/AndreasGassmann)
Changes:
- Update to
@pezkuwi/wasm-crypto1.0 - Cleanup dependencies to pave the way for using yarn 2 (Explicit instead of implicit)
2.2.1 Feb 06, 2020
Changes:
- Add resolver for jest requires (tests from src)
2.1.1 Feb 04, 2020
Changes:
- Update
detectPackage(<package.json>, __dirname?)with calling folder
2.0.1 Jan 30, 2020
Changes:
- Update w3f/schnorrkel to 0.8.5 (Full Substrate 2.x support, no 1.x support)
- Remove Alice session (ed2551) account from testing keyring (not applicable to Substrate 2.x)
- Remove
chainspec,db,trie-codec,trie-dbandtrie-hashpackages (moved to client) - Renamed
assertSingletonPackagetodetectPackagewith inclusion of version listing - Swap to elliptic library for secp2561 recovery (No node bindings)
1.8.1 Jan 09, 2020
Contributed:
- Add cross-client encryption/decryption support (Thanks to https://github.com/hskang9)
1.7.1 Nov 27, 2019
Changes:
formatBalancesignature now allows to force unit displays- Keypair now allows for derive on a pair, with
pair.derive(...) assertnow acts like a real asserts, with no return - signature adapted for new TS 3.7
1.6.1 Oct 24, 2019
Changes:
pair.sign(message)now takes an optional secondoptions?: SignOptionsparameter, whereSignOptionsis currently defined as{ withType: boolean }. HerewithTypeinstructs the signing to prepend the type of signature (ed2551, sr25519 or ecdsa). This is used for the new Pezkuwi/Substrate MultiSignature format.
1.5.1 Sep 25, 2019
Changes:
- Fix typings on the Keyring-exposed encode & decodeAddress
- Allow ss58Format = 0 as a valid value
- Loosen type definitions for allowed ss58format values (still checked against allowed array)
1.4.1 Sep 12, 2019
- Breaking change To set the
ss58Format, you should now usesetSS58Formatas opposed to the oldsetAddressPrefix
Changes:
- Renamed
keyring.setAddressPrefixtokeyring.setSS58Format - Deprecated
addressPrefixon the keyring options, added thess58Formatas a replacement (aligning with chain properties - the old version is still accepted) - Added
stringToHexandhexToStringconversion utilities to@pezkuwi/util - Swap to Babel 7.6.0 for all compilation, for latest improvements in code generation
1.3.1 Sep 10, 2019
Changes:
- Remove the
ExtErrorclass, always prefer the standard JSErrorobject for errors. This would bre a breaking change for any applications usingExtError
1.2.1 Sep 09, 2019
Changes:
- Keyring
addFromAddresscan now be used to store external accounts, for example those provided by external signers - Maintainability updates
1.1.1 Aug 09, 2019
Changes:
assertSingletonPackagenow warns via console.warn, but does not throw. This does allow the info to come accross while still allowing the app developers using multiple libraries time to fix.
1.0.1 Aug 02, 2019
Changes:
formatBalancenow allows forCompactinputsformaBalancenow allows correct formatting of very large decimals
0.94.1 Jul 20, 2019
Changes:
- Add
checkAddress(address, prefix)to@pezkuwi/util-cryptothat validates an ss-58 address - Add support for the Kusama network (as a valid checked prefix)
- Add an
asm.jsfallback for the React Native environment (via@pezkuwi/wasm-crypto) - The ed25519 key for Alice (representing the session), now appears in the test keyrings
- Fix missing dependencies for keyring (after address moves in 0.93.1)
0.93.1 Jun 14, 2019
Changes:
- Breaking: External pair interface for keyring has been changed. Instead of
getMetause themetagetter, i.e.console.log(pair.meta.name)addressuse theaddressgetter, i.e.console.log(pair.address)publicKeyuse thepublicKeygetter, i.e.console.log(pair.publicKey)
Move decodeAddress,encodeAddress&setAddressPrefixfunctions into@pezkuwi/util-cryptofrom@pezkuwi/keyring. External interfaces should not be affected at this point since it is also (still) exported and exposed on keyring
0.92.1 Jun 04, 2019
Changes:
- Only allow integer input values into
formatBalance - Allow
formatBalance,formatDecimal&formatNumberto cater for negative numbers - Add 'Bob//stash' to testing keyring, joining the existing 'Alice//stash'
0.91.1 May 22, 2019
Changes:
- ed25519/sr25519 sign & verify functions can now take the message input as Uint8Array/string/hex and verify allows for the signature/publicKey to be specified as Uint8Array/hex
- Update
@pezkuwi/wasmto include a maintenance bump for thew3f/schnorrkellibraries
0.90.1 May 08, 2019
Changes:
- Moving towards 1.0
- Added bnMin & bnMax functions
0.76.1 Apr 03, 2019
Changes:
- Fix
addFromMnemonicto generate using new-style derivation. - Pull in
formatBalance,formatDecimal,formatElapsed,formatNumber,calcSi,findSi&isTestChainutility functions from the originals in@pezkuwi/ui-util - Swap out
wasm-schnorrkel&wasm-ed25519for combined version withwasm-crypto - Swap DB interfaces to optional LRU, removing
transactionAsync(client-only changes)
0.75.1 Mar 29, 2019
Changes:
- Start journey to 1.0
0.42.1 Mar 28, 2019
Changes:
- Add
assertSingletonPackageto util - Ensure that only a single keyring instance is loaded (uses above)
0.41.1 Mar 25, 2019
Changes:
- Extensions to the client-specific database interfaces (non-breaking for API and util users)
0.40.1 Mar 23, 2019
Changes:
- Add additional derivation path extraction mechanisms to util-crypto
- Add createFromUri function to keypair (creates keypair, does not add it)
- Allow all crypto hashing & ed25519 to use WASM (as available, JS fallbacks)
0.39.1 Mar 20, 2019
Changes:
- Pull in bip39 generation functions from
@poladkot/wasm-cryptowith a fallback to the pure JS versions
0.38.1 Mar 18, 2019
Changes:
- Align with current substrate master for sr25519 keys and hard/soft derivation
- Swap default dev keys to derived (sr25519)
0.37.1 Mar 14, 2019
Changes:
- Swap to publishing -beta.x on merge (non-breaking testing)
0.36.1 Mar 13, 2019
Changes:
- Add
fromUrito keyring along with hard & soft key derivation.
0.35.1 Mar 04, 2019
Changes:
- Remove NodeJs-only
syncifyfunction, not exported by the package (with binary dependency for Node)
0.34.1 Feb 13, 2019
Changes:
- Keyring now allows for ed25519 and sr25519 instances. Upon creation, you need to pass the
ed25519orsr25519string to denote the type, i.e.new Keyring({ type: 'sr25519' })