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

test(trie): use DB for hash builder in sparse trie fuzz #13754

Merged
merged 5 commits into from
Jan 27, 2025

Conversation

shekhirin
Copy link
Collaborator

@shekhirin shekhirin commented Jan 9, 2025

Persists the trie updates to the database, so that the intermediate nodes are re-used when walking the trie.

@shekhirin shekhirin added C-test A change that impacts how or what we test A-trie Related to Merkle Patricia Trie implementation labels Jan 9, 2025
@shekhirin shekhirin force-pushed the alexey/sparse-trie-fuzz-db branch from 257bc83 to 74d9e6b Compare January 9, 2025 14:04
@shekhirin shekhirin marked this pull request as ready for review January 9, 2025 14:27
@shekhirin shekhirin enabled auto-merge January 27, 2025 11:38
@shekhirin shekhirin added this pull request to the merge queue Jan 27, 2025
auto-merge was automatically disabled January 27, 2025 11:56

Pull Request is not mergeable

Merged via the queue into main with commit d858a9f Jan 27, 2025
44 checks passed
@shekhirin shekhirin deleted the alexey/sparse-trie-fuzz-db branch January 27, 2025 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-trie Related to Merkle Patricia Trie implementation C-test A change that impacts how or what we test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants