Skip to content

cmd/devp2p: add eth/66 protocol test suite #22286

Closed
@fjl

Description

@fjl

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions