-
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
[WIP] Delay payout if fiat buyer has new account #2765
[WIP] Delay payout if fiat buyer has new account #2765
Conversation
…buyer-has-new-account
31 days was displayed as 31 day.
Implements bisq-network/proposals#77 If fiat trade the buyer need to have an min required account age, otherwise the payout will be delayed.
I think the features is now well known and can be removed. The account age check will add a nde popup so we would get more popup hell if we leave that one...
If offer maker for buying BTC with Fiat has an account selected which is less then the required account age for that method he gets a popup displayed.
The handling of the trade period warnings and time display is still missing... |
Another thing missing is an option for the seller as maker to accept or not accept younger accounts. We could add an option for min. account age for takers to an offer... |
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.
Improved wording throughout.
Nitpick: I prefer this convention of using bitcoin for the currency and Bitcoin for the network.
# Conflicts: # desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/PendingTradesDataModel.java # desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/steps/seller/SellerStep3View.java
Pure technical refactoring, no functionality change.
Move methods for delayed payout to AccountScore.
We use AccountScoreService as main class which constructs the parameters based on several protection tools. Currently there is only account age based protection.
Replaced by #2787 |
This PR has merged #2753 as some of those features are used.
Implements proposal bisq-network/proposals#77
Here are the relevant screens:
Create account:
Popup after account creation:
Popup at create buy offer:
Popup at take buy offer:
Popup at confirm fiat receipt:
Status while waiting until buyers account matures:
After buyers account has matured: