1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/cmd/devp2p/internal/ethtest
Felix Lange 1bdf8b9b2d
cmd/devp2p/internal/ethtest: some fixes for the eth test suite (#28996)
Improving two things here:

On hive, where we look at these tests, the Go code comment above the test
is not visible. When there is a failure, it's not obvious what the test is actually
expecting. I have converted the comments in to printed log messages to
explain the test more.

Second, I noticed that besu is failing some tests because it happens to request
a header when we want it to send transactions. Trying the minimal fix here to
serve the headers.

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
2024-02-15 19:43:37 +01:00
..
testdata
chain.go
chain_test.go
conn.go
engine.go
mkchain.sh
protocol.go
snap.go
suite.go
suite_test.go
transaction.go