forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
execution driver can sync missing parent certificates (MystenLabs#3450)
* Remove exec driver functionality from main sync path (partial revert of 6e78098) * Move common shuffle_by_stake code to committee * Add execute_cert_to_true_effects * Add test and fix bug * The execution driver path in NodeSync syncs mising parent certificates. * Move wait_for_tx, wait_for_all_txes to test-utils * Tests for parent execution * Don't log that the cert finished if it was an error * Fix lint * HashSet -> BTreeSet
- Loading branch information
1 parent
a512b81
commit 742da76
Showing
15 changed files
with
781 additions
and
275 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.