abci: implement vote extensions#9620
Closed
cmwaters wants to merge 57 commits intofeature/abci++veffrom
Closed
Conversation
sergio-mena
added a commit
that referenced
this pull request
Nov 30, 2022
Contributor
|
I just finished doing the diff-of-diffs comparison between the branch with the cherry-picked commits and this PR, which has been rebased to the tip of the feature branch, and now also contains #9532. This experience was much better than
The way I am planning to move forward is the following:
|
This was referenced Dec 15, 2022
sergio-mena
added a commit
that referenced
this pull request
Dec 16, 2022
* Obvious changes (including bugs) * Update privval/file.go Co-authored-by: Thane Thomson <connect@thanethomson.com> Co-authored-by: Thane Thomson <connect@thanethomson.com>
This was referenced Dec 20, 2022
sergio-mena
added a commit
that referenced
this pull request
Dec 22, 2022
…locksync reactor (#9926) * Fix problems in blocksync reactor logic & test the fixes * diagnose messages on TestCheckSwitchToConsensusLastHeightZero * Fixed test logic * Apply suggestions from code review Co-authored-by: Lasaro <lasaro@informal.systems> * Addressed @lasarojc's comments Co-authored-by: Lasaro <lasaro@informal.systems>
sergio-mena
added a commit
that referenced
this pull request
Dec 22, 2022
…9927) * Make mempool v1 UTs more predictable * Simple changes * Reuse new signVote tests in production code * Fix `IsNil` problem from cherry-pick: should be `IsZero` * Fix linter issue * Apply suggestions from code review Co-authored-by: Lasaro <lasaro@informal.systems> * Addressed @lasarojc's comment * Addressed @jmalicevic's comment Co-authored-by: Lasaro <lasaro@informal.systems>
Contributor
|
All the differences between this PR and branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This builds on top of #9532 and is part of
feature/abci++vefThis PR traces through the following PRs trying to make the appropriate changes on top of
mainref: #9396
PR checklist
CHANGELOG_PENDING.mdupdated, or no changelog entry neededdocs/) and code comments, or nodocumentation updates needed