-
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.
fix(synchroniser): Store most recent globals hash in the synchroniser…
…, rather than fetching from the latest block (#1539) fixes: AztecProtocol/aztec-packages#1537 Stores the most recent global variables hash within the synchroniser rather than fetching it from the most recent block. This created a race condition where the globals hash requested from the block was ahead of the tree roots requested from the node. As the tree roots were being requested from the node the synchroniser was also behind.
- Loading branch information
1 parent
201072b
commit 736b5da
Showing
2 changed files
with
10 additions
and
10 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