ethereum / devp2p

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

Properly document the format for eth wire item #160

Closed lightclient closed 3 years ago

lightclient commented 3 years ago

During the YOLOv2 breakout call, it was decided that the eth wire protocol doesn't fully define all objects that a particular version expect. For example, the transaction is defined as follows:

Transactions (0x02) [[nonce: P, receivingAddress: B_20, value: P, ...], ...]

It would preferred for the specification to fully document objects such as this.