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
The CoW AMM orders that exist in the auction are placeholders (and likely very different - in terms of amounts - to the ones that end up being proposed by the solvers). What they have in common is the owner.
I think the auction struct should be extended with a field that describes a list of surplus capturing jit order owner (ie all accounts for which solvers are allowed to create jit orders and their surplus will count towards the objective value)
Problem
JIT orders (and particularly COW Amm as it's subset) need to have a special treatment with regards to surplus and score calculation in the autopilot.
Auction
btw.Two related PRs need to be checked first before implementing:
#2688
#2682
This issue captures work needed to implement this functionality in
autopilot::domain::Settlement
object.The text was updated successfully, but these errors were encountered: