-
Notifications
You must be signed in to change notification settings - Fork 295
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(weaver/common): add data view protocol buffer spec & RFCs for Besu #2564
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.
@VattiPraveen Thank you! Please do the following:
- Squash into a single commit
- Make sure the message uniquely describes what is being done - the current commit messages of "modified X" are not unique because literally every commit ever does exactly
that
so it's hard to read the commit log that way if too many of these slip into the log. - Once you've come up with a good commit message please sync that up to the PR title and the PR description as well.
- Please read the contributing.md guide for further details
Other than my usual administrative nit-picks: LGTM
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.
@VattiPraveen I modified the PR title with a commit subject suggestion. If you agree then you can just make that your commit subject when you squash.
Hi @petermetz. I have made the changes as you suggested. Please review the PR. |
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.
@VattiPraveen Nice! Now you just need to fix the DCO from what I can tell and then we should be good to go.
Signed-off-by: VattiPraveen <[email protected]>
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.
@VattiPraveen LGTM, thank you!
feat(weaver/common): add data view protocol buffer spec & RFCs for Besu