Module supervisor

Module supervisor 

Source
Available on crate features node-api and node only.
Expand description

Supervisor support for interop

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

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 AccessListItems to inbox entries.