Closed
Description
After #22241 is merged, we should extend the protocol test suite to cover the new
message types in eth/66. What needs to be done:
- Rename existing tests to add
65
in name - Duplicate all existing tests with
66
name and change messages to use eth/66 request ID - Add checks that the request ID of responses match the requests.
- Add new test that sends two concurrent requests.
Since we now have eth message definitions in package eth/protocols/eth
, we might be
able to remove the message type definitions in package ethtest and use the 'real' message
types instead.