forked from bisq-network/bisq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is to initiate the update necessary for the fulfillment of proposal
bisq-network#110: Fully functional and basic Monero (XMR) wallet integrated to Monero RPC Wallet running on localhost with the following features: 1. Viewing balance (total and unlocked). 2. Sending XMR. 3. Viewing XMR Primary address to receive XMR. 4. Viewing and searching transactions. 5. Transaction/payment proof/verification (almost certified complete). TODOs: 1. Completion of automation of Monero related trades (integration to wallet). 2. Unit Tests (first order - XmrFormatter and XmrValidator). 3.Payment proof testing completion.
- Loading branch information
Showing
33 changed files
with
3,085 additions
and
196 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 |
---|---|---|
|
@@ -32,3 +32,4 @@ deploy | |
/monitor/TorHiddenServiceStartupTimeTests/* | ||
/monitor/monitor-tor/* | ||
.java-version | ||
/.metadata/ |
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 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.