github polkadot-js/common v5.7.1

latest releases: v14.0.3, v14.0.2, v14.0.1...
5 years ago

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 .verify now explicitly requires the publicKey of 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)

Don't miss a new common release

NewReleases is sending notifications on new releases.