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: replace StoredBranchNode, StoredTrieMask and StoredHashBuilderValue types with Compact impl instead #9573

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

joshieDo
Copy link
Collaborator

These types are only wrappers to implement Compact. We now store all external type implementations on reth_codecs

There are others similar that can be moved (not all), but these are the ones that will unblock #9488

@joshieDo joshieDo added C-debt Refactor of code section that is hard to understand or maintain A-db Related to the database A-trie Related to Merkle Patricia Trie implementation labels Jul 17, 2024
@joshieDo joshieDo requested a review from mattsse July 17, 2024 10:30
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, this simply gets rid of the extra wrapper type

@joshieDo joshieDo added this pull request to the merge queue Jul 17, 2024
Merged via the queue into main with commit 89d0281 Jul 17, 2024
34 checks passed
@joshieDo joshieDo deleted the joshie/trie-alloy-compact branch July 17, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-db Related to the database A-trie Related to Merkle Patricia Trie implementation C-debt Refactor of code section that is hard to understand or maintain
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants