-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove obsolete solver competition data (#2143)
# Description Now that we collect all the competition data we care about going forward, we can remove the obsolete fields. Changes should be backwards compatible as `Options` will be parsed as Some if present and extra fields that remain in the json that is stored in the DB will be ignored. Very old auctions for which we don't store ranking or score will fail to load (but that's acceptable IMO) # Changes - [ ] Make it so that we don't log calldata fields that don't exist for non-winners. - [ ] Remove objective as it's not recorded for runners up (and isn't really relevant just for the winner). All we care about now is score - [ ] Remove gasPrice and liquidityFetchedBlock as they don't exist anymore. - [ ] Make mandatory score and ranking non-optional - [ ] Add e2e test for multiple solver solutions ## How to test Run e2e test ## Related Issues Fixes #1949
- Loading branch information
Showing
17 changed files
with
291 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.