-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(eth-wire-types): add snap sync protocol types #14119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
super neat, thanks a lot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
this is great, only needs some docs, or we ignore them for this mod + passing CI.
we likely also need rlp support for all of these, but this can be tackled separately or in this pr
Let me finish the documentation to make it ready to review, I would prefer to do the rlp support in another PR if it is ok :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great!
Closes #14006.
Add types from https://github.com/ethereum/devp2p/blob/master/caps/snap.md#protocol-messages in a new module.