Contributed:
- Store hardware accounts (Thanks to https://github.com/Tbaut)
Changes:
- Updated to
@polkadot/{hw-ledger, keyring, util, util-crypto}
5.4.4 - Cleanup dependencies to only have common (no api repo)
- Important Users of the
@polkadot/ledger
package should now import@polkadot/hw-wallet
Contributed:
- Dock Ledger integration (Thanks to https://github.com/lovesh, moved to common)
- Polymesh Ledger integration (https://github.com/adamdossa, moved to common)
Changes:
- Remove
@polkadot/ledger
package (Moved to common as@polkadot/hw-ledger
) - Keyring options genesis allows a
string
|Hash
(e.g.api.genesisHash
) input - Updated to
@polkadot/{hw-ledger, keyring, util, util-crypto}
5.3.1 - Removed
@polkadot/types
dependencies (only interface needed, supplied)
Changes:
- Updated to
@polkadot/{keyring, util, util-crypto}
5.2.2 - Updated to
@polkadot/api
3.2.2
Changes:
- Don't re-export types from index (esm build compat)
- Correctly mark
detectPackage
as a side-effect - Updated to
@polkadot/{keyring, util, util-crypto}
5.1.1 - Updated to
@polkadot/api
3.1.1
Contributed:
- Export types for icons (Thanks to https://github.com/Tbaut)
Changes:
- Bump to latest WebUSB from Ledger
- Swap Ledger functionality to dedicated packages
- Build esm packages alongside cjs
- Convert all imports/exports to named
- Pass pair type through to all creation actions
- Allow for transparent failures on account injection
- Swap to using
import type { ... }
- Updated to
@polkadot/{keyring, util, util-crypto}
5.0.1 - Updated to
@polkadot/api
3.0.1
Changes:
- Update address checks to allow for Ethereum-compatible chains
- Add Ethereum icon type (uses blockies underneath)
- Updated to
@polkadot/{keyring, util, util-crypto}
4.0.1 - Updated to
@polkadot/api
2.6.1
Contributed:
- Add Darwinia ss58 (Thanks to https://github.com/WoeOm)
- Swap network identifiers to
@polkadot/networks
(Thanks to https://github.com/Tbaut)
Changes:
- Explicit deps versions (with peerDependencies as provided)
- Bump to
@polkadot/api
2.3.1 - Bump to
@polkadot/util
3.6.1
Changes:
- Allow for custom IdentityIcon overrides
- Move docs to docs repo
- Bump to
@polkadot/api
2.1.1
Changes:
- Expose createFromJson on keyring to compliment createFromUri
- Support Account/address indexes for Ledger
- Bump to
@polkadot/api
2.0.1 - Bump to
@polkadot/util
3.5.1
Contributed:
- Add Subsocial to ss58 defaults (Thanks to https://github.com/F3Joule)
Changes:
- Support QR scanning where name contains ":"
- Support for Moonbeam ETH-compatible crypto types
Changes:
- Support for JSON v3 kdf-enabled format
- Adjust password validity checks (alongside v3)
- Bump to
@polkadot/api
1.26.1 - Bump to
@polkadot/util
3.0.1
Contributed:
- Add Kulupu to ss58 options (https://github.com/carumusan)
Changes:
- Remove CC1 naming for Polkadot (as applicable)
- Flatten React IdentityIcon (no extra wrapping)
- Bump to
@polkadot/api
1.25.1 - Bump to
@polkadot/util
2.18.1
Contributed:
- Better error-handling for invalid FileStore accounts (Thanks to https://github.com/yuhui1208)
Changes:
- Adjust react-qr
Scan*
makingonScan
callbacks required - Rework the react-qr display to use functional components
- Bump to
@polkadot/api
1.21.1 - Bump to
@polkadot/util
2.15.1
Contributed:
- Add genesisHash to signer payload (Thanks to https://github.com/hanwencheng)
- Allow QR scanning to parse mini keys (Thanks to https://github.com/hanwencheng)
Changes:
- Adjust ordering of available crypto types (native first)
- Rename Substrate prefix entry (42) to "generic"
- Bump to
@polkadot/api
1.19.1 - Bump to
@polkadot/util
2.14.1
Contributed:
- Add Ecdsa to the supported crypto types options (Thanks to https://github.com/akru)
- Add Egedware to network prefix settings (Thanks to https://github.com/jnaviask)
Changes:
- Add
addMultisig
into keyring (with all options to re-create address) - Bump to
@polkadot/api
1.14.1 - Bump to
@polkadot/util
2.10.1
- Breaking change (TypeScript only) The
*.d.ts
files now contain TypeScript 3.8 features,#private
, which is not usable in older versions
Contributed:
- Allow for the encoding of chain-settings via QR (Thanks to https://github.com/hanwencheng)
- Enhance checks for ws url in settings (Thanks to https://github.com/kwingram25)
Changes:
- Start of
isAlternative
implementations for identicons to react, react-native & vue (currently only Polkadot sixPoint) - Bump to
@polkadot/api
1.10 &@polkadot/util
2.8 - Convert
private <field>
to#<field>
- Remove internal/duplicated ui-keyring ss58Format mapping, rather set it directly on wrapped keyring
Changes:
- Support formatting of addresses via createPair base on latest upstream keyring
- Bump to
@polkadot/api
1.3.1 - Bump to
@polkadot/util
2.4.1
Changes:
- ui-settings does not expose pre-configured endpoints by default (only local dev node)
- Bump to
@polkadot/api
1.2.1 - Bump to
@polkadot/util
2.3.1
Changes:
- Add resolver for jest requires (tests from src)
Changes:
- Add Westend & Kulupulu, remove Alexander
- Update Edgeware wss uri
- Change display name for Kusama
- Mirror QR scanning display
Changes:
- Support for Kusama CC3 (network endpoints)
- Genesis hashes for accounts can now lookup against a range (so CC2-locked accounts will show on CC3)
- Language options have been removed from settings (these will be app-specific)
- QR display loops now have a timeout decay (slower as it loops)
- Add an example for using React Native (thanks to https://github.com/cameronfr)
Changes:
- Add base documentation for getting started
- Add camera access to the setting structure
- Breaking change The subscription subject for
ui-keyring
does not return a pre-formatted React object anymore. This is SUI-specific, so had limited use and therefore should not even be split into areact-keyring
component. Rather users of this functionality should construct their own options for their framework.
Changes:
- Support for Kusama CC2
- Experimental support for signing via Ledger HW
- Add specific settings for the icon type to
ui-settings
- Add Edgeware live RPC endpoints to
ui-settings
- Adjust
react-identicon
highlights (validators) - Add
example-{react, vue}
highlighting simple use withui-keyring
,ui-settings
&*-identicon
components
Changes:
- Update
@polkadot/util
to 1.4.1 - Upddate to Babel 7.6
Changes:
- Add W3F Node for Kusama
- Add extended info to ui-settings, i.e. info on each option
- Adjust logos in ui-assets (incl. updated Substrate logo)
- ui-keyring now check the genesisHash on all load operations (if supplied)
- react-qr is now operational and integrated in the polkadot-js/extension and apps repos
- Breaking Change The
@polkadot/ui-identicon
package has been renamed to@polkadot/react-identicon
- Breaking change For
@polkadot/ui-keyring
the stores are now not exported from the index, imports should be changed to eitherui-keyring/stores
or explicitly toui-keyring/stores/Extension
Changes:
- Support for Kusama with endpoints and settings
- The
@polkadot/reactnative-identicon
package has been added (only Polkadot support atm) - The
@polkadot/react-qr
package has been added to display/scan QR codes @polkadot/ui-settings
has UNfrastructure added as an RPC provider for Alex@polkadot/ui-settings
exposes a dropdown with address prefix options
Changes:
- Adapt interface to cater for new
@polkadot/keyring
, where pairs -- expose
address
getter instead ofaddress()
- expose
publicKey
getter instead ofpublicKey()
- expose
meta
getter instead ofgetMeta()
- expose
- The functions
getAccount
getAddress
getContract
in@polkadot/ui-keyring
now return either undefined or an object with the above properties. - Add support for the saving of contracts to the keyring
- Use the injection of stores, providing an additional
ExtensionStore
for saving to Chrome/FF extensions (in addition to the standard localStorage saving) - Remove previously deprecated kering functions,
createAccount
,createAccountExternal
&createAccountMnemonic
- Remove (previously deprecated),
@polkadot/ui-util
, all these functions have been incorporated in@polkadot/util
Changes:
- Address encoding changes, use encoded address instead of supplied
Changes:
- Allow for externally injected accounts
- @polkadot/util 0.91.1 & @polkadot/api 0.79.1
Changes:
- Sorting of keyring addresses
- Fix JSON import defaults (previously detection was not working for old accounts)
- Display icons using publicKey (not the encoded address)
- Ensure only a single instance of ui-keyring is loaded
- Adjust short address option display (keyring options)
Changes:
- Add Emberic Elm (Dried Danta discontinued)
- @polkadot/util & @polkadot/api 0.75.1
Changes:
- Small fixes, latest @polkadot/wasm-* packages
Changes:
- @polkadot/util & @polkadot/api 0.75.1
Changes:
- Fix for blake2 in Polkadot identicon generation
Changes:
- Rename createUri and createExternal to addExternal and addUri
- Rename addAccountPair to addPair
- Add additional createFromUri function to create pair, but not add it
- Latest api, util & util-crypto (this with WASM and JS fallbacks)
Changes:
- Add createUri to create an account from a path uri
- Add createExternal as an alias for createAccountExternal
- Deprecate createAccount, createAccountExternal and createAccountMnemonic
- Fix styled-component dependencies when used in a non-@polkadot project
Changes:
- Allow for latest keyring with sr25519 derived support
- When using dev mode, it assumes the substrate node has sr25519 derived keys
Changes:
- Swap to publishing -beta.x on merge (non-breaking testing)
Changes:
Swap to using a dev HDKD keyring (only available on latest substrate master, only affects nodes running with --dev, normal operation unaffected)
Changes:
Default Substrate icon is Jdenticon
Changes:
Replace Charred Cherry with Dried Danta, remove old decimals and token name configs
Changes:
Add keyring support for sd25519 (schnorrkel)
Changes:
Add @polkadot/{keyring,util,util-crypto,types}
as peerDependencies for the various packages as used. Thie should allow less churn on this repo with version bumps, although it does add some extra effort onto the users of these libraries. (But the assumption is that they use these anyway)
Changes:
- Split from apps