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

Remove PriceMin check from attempt builder #14370

Merged
merged 4 commits into from
Sep 12, 2024
Merged

Conversation

dimriou
Copy link
Collaborator

@dimriou dimriou commented Sep 9, 2024

BCFR-897

Attempt Builder implements a validation check to prevent attempts from being lower than PriceMin. This is an abstraction violation and needs to be dropped. Instead, the limits should be enforceable only on the estimator’s side. Especially given the fact the new FeeHistory estimator doesn’t enforce such a limit.

@dimriou dimriou requested review from a team as code owners September 9, 2024 12:29
@dimriou dimriou requested review from vyzaldysanchez and removed request for a team September 9, 2024 12:29
@dimriou dimriou added this pull request to the merge queue Sep 12, 2024
Merged via the queue into develop with commit 882cdce Sep 12, 2024
137 checks passed
@dimriou dimriou deleted the remove_min_price_validation branch September 12, 2024 14:58
akuzni2 pushed a commit that referenced this pull request Sep 13, 2024
* Remove PriceMin check from attempt builder

* Remove TipCapMin

* Update changeset
DavidOrchard pushed a commit that referenced this pull request Sep 13, 2024
* Remove PriceMin check from attempt builder

* Remove TipCapMin

* Update changeset
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