Octez_smart_rollup_node.Interpreter_eventSourcetransition_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.
val intended_failure :
level:int ->
message_index:int ->
message_tick:int64 ->
internal:bool ->
unit Lwt.tintended_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.