-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decouple PartSetHeader from BlockID (#441)
* add partsetheader to block meta fields * add the partsetheader to the proposal * add partsetheader to Commit * add the partsetheader to vote * add the partsetheader to Header * add the partsetheader to the state * begin relying on decoupled partsetheader * fix TestHeaderHash by updating expected hash * fix all tests in the types package * fix all tests in state * fix prival tests * fix p2p tests * get evidence, light and consensus to compile * add partset header to and from proto for consensus messages * revert blockid.Key requiring the partsetheader * fix e2e by including missed lastpartsetheader to state * fix more hardcoded tests * linter * clean up todos * fix PartSetHeader field in EventDAtaCompleteProposal Co-authored-by: Hlib Kanunnikov <hlibwondertan@gmail.com> * remove unused tests Co-authored-by: Hlib Kanunnikov <hlibwondertan@gmail.com>
- Loading branch information
1 parent
3e32d42
commit 9d4265d
Showing
90 changed files
with
2,331 additions
and
1,953 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.