Releases: polkadot-js/common
Releases · polkadot-js/common
v7.4.1
Changes:
- Add
u8aWrapBytes
&u8aUnwrapBytes
(originally from@polkadot/extension-dapp
) - Verify both wrapped and unwrapped signatures transparently
- Adjust
isHex
return to0x${string}
under TypeScript - Adjust shared repo Jest config
- Sync with upstream Substrate ss58 registry
v7.3.1
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 new `wasm-crypto) - Ensure
schnorrkel*
functions allows hex inputs @polkadot/wasm-crypto
4.2.1- Sync with upstream Substrate ss58 registry
v7.2.1
Contributed:
- Always use
bigint
type to indicate instance (Thanks to https://github.com/ntduan)
Changes:
- Added
u8aEmpty
helper check, all 0 or no length - Cleanup additional circular dependencies detected by rollup
v7.1.2
v7.1.1
Contributed:
- Add keyring encrypt/decrypt functionality (Thanks to https://github.com/RoyTimes)
Changes:
- Bump Ledger libraries to latest versions
v7.0.3
v7.0.2
v7.0.1
- Breaking change The
@polkadot/x-rxjs
package has been removed. Inrxjs
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:
- Add Ledger config for Centrifuge (Thanks to https://github.com/mikiquantum)
Changes:
- Adjust
@polkadot/networks
to fully-descriptive exports - Remove
@polkadot/x-rxjs
, direct import fromrxjs >= 7.2.0
required - Allow building as a completely stand-alone browser bundle (experimental)
- Sync with upstream Substrate ss58 registry
v6.11.1
v6.10.1
Contributed:
- Add Karura genesisHash (Thanks to https://github.com/ntduan)
Changes:
isHex(value)
will now check for onlystring
types (NoString
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