Skip to content

Conversation

@and-cb
Copy link

@and-cb and-cb commented Dec 5, 2025

No description provided.

@and-cb and-cb changed the title Add TrieDB integration feat: Add TrieDB integration Dec 5, 2025
@github-actions github-actions bot closed this Jan 2, 2026
@BrianBland BrianBland reopened this Jan 10, 2026
reth-trie-common.workspace = true

# triedb
#triedb = { git = "https://github.com/base/triedb" }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably still point at the git repo, possibly with a specific ref.


# triedb
#triedb = { git = "https://github.com/base/triedb" }
triedb = { path = "/home/andrea/src/triedb" }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

Comment on lines 3225 to +3226
self.tx.commit()?;
self.triedb_tx.commit()?;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirming that committing mdbx first is safer. If we happen to only commit this but not triedb, we should be able to forward-apply any missing account/storage changes from the last block.


# Additional dependencies for backend testing
tempfile.workspace = true
#triedb = { git = "https://github.com/base/triedb" }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above


# External TrieDB
#triedb = { git = "https://github.com/base/triedb" }
triedb = { path = "/home/andrea/src/triedb" }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above


# triedb
#triedb = { git = "https://github.com/base/triedb" }
triedb = { path = "/home/andrea/src/triedb" }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above


# triedb
#triedb = { git = "https://github.com/base/triedb" }
triedb = { path = "/home/andrea/src/triedb" }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

@github-actions github-actions bot removed the S-stale label Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants