Module Octez_smart_rollup_node.Interpreter_eventSource

Sourcemodule Simple : sig ... end
Sourceval transitioned_pvm : int32 -> Octez_smart_rollup.State_hash.t -> Z.t -> int -> unit Lwt.t

transition_pvm inbox_level hash tick n emits the event that a PVM transition is leading to the state of the given hash by processing n messages at tick.

Sourceval intended_failure : level:int -> message_index:int -> message_tick:int64 -> internal:bool -> unit Lwt.t

intended_failure level message_index message_tick internal emits the event that an intended failure has been injected at some given level, during the processing of a given message_index and at tick message_tick during this message processing. internal is true if the failure is injected in a PVM internal step. internal is false if the failure is injected in the input to the PVM.