You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
Separate protocol fees config for in and out of market orders.
## How to test
`protocol_fee.rs` tests work with in-market orders. Removing
`in_market_fee_policy_kind` makes the tests fail.
## Related Issues
Fixes#2548
# Description
Separate protocol fees config for in and out of market orders.
## How to test
`protocol_fee.rs` tests work with in-market orders. Removing
`in_market_fee_policy_kind` makes the tests fail.
## Related Issues
Fixes#2548
Problem
More context: https://cowservices.slack.com/archives/C05N1FNP3MX/p1710852670240979
Suggested solution
Refactor the current policy fee config to split into 2 optional params: for market and limit orders.
Acceptance criteria
Another e2e test should probably needed to covert the new logic.
The text was updated successfully, but these errors were encountered: