mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-04 18:35:03 +00:00
With this, we are dropping support for protocol version eth/68. The only supported version is eth/69 now. The p2p receipt encoding logic can be simplified a lot, and processing of receipts during sync gets a little faster because we now transform the network encoding into the database encoding directly, without decoding the receipts first. --------- Co-authored-by: Felix Lange <fjl@twurst.com> |
||
|---|---|---|
| .. | ||
| broadcast.go | ||
| discovery.go | ||
| dispatcher.go | ||
| handler.go | ||
| handler_test.go | ||
| handlers.go | ||
| handshake.go | ||
| handshake_test.go | ||
| metrics.go | ||
| peer.go | ||
| peer_test.go | ||
| protocol.go | ||
| protocol_test.go | ||
| receipt.go | ||
| receipt_test.go | ||