Module supervisor

Source
Expand description

Supervisor support for interop

Modules§

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.
SupervisorClient
Implementation of the supervisor trait for the interop.

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.
DEFAULT_SUPERVISOR_URL
Supervisor hosted by op-labs

Functions§

parse_access_list_items_to_inbox_entries
Parses [AccessListItem]s to inbox entries.