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
Since switching solvers to the new auction format, auction instances from the driver (including liquidity) are not stored anymore. Since those instances have been used for EBBO testing, some EBBO checks are currently not working.
Since we want to move forward with formalizing EBBO, having auctions instances is required to get a better overview of the magnitude of EBBO violations.
Suggested solution
Store auction instances from one of the solvers which receives liquidity, similarly to how it was done for the legacy format. Auction instances from the autopilot are not enought since they do not contain liquidity.
The text was updated successfully, but these errors were encountered:
The s3::Uploader is already a shared crate and should be reusable in the driver. We should allow a per solver configuration to upload (different solvers could use different paths on the bucket) but in practice only enable uploading for Quasimodo.
# Description
Store auction instances from one of the solvers which receives
liquidity, similarly to how it was done for the legacy format. Auction
instances from the autopilot are not enough since they do not contain
liquidity.
## How to test
1. Regression tests
2. It can be tested in staging by configuring quasidomo and checking the
S3 bucket
Fixes#2633
Problem
Since switching solvers to the new auction format, auction instances from the driver (including liquidity) are not stored anymore. Since those instances have been used for EBBO testing, some EBBO checks are currently not working.
Since we want to move forward with formalizing EBBO, having auctions instances is required to get a better overview of the magnitude of EBBO violations.
Suggested solution
Store auction instances from one of the solvers which receives liquidity, similarly to how it was done for the legacy format. Auction instances from the autopilot are not enought since they do not contain liquidity.
The text was updated successfully, but these errors were encountered: