go-ethereum/cmd/devp2p/internal/ethtest
Martin Holst Swende b9d4412715
cmd/devp2p: fixes for eth and discv4 tests (#23155)
This PR fixes a false positive PONG 'to' endpoint mismatch seen in hive tests:

    got {IP:172.17.0.7 UDP:44025 TCP:44025}, want {IP:172.17.0.7 UDP:44025 TCP:0}

Co-authored-by: Felix Lange <fjl@twurst.com>
2021-07-07 17:28:14 +02:00
..
testdata
chain.go
chain_test.go
helpers.go cmd/devp2p: fixes for eth and discv4 tests (#23155) 2021-07-07 17:28:14 +02:00
large.go
suite.go cmd/devp2p/internal/ethtest: ignore block announcement in tx test (#22957) 2021-05-27 20:53:33 +02:00
suite_test.go
transaction.go
types.go