paradigmxyz / reth

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

feat(provider): single-tx consistent view provider #12755

Open Rjected opened 10 hours ago

Rjected commented 10 hours ago

Accomplishes the flow outlined in https://github.com/paradigmxyz/reth/issues/12688

Currently needs testing + perf analysis so WIP