mirror of
https://github.com/wharfkit/session.git
synced 2026-07-21 18:03:32 +00:00
ed329c2500
* 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 <aaron@greymass.com> * Updating dependencies for 1.1.0 * Added missing mock data --------- Co-authored-by: Daniel Fugere <danielfugere28@gmail.com>