paradigmxyz / reth

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

Improve OP docs for discovery #10111

Closed mattsse closed 2 months ago

mattsse commented 2 months ago

Describe the feature

ref https://github.com/paradigmxyz/reth/pull/10110#pullrequestreview-2219938303

this section should highlight OP specific discovery defaults compared to regular reth

https://github.com/paradigmxyz/reth/blob/eda161af2c4cb3457eed9d3b81b9b2e5f55db313/book/run/optimism.md#L59-L59

by default discv5 is enabled, and discv4 disabled (same as op-geth), whereas reth has discv4 enabled and discv4 disabled by default

Additional context

No response

ShantelPeters commented 2 months ago

Hi @mattsse can I work on this?

mattsse commented 2 months ago

this has been completed with #10119