reth
reth copied to clipboard
refactor: deduplicate file-saving logic in witness hook
trafficstars
Description
- Extracted a small helper
save_comparison_filesto save paired “original” and “re_executed” JSON artifacts. - Replaced duplicated code in
validate_bundle_stateandvalidate_state_root_and_triewith the new helper.