rene
ea54c58d4f
cmd/devp2p/internal/ethtest: run test suite as Go unit test ( #22698 )
...
This change adds a Go unit test that runs the protocol test suite
against the go-ethereum implementation of the eth protocol.
2021-04-23 11:15:42 +02:00
Felix Lange
95f720fffc
cmd/devp2p/internal/ethtest: update test chain ( #21742 )
...
The old one was wrong in two ways: the first block in chain.rlp was the
genesis block, and the genesis difficulty was below minimum difficulty.
This also contains some other fixes to the test.
2020-10-23 13:34:44 +02:00
rene
716864deba
cmd/devp2p/internal/ethtest: improve eth test suite ( #21615 )
...
This fixes issues with the protocol handshake and status exchange
and adds support for responding to GetBlockHeaders requests.
2020-10-07 17:22:44 +02:00
rene
a25899f3dc
cmd/devp2p: add eth protocol test suite ( #21598 )
...
This change adds a test framework for the "eth" protocol and some basic
tests. The tests can be run using the './devp2p rlpx eth-test' command.
2020-09-23 15:18:17 +02:00