plugeth/cmd/devp2p/internal/ethtest
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
..
testdata cmd/devp2p/internal/ethtest: add transaction tests (#21857) 2020-11-30 15:23:48 +01:00
chain_test.go cmd/devp2p/internal/ethtest: update tests for eth/67 (#25306) 2022-08-02 14:48:55 +02:00
chain.go all: cleanup the APIs for initializing genesis (#25473) 2022-08-09 12:44:39 +03:00
helpers.go eth/fetcher: throttle peers which deliver many invalid transactions (#25573) 2022-09-02 17:28:33 +02:00
large.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
snap.go all: fix spelling mistakes (#25961) 2022-10-11 09:37:00 +02:00
snapTypes.go cmd/devp2p/internal/ethtest: update tests for eth/67 (#25306) 2022-08-02 14:48:55 +02:00
suite_test.go cmd/devp2p/internal/ethtest: update tests for eth/67 (#25306) 2022-08-02 14:48:55 +02:00
suite.go eth/fetcher: throttle peers which deliver many invalid transactions (#25573) 2022-09-02 17:28:33 +02:00
transaction.go eth/fetcher: throttle peers which deliver many invalid transactions (#25573) 2022-09-02 17:28:33 +02:00
types.go eth: implement eth/68 (#25980) 2022-10-31 16:23:26 +02:00