scroll-tech / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
8 stars 3 forks source link

Extend and implement rpc methods #13

Open frisitano opened 1 month ago

frisitano commented 1 month ago

Overview

Scroll introduces new primitives such as a new transaction type and an additional field in the receipt type. As such we may need to modify and reimplement certain rpc methods such that we encode and serve this data via the rpc. Additionally scroll exposes new rpc methods so we should extend the rpc api with scroll specific methods. We can do this using the rpc extension pattern defined here.

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open for 21 days with no activity.

github-actions[bot] commented 2 weeks ago

This issue was closed because it has been inactive for 7 days since being marked as stale.