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

`StateCommitment` Abstraction #40

Open frisitano opened 4 days ago

frisitano commented 4 days ago

Describe the feature

Overview

We should implement a StateCommitment abstraction in upstream reth that allows us to abstract the state commitment operation types such that we can use Scrolls BMPT in reth.

Additional context

No response