Module Evm_node_lib_dev.Replay

main ~profile ~disable_da_fees ?kernel ?kernel_verbosity ~data_dir ~number ?upto config Replays the blueprint at the given number (Ethereum block level) on top of the expected context.

disable_da_fees Disables data availability fees if true. kernel WASM kernel used to patch before the replay. kernel_verbosity Verbosity level for kernel logs. data_dir Path to the data directory. number Block number to replay. profile Enables profiling with the corresponding mode. upto Upper bound block number to replay ranges such as (number, upto). config Node configuration.