Skip to content

ethereum-optimism/infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

edcb433 · Feb 27, 2025
Feb 6, 2025
Jan 21, 2025
Jan 10, 2025
Dec 3, 2024
Feb 4, 2025
Feb 6, 2025
Feb 27, 2025
Dec 18, 2024
Nov 14, 2024
Feb 6, 2025
Feb 9, 2025
Feb 24, 2025
May 24, 2024
May 24, 2024
May 21, 2024
Feb 13, 2025
May 30, 2024
May 21, 2024
Feb 5, 2025
Nov 8, 2024
May 21, 2024
May 24, 2024
May 24, 2024

Repository files navigation

Optimism Infrastructure

This repository is an extension of the Optimism monorepo and contains the infrastructure that supports the Optimism ecosystem.

Components

  • op-conductor-mon: Monitors multiple op-conductor instances and provides a unified interface for reporting metrics.
  • op-nat: Network Acceptance Tester: A tool that tests the network acceptance of devnets. (See op-nat/README.md or devdocs/pm for more information)
  • op-signer: Thin gateway that supports various RPC endpoints to sign payloads from op-stack components using private key stored in KMS.
  • op-ufm: User facing monitoring creates transactions at regular intervals and observe transaction propagation across different RPC providers.

Release Process

For the thoroughly defined process releasing services in this repository, please refer to this document.