-
Notifications
You must be signed in to change notification settings - Fork 0
feat(state): Provide the next proposer in PrepareProposalRequest
#2
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
base: bera-v1.x
Are you sure you want to change the base?
Conversation
PrepareProposalRequest
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 👍
can we add some tests and modify spec/abci/abci++_methods.md
?
spec/abci/abci++_methods.md
Outdated
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.
My IDE auto-formatter made a lot of changes to this file 😓 But I checked and they did not screw up the layout of the rendered markdown file.
In any case, I've added the new field to the PrepareProposalRequest
struct.
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.
🚀
PrepareProposalRequest
PrepareProposalRequest
This reverts commit 487f990. Updating Go's version should be done in its own PR.
This reverts commit 6f5970f. Updating Go's version should be done in its own PR.
This reverts commit 40e03a0. Updating Go's version should be done in its own PR.
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com> Signed-off-by: Alessandro Sforzin <alesforz@gmail.com>
Vulnerability alesforz#2: GO-2025-3447 Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec More info: https://pkg.go.dev/vuln/GO-2025-3447 Standard library Found in: crypto/internal/nistec@go1.23.5 Fixed in: crypto/internal/nistec@go1.23.6
…-proposer-in-proposal
Fix for the `state/indexer/sink/psql` tests failing with a docker port error.
No description provided.