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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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
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.

1 participant