-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
817: Implement basic API functions for Byron-style wallets. r=jonathanknowles a=jonathanknowles # Issue Number #774 (`restoreByronWallet`) #775 (`listByronWallets`) #776 (`getByronWallet`) #777 (`deleteByronWallet`) # Overview This PR implements all API functions _**apart from**_ those relating to _**migration**_. We have: - [x] Provided an implementation for [`restoreByronWallet`](#774). - [x] Provided an implementation for [`listByronWallets`](#775). - [x] Provided an implementation for [`getByronWallets`](#776). - [x] Provided an implementation for [`deleteByronWallet`](#777). - [x] Fixed **existing** integration tests for all of the above. # Not included in this PR Further integration tests: these will be included in _**further**_ sub-topic PRs. Co-authored-by: Jonathan Knowles <[email protected]>
- Loading branch information
Showing
3 changed files
with
165 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.