-
Notifications
You must be signed in to change notification settings - Fork 12
feat: Add TrieDB integration #2
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
base: v1.9.3-triedb
Are you sure you want to change the base?
Conversation
| reth-trie-common.workspace = true | ||
|
|
||
| # triedb | ||
| #triedb = { git = "https://github.com/base/triedb" } |
There was a problem hiding this comment.
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" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
| self.tx.commit()?; | ||
| self.triedb_tx.commit()?; |
There was a problem hiding this comment.
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" } |
There was a problem hiding this comment.
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" } |
There was a problem hiding this comment.
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" } |
There was a problem hiding this comment.
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" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
No description provided.