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

feat(engine, trie): fetch blinded nodes when removing a sparse trie leaf #12962

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

shekhirin
Copy link
Collaborator

@shekhirin shekhirin commented Nov 28, 2024

When removing a child of a branch node with two children set, the only remaining child needs to be collapsed with the branch node, and for that we need to have it revealed, which may not always be the case.

@shekhirin shekhirin added C-enhancement New feature or request A-trie Related to Merkle Patricia Trie implementation labels Nov 28, 2024
@shekhirin shekhirin marked this pull request as ready for review November 28, 2024 14:36
@shekhirin shekhirin marked this pull request as draft November 28, 2024 16:14
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-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant