-
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
Find good UI solution for trade fee payment info in BSQ or BTC #1782
Comments
/cc @pedromvpg |
Just to bring in a new angle or maybe bring back an old one, if you already have discussed this. |
And I was ranting conceptually there, not giving too much thought to the actual implementation. |
Automated conversion is not easy in a decentralized way. You as BSQ buyer need to find a BSQ seller and both need to be online to make the tx. It would be a bit easier if the BTC/BSQ trade would be a atomic tx instead of using the normal trade protocol as atm. But that atomic exchange is not implemented yet (though planned in the future). Beside that we do not want to force users into using BSQ. |
@cypherspace86 I just added a proposal (insprired from your input): bisq-network/proposals#50 |
I am workin on that now myself... |
@ripcurlx will continue to improve that. A basic version is implemented which avoids having a popup. |
Close as it is implemented. |
@ManfredKarrer, I was running against master earlier today and noticed at this new pop up appears by default. BSQ won’t be available anywhere other than testnet in v0.9.0, so shouldn’t this pop up be conditional on |
Did you run regtest or mainnet. in mainnet it should not be there (assuming u dont have doa activated), otherwise there is a bug. |
On testnet and regtest dao is activated by default |
Yes, I was running against regtest. Not sure it makes sense to keep that activated by default there until the rest of the DAO code is enabled by default. |
On testnet it will be with upcoming release. On Regtest - yes it could be deactivated, but I think its also good if all devs run it to spot potential bugs earlier. |
Closing as complete. Was released for Testnet with v0.9.0. |
Atm we use a popup for asking the user if he wants to pay the rade fee in BTC or BSQ.
As we have already lots of popups specially at the create and take offer screens we should find another solution.
I think it is required to show at least once the user the option in the screens directly (not only to make that selection in the settings), but it should be in the settings as well (not impl. yet), so if the user has clicked for instance a "don't show again" checkbox he will not be bothered anymore in the trade screens.
If the user does not have BSQ in his BSQ wallet he gets another popup.
Maybe we can show the fee option similar like the security deposit option but make the security deposit option by default invisible and only enable it if selected in the settings to show it (advanced option). Once the user has selected first time the fee (BSQ or BTC) he can get an info that it will be hidden from now on but can be turned on in the settings again. In the popup we should also promote the discount when using BSQ and maybe give a bit of hints for more info regarding BSQ/DAO.
See also #1783
The text was updated successfully, but these errors were encountered: