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(mpt): TrieNode retrieval #173

Merged
merged 1 commit into from
May 8, 2024
Merged

feat(mpt): TrieNode retrieval #173

merged 1 commit into from
May 8, 2024

Conversation

clabby
Copy link
Collaborator

@clabby clabby commented May 5, 2024

Overview

Adds a function to the trie node that allows for opening the trie at a
given path. As the trie is opened, intermediate nodes are persisted
within the trie node passed.

Copy link
Collaborator Author

clabby commented May 5, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @clabby and the rest of your teammates on Graphite Graphite

@clabby clabby force-pushed the cl/trie-node-refactor branch from 48d4636 to 90d249f Compare May 5, 2024 00:05
@clabby clabby force-pushed the cl/trie-node-retrieval branch from 5f20a54 to 7fe1984 Compare May 5, 2024 00:05
@clabby clabby self-assigned this May 5, 2024
@clabby clabby added A-mpt Area: kona-mpt crate K-feature Kind: feature labels May 5, 2024
@clabby clabby force-pushed the cl/trie-node-retrieval branch from 7fe1984 to 245962d Compare May 5, 2024 00:17
@clabby clabby requested a review from refcell May 5, 2024 00:17
@clabby clabby force-pushed the cl/trie-node-retrieval branch 3 times, most recently from f0fd22a to 332d5be Compare May 5, 2024 04:22
@clabby clabby force-pushed the cl/trie-node-refactor branch from 90d249f to 0321e2f Compare May 5, 2024 05:07
@clabby clabby force-pushed the cl/trie-node-retrieval branch from 332d5be to c9e7462 Compare May 5, 2024 05:07
@clabby clabby force-pushed the cl/trie-node-refactor branch from 0321e2f to e2977d8 Compare May 5, 2024 05:07
@clabby clabby force-pushed the cl/trie-node-retrieval branch 2 times, most recently from 93fed22 to 6b2ad4d Compare May 5, 2024 05:11
Adds a function to the trie node that allows for opening the trie at a
given path. As the trie is opened, intermediate nodes are persisted
within the trie node passed.
@clabby clabby changed the base branch from cl/trie-node-refactor to main May 8, 2024 18:02
@clabby clabby force-pushed the cl/trie-node-retrieval branch from 6b2ad4d to 5f64a34 Compare May 8, 2024 18:02
@clabby clabby enabled auto-merge May 8, 2024 18:02
@clabby clabby added this pull request to the merge queue May 8, 2024
Merged via the queue into main with commit 49abb3e May 8, 2024
13 checks passed
@github-actions github-actions bot mentioned this pull request May 8, 2024
This was referenced May 29, 2024
This was referenced Jun 6, 2024
This was referenced Jun 16, 2024
@clabby clabby deleted the cl/trie-node-retrieval branch July 2, 2024 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-mpt Area: kona-mpt crate K-feature Kind: feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants