ABCI types.proto
. Handle remaining discrepancies
#9224
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #9221
Out of the list of discrepancies on type.proto for abci (see #9221):
ConsensusParams
andBlockParams
where it is. Several reasons, but the two main ones: (1) this is v0.34, it works, and this change is not needed to deliver Prepare/ProcessProposal, and (2) the commit that changed this in v0.3[56].x doesn't contain any obvious logic change or improvement that justifies itRequestInfo
has been cherry-picked. Reasons:EventAttribute
from bytes to string. Findings in git history don't justify this change. If need it can be done later, not gating Prepare/ProcessProposalResponseCheckTx
. Likewise we won't do this change as it is non-trivial, and it is not gating for releasing Prepare/ProcessProposal(on PR checklist below: only partially done, the changes are comming from the cherry-picked commit. It will be fully handled at the time the feature branch is merged with
main
, which will happen soon)PR checklist
CHANGELOG_PENDING.md
updated, or no changelog entry neededdocs/
) and code comments, or nodocumentation updates needed