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

Move downloading logic from Client Actor to StateSync Actor #9721

Closed
gmilescu opened this issue Aug 1, 2023 · 1 comment
Closed

Move downloading logic from Client Actor to StateSync Actor #9721

gmilescu opened this issue Aug 1, 2023 · 1 comment

Comments

@gmilescu
Copy link

gmilescu commented Aug 1, 2023

  • Move downloading logic from Client Actor to StateSync Actor
    • Start an actor for each shard we want to sync and message them when we need to start the sync.
    • Handle sync requests from client actor
    • Signal back to the client actor when the sync is done
    • Message: send getParts* from peers. Initial algorithm will be to pick the parts at random
    • Message: Handle partResponse

ND-577 created by None

@gmilescu gmilescu added the Node Node team label Oct 18, 2023
@gmilescu
Copy link
Author

Closing as duplicate of #9625

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant