-
Notifications
You must be signed in to change notification settings - Fork 41
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
Hive tests for P2P "snap" capability #934
Milestone
Comments
This was referenced Oct 30, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 5, 2024
**Motivation** Pass hive snap `GetStorageRanges` test <!-- Why does this pull request exist? What are its goals? --> **Description** * Refactor: Identify storage tries by hashed address instead of by address (needed) * Add snap capability messages `GetStorageRanges` and `StorageRanges` * Support processing `GetStorageRanges` message <!-- A clear and concise general description of the changes this PR introduces --> <!-- Link to issues: Resolves #111, Resolves #222 --> Is part of #934 --------- Co-authored-by: Esteban Dimitroff Hodi <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 5, 2024
**Motivation** Pass hive snap `GetByteCodes test <!-- Why does this pull request exist? What are its goals? --> **Description** * Add snap capability messages `GetByteCodes` and `ByteCodes` * Support processing `GetByteCodes` message <!-- A clear and concise general description of the changes this PR introduces --> <!-- Link to issues: Resolves #111, Resolves #222 --> Is part of #934 --------- Co-authored-by: Esteban Dimitroff Hodi <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 8, 2024
**Motivation** Pass hive snap `GetTrieNodes` test <!-- Why does this pull request exist? What are its goals? --> **Description** * Add trie method `get_node` * Add snap capability messages `GetTrieNodes` and `TrieNodes` * Support processing `GetTrieNodes` message <!-- A clear and concise general description of the changes this PR introduces --> <!-- Link to issues: Resolves #111, Resolves #222 --> Is part of #934 --------- Co-authored-by: Esteban Dimitroff Hodi <[email protected]> Co-authored-by: ElFantasma <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hive Test Suite
Capability doc
Tests:
TrieIterator
+GetAccountRange
snap request handling logic #960TrieIterator
+GetAccountRange
snap request handling logic #960GetByteCodes
#1028GetTrieNodes
#1031GetStorageRanges
#1025The text was updated successfully, but these errors were encountered: