Add witness bad block hook implementation #10547
Labels
A-blockchain-tree
Related to sidechains, reorgs and pending blocks
A-cli
Related to the reth CLI
C-enhancement
New feature or request
Once we have a crate in #10546, we will need some hook implementations. For example, we should have one which does the equivalent of
debug_executionWitness
, re-executing the block and outputting the witness, like the one generated here, to a file:reth/crates/rpc/rpc/src/debug.rs
Lines 657 to 659 in a7a9f9f
The text was updated successfully, but these errors were encountered: