-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ledger stores not updating latest block info (#3771)
In a a7b70f6 the ledger stores were optimized to fetch only the blocks they needed. This caused an error during collation where the minimum of the known blocks are past back to clients. This resulted in only being able to provide the blocks from the lowest shard to the clients. Now shards will continue to poll for the latest block allowing for all shards to be accounted for when collating the response.
- Loading branch information
1 parent
1ca824b
commit 2196ae0
Showing
1 changed file
with
46 additions
and
27 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