-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use RIF Wallet v2 core - Complete (#26)
* Replace lib/core with new SmartWallet. * Fix lint issues and install a missing package. * Update context to accept the new structure. * Expose mnemonic from the kms via context. * Update core from rif-wallet. - lint was the only thing changed. * Implement new core changes into the HomeScreen (src/App.tsx) * Update SmartWallet to use the new RIFWallet instance. * Update receive screen to use new RIFWallet. * Fix test, smartWalletAddress is no longer a promise. * Fix lint issues. * Update SmartWallet screen to get RIF and send transaction. * Fix test. * Fix lint. * Update core with October 20th updates - Only changes is: lint and _variable * Query RIF and transfer balance using the library. * Rename files. * Remove check if getSmartAddress has been called. It is no longer a promise. * fix failing test with act(). * Fix type path. * Update core + changes in review tx Co-authored-by: Ilan <[email protected]>
- Loading branch information
1 parent
d7f015f
commit 310ea9d
Showing
30 changed files
with
615 additions
and
639 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
src/lib/core |
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.