Evm_node_lib_dev.Replay
val main :
disable_da_fees:bool ->
?kernel:Wasm_debugger.kernel ->
?kernel_verbosity:Events.kernel_log_level ->
data_dir:string ->
number:Evm_node_lib_dev_encoding.Ethereum_types.quantity ->
?profile:Evm_node_config.Configuration.profile_mode ->
?upto:Evm_node_lib_dev_encoding.Ethereum_types.quantity ->
Evm_node_config.Configuration.t ->
unit Tezos_base.TzPervasives.tzresult Lwt.t
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.