Skip to content
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

User defined trade limit, Part II. #6433

Merged
merged 2 commits into from Dec 9, 2022
Merged

User defined trade limit, Part II. #6433

merged 2 commits into from Dec 9, 2022

Conversation

ghost
Copy link

@ghost ghost commented Nov 30, 2022

Following on from #6431, some commits were misplaced during a code rebase.

  • The user limit is applied to offer entry UI.
  • Offers are filtered according to limits in OfferFilterService.
  • If limit changed, the cache in OfferFilterService must be cleared.

Some commits were missed from the first implementation in #6431.
The user limit is applied to offer entry via AccountAgeWitnessService.
Offers are filtered according to limits in OfferFilterService.
If limit changed, the cache in OfferFilterServices must be cleared.
@ripcurlx ripcurlx added this to the v1.9.7 milestone Dec 1, 2022
alvasw
alvasw previously approved these changes Dec 7, 2022
Copy link
Contributor

@alvasw alvasw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK (tested on mainnet)

core/src/main/java/bisq/core/offer/OfferFilterService.java Outdated Show resolved Hide resolved
@alvasw
Copy link
Contributor

alvasw commented Dec 7, 2022

When the user defined trade limit is activated this pops up when a user tries to take an offer that he's not allowed to take. Do we want to add "user defined trade limit" to the list or is it hidden on purpose so that only experienced traders know about this feature?

bisq_jmacxx_pr

Copy link
Contributor

@alvasw alvasw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

Copy link
Contributor

@alejandrogarcia83 alejandrogarcia83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@alejandrogarcia83 alejandrogarcia83 merged commit 2d607cd into bisq-network:master Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants