@polkadot/x-global
Advanced tools
Changelog
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:
.verify
now explicitly requires the publicKey
of the signer. Previously it only verified against an own public key.Changelog
5.6.3 Feb 16, 2021
Contributed:
Changes:
unlock(password)
to keypair (less confusing than only having decodePkcs8
, equivalent to lock()
)detectPackage
to use packageInfo.ts
@polkadot/wasm-crypto
3.2.3Changelog
5.6.2 Feb 8, 2021
Changes:
@polkadot/networks
now filters the new upstream-introduced null
networksChangelog
5.6.1 Feb 7, 2021
Contributed:
@polkadot/x-global
(Thanks to https://github.com/raoulmillais)Changes:
bnSqrt
when value <= MAX_SAFE_INTEGERBuffer.from
usages, prefer Uint8Array
where possiblevrf{Sign, Verify}
@polkadot/networks
with latest ss58 registry