-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
abci: implement process proposal to spec #9122
Conversation
add processproposal proto/boilerplate/logic mockery gofmt fix test gofmt move UNKNOWN response behaviour to reject
Looking through the changes, I think we're light on tests in the consensus package. I would like to mock out the application and test some variations of the new calls but I want to do this in a separate 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.
Awesome job!
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.
Should port the changes @sergio-mena suggested. Looks great beyond that.
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.
It looks like a few changes unrelated to ABCI++ were mixed in here, some of which have already landed in main
. I don't think they are necessary to do again here since this will be merged into main
anyway.
A few notes otherwise, but mostly looks good.
2dd5a83
to
4be2e22
Compare
Closes: #9121
Ref: #9053