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.
Node sync waits for finality before applying TXes (MystenLabs#2570)
* Node sync process now waits for finality. - Certificates are not processed locally in the node until finality has been established. - Trustworthy TransactionEffects are downloaded, so we can easily add shared object support after this commit. * self: Arc<Self> works fine apparently * Fix typo * Simplify EffectsStakeMap, delete old entries * Revert unused changes * Use where clause * Delay Arc creation * Don't need tokio Mutex since we don't hold locks across await
- Loading branch information
1 parent
98d674f
commit cc952e3
Showing
9 changed files
with
679 additions
and
25 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
Oops, something went wrong.