We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After some block_fetch_horizon deep, syncing and re-applying blocks is too long.
block_fetch_horizon
It's also true when we changing epoch and want to change number of shards - we just want to sync some part of the state into our state tree.
SyncState is helper that should perform download of part of state tree.
SyncState
The text was updated successfully, but these errors were encountered:
Implemented first version in #1007, the rest can be done in #1046 and other improvement.
Sorry, something went wrong.
No branches or pull requests
After some
block_fetch_horizon
deep, syncing and re-applying blocks is too long.It's also true when we changing epoch and want to change number of shards - we just want to sync some part of the state into our state tree.
SyncState
is helper that should perform download of part of state tree.The text was updated successfully, but these errors were encountered: