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

Adds `eth` handshake metrics described in https://github.com/paradigmxyz/reth/issues/3665 Ref #3665

A-observability
A-networking

Ref https://github.com/paradigmxyz/reth/issues/10468 Conversion from `alloy_genesis::Genesis` to `reth_chainspec::ChainSpec` has optimism feature gates on code related to hard forks. This PR moves closer to enabling the implementation `From for ChainSpec`, where `ChainSpec`...

C-debt
A-op-reth

In our set up, we are running some `op-reth` nodes in non-discovery mode and running them in non-host docker image, and peering the nodes manually. By default, in non-discovery mode...

ref #8721

C-enhancement
M-prevent-stale

Closes #4350 This is my attempt to solve that issue. I would like to receive some review and feedback on it please. @shekhirin I tried to also add a test...

C-enhancement
A-pruning
M-prevent-stale

## Description Add proptest for trie witness generation.

C-test
A-trie

Closes https://github.com/paradigmxyz/reth/issues/9543, alternative to https://github.com/paradigmxyz/reth/pull/11204 POC: bijective relation builder-outputbuilder, allows for output to provide its builder The builders' output types that are used through out the program, whereas the builders...

S-feedback-wanted
A-sdk

towards https://github.com/paradigmxyz/reth/issues/10769 this first makes the Addons type stateful, this should allow us to get rid of the `BuilderProvider` I believe. This could then also serve as the entry point...

## Description Supersedes #10902. _TBD_

C-perf
A-consensus
A-trie