go-ethereum/eth/protocols/eth
vdwijden b0d44338bb
eth: implement eth/68 (#25980)
* eth: implement eth/68

* eth/protocols/eth: added tx size to announcement

* eth/protocols/eth: check equal lengths on receiving announcement

* eth/protocols/eth: add +1 to tx size because of the type byte

* eth: happy lint, add eth68 tests, enable eth68

* eth: various nitpick fixes on eth/68

* eth/protocols/eth: fix announced tx size wrt type byte

Co-authored-by: MariusVanDerWijden <m.vanderwijden@live.de>
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2022-10-31 16:23:26 +02:00
..
broadcast.go eth: implement eth/68 (#25980) 2022-10-31 16:23:26 +02:00
discovery.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
dispatcher.go all: fix spelling mistakes (#25961) 2022-10-11 09:37:00 +02:00
handler_test.go eth: implement eth/68 (#25980) 2022-10-31 16:23:26 +02:00
handler.go eth: implement eth/68 (#25980) 2022-10-31 16:23:26 +02:00
handlers.go eth: implement eth/68 (#25980) 2022-10-31 16:23:26 +02:00
handshake_test.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
handshake.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
peer_test.go eth: implement eth/68 (#25980) 2022-10-31 16:23:26 +02:00
peer.go eth: implement eth/68 (#25980) 2022-10-31 16:23:26 +02:00
protocol_test.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
protocol.go eth: implement eth/68 (#25980) 2022-10-31 16:23:26 +02:00
tracker.go eth/protocols, prp/tracker: add support for req/rep rtt tracking (#22608) 2021-04-22 11:42:46 +03:00