Module supervisor

Module supervisor 

Source
Expand description

Supervisor support for interop

Re-exports§

pub use client::SupervisorClient;
pub use client::SupervisorClientBuilder;
pub use client::DEFAULT_SUPERVISOR_URL;

Modules§

client
This is our custom implementation of validator struct
metrics
Optimism supervisor and sequencer metrics

Structs§

ExecutingDescriptor
An ExecutingDescriptor is a part of the payload to supervisor_checkAccessList Spec: https://github.com/ethereum-optimism/specs/blob/main/specs/interop/supervisor.md#executingdescriptor
SafetyLevelParseError
Error when parsing SafetyLevel from string.

Enums§

InteropTxValidatorError
Failures occurring during validation of inbox entries.
SafetyLevel
The safety level of a message.

Constants§

CROSS_L2_INBOX_ADDRESS
The address of the L2 cross chain inbox predeploy proxy.

Functions§

parse_access_list_items_to_inbox_entries
Parses [AccessListItem]s to inbox entries.