-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement protocol v2 #107
Conversation
Pinging @haveno-dex/developers. Reviews and feedbacks are appreciated :) |
b60639d
to
a3e737b
Compare
The 3 codacy checks are a result of open todos which are documented so we're ignoring them. To test this PR:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it and everything went flawlessly :)
Hello, In monerod, I did But : https://github.com/haveno-dex/haveno/blob/master/docs/installing.md Sorry but I have never mined before. |
@HoverHalver There is no funds tab for the Monero wallet in this GUI. You should see your locked balance in the upper right increase with each block mined to the trader's address. Funds received from each mined block become available to spend after 60 blocks. Your available balance is shown next to "Balance" in the upper right. |
First remarks while testing. |
The funds should become unlocked after 60 blocks if from mining. If you mine new blocks to the address, you'll continue to have locked funds. |
I mined for Alice's address for blocks 1681 to 2125 |
Do the locked funds go to zero if you restart Alice? |
My apologies, I confused Bob's account and Alice's account. |
I created an offer to buy XMR with USD. |
This is inherited from Bisq's UI which we are redesigning. |
Indeed, but this seems to be a Bisq v1.6.2 GUI error, |
I just completed successfully a XMR/USD trade. It's not very clear for me what are the differences between the current Haveno protocol (https://github.com/haveno-dex/haveno/blob/master/docs/trade_protocol/trade-protocol.md) used in this PR, and the Bisq protocol ? |
The main difference is that Bisq uses 2/2 multisig instead of 2/3, but there are more. You can find more info here: https://github.com/haveno-dex/haveno/wiki/FAQ and here: https://bisq.wiki/Trading_rules |
This PR reaches parity with master using the new trade protocol: