reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
Adds `eth` handshake metrics described in https://github.com/paradigmxyz/reth/issues/3665 Ref #3665
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`...
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...
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...
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...
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...
Should close #11165