-
Notifications
You must be signed in to change notification settings - Fork 71
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
Redesign Bisq Easy Protocol #1566
Redesign Bisq Easy Protocol #1566
Conversation
5eea143
to
d41a790
Compare
Looks great. Feels much better now! BisqEasyBuyerAsMakerProtocol/BisqEasyBuyerAsTakerProtocol are missing the 2nd option of the order of btc address/fiat payment account data exchange. Do you have any feedback or improvement suggestion to the FSM protocol definition? Was it easy for you to change the protocol? What about keeping the UI classes with the trade step numbers synced? SellerState3-> SellerState3a and SellerState4->SellerState3b? The icon for completed looks a bit like a V. Maybe use a more common checkmark icon or differentiate even more from the 1-2-3 steps? |
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.
ACK
Thanks for spotting this. I have added it in #1569.
Yes, it was very easy to understand and straightforward to amend.
That's what I tried, maybe I missed something I don't see? I noticed as well that in phase3b and 4 the translations pairs needed to be updated, were you referring to this? I have changed this in #1569.
Yes, I agree. I don't like it either, but I didn't want to spend more time on it since I want to change it. I also had in mind the second option that you mention, to leave that step out of the 1-2-3. Will follow-up with another 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.
utACK
Resolves #1491
This PR corresponds to the change in the protocol and implements the proposal made in the issue.
A mention on system messages.
I have tested different options for that, and what I present here is what I think is a good solution. However, I would like to discuss this subject further.
I will make follow-up PRs to improve the UI alongside the already discussed changes in different issues.