ethereum / devp2p

Ethereum peer-to-peer networking specifications
972 stars 273 forks source link

Update wire protocol #213

Closed emhane closed 1 year ago

emhane commented 2 years ago

Changes to the wire protocol have come about since the the TOPDISC paper. The ADNODES response was deemed necessary to tell apart the double set of inbound NODES responses to a TOPICQUERY as according to the paper, once with advertised nodes and once with nodes to fill the topic's kbuckets. An implementation currently in review https://github.com/sigp/discv5/pull/126.

emhane commented 1 year ago

Suggested wire protocol is no longer used in implementation