-
Notifications
You must be signed in to change notification settings - Fork 782
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
client: add trienode fetcher for snap sync #2623
Conversation
Codecov Report
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
author Amir <[email protected]> 1680919955 -0700 committer Amir <[email protected]> 1684182403 -0700 Create base for trienode fetcher Integrate trie node fetcher with account fetcher - Implement task phase Switch to fetching all nodes starting from root Keep record of node hashes with requested paths for cross reference check Add mappings to track path and node requests Fix bugs Process node data in store Queue unkown children of received nodes for fetching Fetch rest of subtrie before removing active request
cfb9404
to
b4b58ac
Compare
b4b58ac
to
c3e3603
Compare
…to trie-node-fetcher
Co-authored-by: acolytec3 <[email protected]>
Co-authored-by: acolytec3 <[email protected]>
Co-authored-by: acolytec3 <[email protected]>
Co-authored-by: acolytec3 <[email protected]>
…to trie-node-fetcher
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trienode fetcher seems to be working as expected although further testing and overall fetcher intergration work is required which we can undertake in followups
Cool and congrats 👍 🎉, so from my side we could also merge this in. |
No description provided.