-
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
Lower tolerated small amount #5318
Conversation
Split tolerated amount for placing offers with unsigned accounts and tolerated amount for taking offers.
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 - Code looks fine. Will take a look in more detail during backwards comp. tests during release testing.
@ripcurlx The backwards compatibility is the main issue and def good that you test it. |
Hi @sqrrm I think 0.0025 BTC is too low: bisq-network/proposals#322 (comment) Is this commit putting in place the code to choose a selected amount or putting in place the 0.0025 BTC limit for new offers? |
@pazza83 This changes the max buy amount for unsigned accounts to 0.0025 BTC. |
@sqrrm is the signing requirement to get signed still 0.0025 BTC? |
This change done in this haphazard and non-democratic way will most likely be the final nail in the coffin of Bisq. Fortunately there are privacy-protecting alternatives these days. The Bisq "team" has zero understanding of economics and probabilities. So long and thanks for all the fish. |
Split tolerated amount for placing offers with unsigned accounts
and tolerated amount for taking offers.
Implements suggestion in bisq-network/proposals#322
Split the small amount check between own side and peer side. Lower size that can be created but allows for taking already created buy offers with the old higher amount. The peer side check can later be lowered once the outstanding higher amount offers have been taken.