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): Refactor TrieNode #172

Merged
merged 1 commit into from
May 7, 2024
Merged

feat(mpt): Refactor TrieNode #172

merged 1 commit into from
May 7, 2024

Conversation

clabby
Copy link
Collaborator

@clabby clabby commented May 5, 2024

Overview

Refactors the TrieNode type to not contain the intermediate NodeElement, but rather be recursive upon itself. This allows us to create openings on a root TrieNode within the cache database and cache all opened nodes throughout the execution of each block.

@clabby clabby self-assigned this May 5, 2024
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 added K-feature Kind: feature A-mpt Area: kona-mpt crate labels May 5, 2024
@clabby clabby requested a review from refcell May 5, 2024 00:12
Refactors the `TrieNode` type to not contain the intermediate
`NodeElement`, but rather be recursive upon itself. This allows us to
create openings on a root `TrieNode` within the cache database and cache
all opened nodes throughout the execution of each block.
@refcell refcell added this pull request to the merge queue May 7, 2024
Merged via the queue into main with commit e07ccdf May 7, 2024
13 checks passed
@github-actions github-actions bot mentioned this pull request May 7, 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-refactor 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