feat(engine): save original files for witness invalid block hook (#11132)

This commit is contained in:
Alexey Shekhirin
2024-09-23 17:43:39 +01:00
committed by GitHub
parent 3fa1e28e12
commit 7b128d6923
4 changed files with 82 additions and 43 deletions

View File

@ -35,3 +35,4 @@ std = []
c-kzg = ["revm/c-kzg"]
test-utils = ["dep:reth-trie"]
optimism = ["revm/optimism"]
serde = ["revm/serde"]