-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial commit * WIP: adding epoch to proposal and vote data, not compiling yet * Make it compile * Adjust tests * Add a test type for two stake tables for even and odd epochs * Debugging * Fix extended voting * Try "in epoch transition" approach * Continue debugging * Use correct epoch with Membership * Adjust tests and lints * Adapt to variable stake table after merge * Fix accidentally pulled bug in eQC rule * Commit includes epoch for vote and proposal data types * Prune dependencies (#3787) * add new message types and gate outgoing messages * Use the proper message for the proposal response * Modify commit for `Leaf2` and `QuorumData2` * Adjust tests * Clean up debug traces * Add TODO * Adjust marketplace ver number * fix types * fix viewsync, timeout and vid * fix upgrade and tests * add VidDisperseMsg2 response * remove extraneous check from quorum_proposal_recv * simplify leaf commitment * remove epoch from commitments * fix merge * revert transaction view change logic * impl HasEpoch for VidDisperse, VidDisperseShare2 and DaData2 --------- Co-authored-by: Artemii Gerasimovich <artemii@espressosys.com> Co-authored-by: ss-es <155648797+ss-es@users.noreply.github.com>
- Loading branch information
1 parent
ce40829
commit 43263a5
Showing
47 changed files
with
1,912 additions
and
585 deletions.
There are no files selected for viewing
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.