feat(examples): remove Remote ExEx (#9085)

This commit is contained in:
Alexey Shekhirin
2024-06-25 12:21:01 +01:00
committed by GitHub
parent 23d8e4e6f6
commit 6699c6a3d7
12 changed files with 19 additions and 1694 deletions

View File

@ -29,7 +29,6 @@ to make a PR!
| [In Memory State](./exex/in-memory-state) | Illustrates an ExEx that tracks the plain state in memory |
| [Minimal](./exex/minimal) | Illustrates how to build a simple ExEx |
| [OP Bridge](./exex/op-bridge) | Illustrates an ExEx that decodes Optimism deposit and withdrawal receipts from L1 |
| [Remote](./exex/remote) | Illustrates an ExEx that emits notifications using a gRPC server, and a consumer that receives them |
| [Rollup](./exex/rollup) | Illustrates a rollup ExEx that derives the state from L1 |
## RPC