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
Now that cow amm orders are surplus capturing, they are also part of the /solve response, but autopilot doesn't know all necessary data for these orders to build the settlement::Solution and consequently Score AT COMPETITION TIME. The solution would be to expand /solve response with sell_token, sell_amount, but_token, buy_amount, side. With that, score could be calculated.
So, since JIT orders are invisible to autopilot before being settled onchain, if we want to do anything with them at COMPETITION time (verify score, surplus, whatever), we need to add some more data to /solve response.
The text was updated successfully, but these errors were encountered:
We added surplus capturing JIT orders to solve response but we still miss "sell_token, sell_amount, but_token, buy_amount, side" for each surplus capturing JIT order to unblock #2730.
Problem
As stated in #2730 (comment):
So, since JIT orders are invisible to autopilot before being settled onchain, if we want to do anything with them at COMPETITION time (verify score, surplus, whatever), we need to add some more data to
/solve
response.The text was updated successfully, but these errors were encountered: