Evm_node_lib_dev.Replayval main :
disable_da_fees:bool ->
?kernel:Pvm_types.kernel ->
?kernel_verbosity:Events.kernel_log_level ->
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.tmain ~profile ~disable_da_fees ?kernel ?kernel_verbosity ~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. 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.