Expand description
Supervisor support for interop
Modules§
- metrics
- Optimism supervisor and sequencer metrics
Structs§
- Executing
Descriptor - An
ExecutingDescriptor
is a part of the payload tosupervisor_checkAccessList
Spec: https://github.com/ethereum-optimism/specs/blob/main/specs/interop/supervisor.md#executingdescriptor - Safety
Level Parse Error - Error when parsing SafetyLevel from string.
- Supervisor
Client - Implementation of the supervisor trait for the interop.
Enums§
- Interop
TxValidator Error - Failures occurring during validation of inbox entries.
- Safety
Level - 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.