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(trie): trie node update extension #9838

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

rkrasiuk
Copy link
Member

@rkrasiuk rkrasiuk commented Jul 26, 2024

Description

Allow trie update extension. This is no longer a problem because of the refactor of inner representation of trie updates (#9239) and re-usage of them as trie factory cursor.

Ref #9836

@rkrasiuk rkrasiuk added C-enhancement New feature or request A-trie Related to Merkle Patricia Trie implementation labels Jul 26, 2024
@rkrasiuk rkrasiuk requested a review from Rjected as a code owner July 26, 2024 14:45
@rkrasiuk rkrasiuk changed the title feat(trie): update extension feat(trie): trie node update extension Jul 26, 2024
@rkrasiuk rkrasiuk enabled auto-merge July 26, 2024 14:46
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool

@rkrasiuk rkrasiuk added this pull request to the merge queue Jul 26, 2024
Merged via the queue into main with commit efcc77e Jul 26, 2024
33 checks passed
@rkrasiuk rkrasiuk deleted the rkrasiuk/trie-update-extension branch July 26, 2024 15:16
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.

2 participants