reth icon indicating copy to clipboard operation
reth copied to clipboard

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

Results 784 reth issues
Sort by recently updated
recently updated
newest added
trafficstars

closes https://github.com/paradigmxyz/reth/issues/12731

C-enhancement
A-block-building

Solves #12202

C-enhancement
C-perf
A-networking

ref: #12412

C-perf
A-tx-pool

This enables parallel root calculation, only if the blocks being saved are ancestors of the block being executed. This first updates the persistence state to keep track of the current...

C-perf
A-blockchain-tree
C-benchmark

Introduces a currently unused cached state provider, which uses `moka` caches, so the caches can be shared among multiple `CachedStateProvider`s ref #12052

C-enhancement
C-perf
A-db

for: #12023 WIP I'm not sure if this is the path the supposed design approach the implementation is supposed to take