-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* introduce env flags to disable validation checks * extract disable checks into a conf * fix checks * lift the validation flags into the processor config * add changefile * slight refactoring * some more refactoring * add flag to disable trace block hash validation
- Loading branch information
Showing
4 changed files
with
108 additions
and
28 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@subsquid/evm-processor/optional_validation_2024-10-09-14-50.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@subsquid/evm-processor", | ||
"comment": "Introduce flags to make the RPC data validation checks optional", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@subsquid/evm-processor" | ||
} |
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