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

chore(trie): derive Clone on noop cursor factories #13840

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

rkrasiuk
Copy link
Member

Description

Currently, noop cursor factories do not implement Clone making them unusable root or proof structs.

@rkrasiuk rkrasiuk added C-debt A clean up/refactor of existing code C-test A change that impacts how or what we test A-trie Related to Merkle Patricia Trie implementation labels Jan 17, 2025
@rkrasiuk rkrasiuk enabled auto-merge January 17, 2025 10:36
@rkrasiuk rkrasiuk added this pull request to the merge queue Jan 17, 2025
Merged via the queue into main with commit 4147bd0 Jan 17, 2025
44 checks passed
@rkrasiuk rkrasiuk deleted the rkrasiuk/trie-noop-factories-clone branch January 17, 2025 11:01
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-debt A clean up/refactor of existing code C-test A change that impacts how or what we test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants