Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ledger stores not updating latest block info #3771

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

nick-mobilecoin
Copy link
Collaborator

In 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.

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.
@nick-mobilecoin nick-mobilecoin merged commit 2196ae0 into release/v5.2 Dec 6, 2023
@nick-mobilecoin nick-mobilecoin deleted the nick/ledger-store-poll-last-block branch December 6, 2023 20:05
@nick-mobilecoin nick-mobilecoin mentioned this pull request Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants