-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add signature to dispute result and various other improvements #4543
Conversation
Refactorings
We must not add main net addresses if not on mainnet
…agent-branch # Conflicts: # core/src/main/java/bisq/core/support/dispute/DisputeManager.java # desktop/src/main/java/bisq/desktop/main/support/dispute/agent/DisputeAgentView.java
# Conflicts: # desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/PendingTradesDataModel.java
…ted at each iteration
…sq.core.util.validation Add RegexValidatorFactory Move regex tests from GUIUtilTest to new RegexValidatorTest class
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.
Overall this is a good change, but since the verification is added I think it should be made automatic to be actually useful and not just add confusion.
desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/PendingTradesDataModel.java
Outdated
Show resolved
Hide resolved
core/src/main/java/bisq/core/trade/DelayedPayoutTxValidation.java
Outdated
Show resolved
Hide resolved
desktop/src/main/java/bisq/desktop/main/support/dispute/DisputeView.java
Show resolved
Hide resolved
The verification is not for the users themself but for DAO voter to verify a reimbursement request. So they have an easy way to verify. The trader need to copy paste the summary msg and voters verify it. They dont have the data so they could not do it automatically. |
Ah, that makes more sense. Could still add auto check for refund agent but that's less important I suppose. |
Yes sould be probably added. I will make a new PR for that once that is merged. |
Only thing left to fix is the log level, then merge. |
@chimp1984 looks like there is a conflict now. |
# Conflicts: # core/src/main/java/bisq/core/trade/DelayedPayoutTxValidation.java
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
Depends on #4542
Add various new features to dispute domain.