package octez-smart-rollup-node-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val check_pvm_initial_state_hash : _ Node_context.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t

Ensure that the initial state hash of the PVM as defined by the rollup node matches the one of the PVM on the L1 node.

val process_l1_block_operations : catching_up:bool -> Node_context.rw -> Layer1.header -> unit Tezos_base.TzPervasives.tzresult Lwt.t

React to L1 operations included in a block of the chain. When catching_up is true, the process block is in the past and the failure condition of the process differs (e.g. if it detects a whitelist update execution, it does not fail when the operator is not in the whitelist).

OCaml

Innovation. Community. Security.