ethereum / devp2p

Ethereum peer-to-peer networking specifications
984 stars 275 forks source link

discv5: rationale update, minor spec changes #108

Closed fjl closed 5 years ago

fjl commented 5 years ago

The rationale is now up-to-date with the wire protocol. The 'scenario' descriptions were removed because they were hard to maintain. All of them were outdated because the handshake didn't exist when they were written.

These changes were made to get the wire protocol spec up-to-date with the Go implementation:

Fixes #80 Fixes #89 Fixes #79