We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We don't want to take protocol fees for limit orders with in-market price.
Don't define protocol fee policies for limit orders with in-market price. To determine if the price is in-market or out-of-market, already existing functionality can be used: https://github.com/cowprotocol/services/blob/main/crates/autopilot/src/solvable_orders.rs#L558
Dependent on #2084 which needs to be tackled first.
The text was updated successfully, but these errors were encountered:
Done #2250
Sorry, something went wrong.
narcis96
No branches or pull requests
Problem
We don't want to take protocol fees for limit orders with in-market price.
Suggested solution
Don't define protocol fee policies for limit orders with in-market price. To determine if the price is in-market or out-of-market, already existing functionality can be used: https://github.com/cowprotocol/services/blob/main/crates/autopilot/src/solvable_orders.rs#L558
Additional context
Dependent on #2084 which needs to be tackled first.
Acceptance criteria
The text was updated successfully, but these errors were encountered: