Skip to content

Releases: polkadot-js/common

v7.4.1

17 Sep 14:15
Compare
Choose a tag to compare

Changes:

  • Add u8aWrapBytes & u8aUnwrapBytes (originally from @polkadot/extension-dapp)
  • Verify both wrapped and unwrapped signatures transparently
  • Adjust isHex return to 0x${string} under TypeScript
  • Adjust shared repo Jest config
  • Sync with upstream Substrate ss58 registry

v7.3.1

28 Aug 06:19
Compare
Choose a tag to compare

Contributed:

Changes:

  • Add support for schnorrkelAgreement (as exposed by new `wasm-crypto)
  • Ensure schnorrkel* functions allows hex inputs
  • @polkadot/wasm-crypto 4.2.1
  • Sync with upstream Substrate ss58 registry

v7.2.1

15 Aug 08:53
Compare
Choose a tag to compare

Contributed:

Changes:

  • Added u8aEmpty helper check, all 0 or no length
  • Cleanup additional circular dependencies detected by rollup

v7.1.2

11 Aug 15:35
Compare
Choose a tag to compare

Changes:

  • Ensure @polkadot/util-crypto doesn't re-export packageInfo from @polkadot/networks
  • Minor TS style cleanups in @polkadot/x-bundle

v7.1.1

02 Aug 08:41
Compare
Choose a tag to compare

Contributed:

Changes:

  • Bump Ledger libraries to latest versions

v7.0.3

26 Jul 05:48
Compare
Choose a tag to compare

Changes:

  • Sync with upstream Substrate ss58 registry
  • Bump Ledger libraries to latest versions

v7.0.2

19 Jul 12:38
Compare
Choose a tag to compare

Changes:

  • Added isCompact utility for check on compact-like types
  • Sync with upstream Substrate ss58 registry

v7.0.1

11 Jul 10:14
Compare
Choose a tag to compare
  • Breaking change The @polkadot/x-rxjs package has been removed. In rxjs 7.2.0 the compatibility issues at the base layer has been solved.
  • Breaking change The named exports in @polkadot/networks has been changed

Contributed:

Changes:

  • Adjust @polkadot/networks to fully-descriptive exports
  • Remove @polkadot/x-rxjs, direct import from rxjs >= 7.2.0 required
  • Allow building as a completely stand-alone browser bundle (experimental)
  • Sync with upstream Substrate ss58 registry

v6.11.1

05 Jul 06:44
Compare
Choose a tag to compare

Changes:

  • Cleanup unneeded dependencies for @polkadot/x-global
  • Sync with upstream Substrate ss58 registry
  • Bump Zondax dependencies (Statemine slip44 fix)

v6.10.1

26 Jun 07:57
Compare
Choose a tag to compare

Contributed:

Changes:

  • isHex(value) will now check for only string types (No String classes)
  • Added arrayShuffle(array) to shuffle an array into a new output
  • Added Statemine Ledger app information
  • Simplify tests to use {describe|it}.each where applicable
  • Sync with upstream Substrate ss58 registry