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

Implement changes in fullsync to support warpsync #4430

Open
dimartiro opened this issue Dec 23, 2024 · 0 comments
Open

Implement changes in fullsync to support warpsync #4430

dimartiro opened this issue Dec 23, 2024 · 0 comments
Assignees

Comments

@dimartiro
Copy link
Contributor

dimartiro commented Dec 23, 2024

When we execute warp sync we need to

  1. Retrieve the last finalized block following auth changes and verifying justifications
  2. Retrieve that block state
  3. Continue the sync from that latest block

We have 1 solved with #3183 and 2 solved with #4238 but we need to solve the 3rd point by modifying the full sync to allow it to start from a specific block.

In order to do this, we are going to modify the configuration when we create the full sync strategy to let it know from what block to start.

@dimartiro dimartiro self-assigned this Dec 23, 2024
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

No branches or pull requests

1 participant