-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from feather-wallet/OTS
Airgapped signing with UR
- Loading branch information
Showing
80 changed files
with
3,943 additions
and
624 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
Submodule monero
updated
10 files
+0 −6 | src/wallet/CMakeLists.txt | |
+2 −3 | src/wallet/api/transaction_construction_info.cpp | |
+29 −0 | src/wallet/api/unsigned_transaction.cpp | |
+1 −0 | src/wallet/api/unsigned_transaction.h | |
+149 −1 | src/wallet/api/wallet.cpp | |
+8 −0 | src/wallet/api/wallet.h | |
+10 −0 | src/wallet/api/wallet2_api.h | |
+0 −0 | src/wallet/trezor_link_flags.txt | |
+261 −109 | src/wallet/wallet2.cpp | |
+4 −1 | src/wallet/wallet2.h |
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.