-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop ComposableCoW bytecode check (#151)
# Description Removes the janky bytecode check that was being used to enforce that the contract being indexed was `ComposableCoW` compatible. This is possible given that there are exhaustive switch statements that were published for the revert messages. # Changes - [x] Add a try/catch around the decode function result to catch bad `ComposableCoW`-like implementations. - [x] Remove bytecode checks. ## How to test 1. Remove the sepolia database. 2. Restart 3. Observe new CoW AMMs 🚀 --------- Co-authored-by: Federico Giacon <[email protected]>
- Loading branch information
Showing
6 changed files
with
54 additions
and
96 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