-
Notifications
You must be signed in to change notification settings - Fork 120
Closed
Labels
p2pIssues related to p2p networkIssues related to p2p network
Milestone
Description
We need this protocol to be able to connect to peers.
See: https://github.com/ethereum/devp2p/blob/master/discv4.md
Here's a reference implementation: https://github.com/akula-bft/akula/tree/master/src/sentry/devp2p/disc/v4
Related issues:
- Implement
Pingmessage encoding #74 - Implement
Pingmessage decoding #79 - Implement
Pongmessage encoding #80 - Implement
Pongmessage decoding #81 - Implement
FindNodemessage encoding #82 - Implement
FindNodemessage decoding #83 - Implement
Neighborsmessage encoding #84 - Implement
Neighborsmessage decoding #85 - Connect to bootnodes and request peer data #86
- Store peer data #87
- Implement
ENRRequestmessage encoding #88 - Implement
ENRRequestmessage decoding #89 - Implement
ENRResponsemessage encoding #90 - Implement
ENRResponsemessage decoding #91
Metadata
Metadata
Assignees
Labels
p2pIssues related to p2p networkIssues related to p2p network
Type
Projects
Status
Done