ithacaxyz / op-rs

Apache License 2.0
58 stars 6 forks source link

feat(rpc): Rollup client RPC #7

Open merklefruit opened 3 months ago

merklefruit commented 3 months ago

Both the Hera-exex and the standalone CL will require a spec-compliant RPC module. From the OP Stack specs and the canonical op-node impl, here are all the RPC methods supported:

There is also an optional Superchain protocol version endpoint to send events to the L2 execution client regarding upcoming hard-forks.

The RPC implementation should make use of the Reth RPC crates and types wherever possible to promote good maintainability.

mahmudsudo commented 1 month ago

can i take on this ?