feat(trie): Merge trie changesets changes into main#19068
Merged
mediocregopher merged 22 commits intomainfrom Oct 16, 2025
Merged
feat(trie): Merge trie changesets changes into main#19068mediocregopher merged 22 commits intomainfrom
mediocregopher merged 22 commits intomainfrom
Conversation
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
mattsse
approved these changes
Oct 16, 2025
Comment on lines
-34
to
-35
| #[error("Missing ancestor with hash {0}")] | ||
| MissingAncestor(B256), |
Comment on lines
+7
to
+8
| /// NOTE new variants must be added to the end of this enum. The variant index is encoded directly | ||
| /// when writing to the `PruneCheckpoint` table, so changing the order here will corrupt the table. |
Member
Author
There was a problem hiding this comment.
Learned it the hard way 🤦
emhane
pushed a commit
to op-rs/op-reth
that referenced
this pull request
Oct 20, 2025
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> Co-authored-by: Roman Hodulák <roman.hodulak@polyglot-software.com> Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
emhane
pushed a commit
to op-rs/op-reth
that referenced
this pull request
Oct 20, 2025
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> Co-authored-by: Roman Hodulák <roman.hodulak@polyglot-software.com> Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
theochap
pushed a commit
to ethereum-optimism/optimism
that referenced
this pull request
Jan 22, 2026
…#19068) Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> Co-authored-by: Roman Hodulák <roman.hodulak@polyglot-software.com> Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
theochap
pushed a commit
to ethereum-optimism/optimism
that referenced
this pull request
Feb 11, 2026
…#19068) Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> Co-authored-by: Roman Hodulák <roman.hodulak@polyglot-software.com> Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a PR to merge the
18460-trie-changesetsbranch into main. This branch contains all changes implemented for #18460 which have not yet been merged into main, namely those creating and which depend on the new AccountsTrieChangeSets and StoragesTrieChangesets tables.