Optimism is Ethereum, scaled.
Go to file
Hamdi Allam dff24e9fca
op-txproxy: external validating proxy for conditional transactions (#42)
* txpool svc

* change mod github path

* tag-tool

* codeowners
2024-09-30 13:43:34 -07:00
.circleci op-txproxy: external validating proxy for conditional transactions (#42) 2024-09-30 13:43:34 -07:00
.github op-txproxy: external validating proxy for conditional transactions (#42) 2024-09-30 13:43:34 -07:00
op-conductor-mon op-conductor-mon: updates optimism dep, fix breaking cluster membership api change (#13) 2024-06-20 17:09:07 -04:00
op-conductor-ops op-conductor-ops: adds force-active-sequencer command (#50) 2024-09-04 17:34:03 -04:00
op-signer op-signer: add to this repo (#51) 2024-09-10 15:01:09 -04:00
op-txproxy op-txproxy: external validating proxy for conditional transactions (#42) 2024-09-30 13:43:34 -07:00
op-ufm Revert "feat: Merge op ufm into infra (#3)" (#7) 2024-06-11 14:23:41 -07:00
ops op-txproxy: external validating proxy for conditional transactions (#42) 2024-09-30 13:43:34 -07:00
proxyd Multicall testcase improvements (#39) 2024-08-22 12:46:43 -05:00
.editorconfig feat: op-conductor-mon (#1) 2024-05-24 14:34:07 -07:00
.gitignore feat: op-conductor-mon (#1) 2024-05-24 14:34:07 -07:00
CODE_OF_CONDUCT.md Initial commit 2024-05-21 12:42:55 -07:00
codecov.yml feat: op-conductor-mon (#1) 2024-05-24 14:34:07 -07:00
CONTRIBUTING.md Initial commit 2024-05-21 12:42:55 -07:00
go.mod feat: op-conductor-mon (#1) 2024-05-24 14:34:07 -07:00
LICENSE feat: add MIT license (#5) 2024-05-30 17:45:37 -05:00
PULL_REQUEST_TEMPLATE.md Initial commit 2024-05-21 12:42:55 -07:00
README.md op-signer: add to this repo (#51) 2024-09-10 15:01:09 -04:00
SECURITY.md Initial commit 2024-05-21 12:42:55 -07:00

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-signer: Thin gateway that supports eth_signTransaction RPC endpoint to sign ethereum tx payloads using private key stored in KMS
  • op-ufm: User facing monitoring creates transactions at regular intervals and observe transaction propagation across different RPC providers.