Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement and test EthMessage encoding and decoding #4

Closed
45 tasks done
Rjected opened this issue Jun 15, 2022 · 1 comment
Closed
45 tasks done

Implement and test EthMessage encoding and decoding #4

Rjected opened this issue Jun 15, 2022 · 1 comment

Comments

@Rjected
Copy link
Owner

Rjected commented Jun 15, 2022

In order to decode any given eth protocol message, we need to implement Encodable and Decodable on the EthMessage enum. To do this, we need to implement and test Encodable and Decodable for the following types:

#2 tracks collecting test vectors for testing message encoding and decoding.

@Rjected
Copy link
Owner Author

Rjected commented Jul 13, 2022

Closing - all items complete

@Rjected Rjected closed this as completed Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant