You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a step forward in this, a WalletPlugin may optionally now return an IdentityProof that's made available to the application. This isn't a hard requirement though, and not all wallet plugins will sign transactions during the login process.
* Added MOCK_DIR to coverage build
* Allow passing a `ChainDefinition` to login as `chain`
* Remove broken browser test build
* Allow passing in Contract instances for ABI caching
* Version 1.1.0-rc1
* Version 1.1.0-rc2
* Updating dependencies
* Updated tests for compressed transactions
* Added package resolution for next build
* Moved ABICache mechanisms out to its own function
Also implemented caching from embedded Action objects from new wharfkit/antelope release.
* Updating dependencies and tests for ABI caching
* Each `WalletPlugin` may optionally return an `IdentityProof`
Related to #72
* Allow calling `restore` with a `ChainDefinition`
Fixes#71
* Updating Antelope library
* New test account
* New `setAsDefault` parameter during login
Allows the developer during a `login` call to specify whether or not this account should be the new default for `restore`. Defaults to true.
* Support for Account Creation Plugins (#84)
* chore: added account-creation plugins
* fix: getting createAccount method working
* fix: fixed prompts
* fix: adding account creation plugins to context
* fix: adding account creation method to ui interface
* chore: added onAccountCreateComplete
* Ran `make format`
* Linting
* Require a name for creation services
* Mocked account creation methods in tests
* Linting
* Removed selected plugin from context
* Swapped chain to Checksum256Type
* Removed chains
* Linting
* Removed chains from options
This adds a lot of complexity for very little gain in the account creation flow.
* Reworked createAccount flow
* Version 1.1.0-rc3
* Allow developer to override chain/plugin for Account Creation
* Version 1.1.0-rc4
* Filter chains based on plugin capabilities, if set
---------
Co-authored-by: Aaron Cox <[email protected]>
* Updating dependencies for 1.1.0
* Added missing mock data
---------
Co-authored-by: Daniel Fugere <[email protected]>
Relevant conversation on Telegram starting here:
https://t.me/wharfkit/1163
Research will be needed to figure out an appropriate path to return this data, preferably without extra API calls.
The text was updated successfully, but these errors were encountered: