-
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.
drop lastBlockNumber/Hash from syncer
Syncer works at the same time with consensus and block generation. So it's possible that we get new blocks via a network that was previously committed via consensus. In future we can cache it somehow but it should be done in separate module that keeps fresh blockchain state.
- Loading branch information
Showing
1 changed file
with
31 additions
and
34 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