-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
discv5 support #1383
Comments
can I try this? |
I am game to take this on |
This issue is stale because it has been open for 21 days with no activity. |
This issue was closed because it has been inactive for 7 days since being marked as stale. |
@mattsse I can take this |
is the |
#6151 is syncing base mainnet in 9 hours with |
Describe the feature
Integrate https://github.com/sigp/discv5.
Optionally, allow downstreaming invalid messages to other protocol (discv4).Ref ethereum/go-ethereum#26699
Additional context
TODO
reth/crates/net/dns/src/lib.rs
Lines 359 to 366 in 64e3a57
Discovery
uses the discovery services:reth/crates/net/network/src/discovery.rs
Lines 30 to 35 in 64e3a57
The way this works is:
Discovery::new
gets the config and spawns service that should emit discovered entries back toDiscovery
This discv5 support can be separate crate
Tasks
The text was updated successfully, but these errors were encountered: