-
Notifications
You must be signed in to change notification settings - Fork 7
chore(deps): Rm redundant dep #260
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
Conversation
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.
Pull Request Overview
Removes the redundant reth-db-api dependency in favor of using the DatabaseError re-export from reth-db within the optimism trie crate.
- Replace imports of DatabaseError from reth_db_api with reth_db::DatabaseError
- Remove reth-db-api from Cargo.toml dependencies
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| crates/optimism/trie/src/proof.rs | Switches import to reth_db::DatabaseError to use re-export. |
| crates/optimism/trie/src/api.rs | Switches import to reth_db::DatabaseError to use re-export. |
| crates/optimism/trie/Cargo.toml | Removes the redundant reth-db-api dependency. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Ref #205 Removes redundant dep `reth-db-api` from `reth-optimism-trie`, since used types are re-exported via `reth-db` --------- Co-authored-by: Arun Dhyani <[email protected]>
Ref #205 Removes redundant dep `reth-db-api` from `reth-optimism-trie`, since used types are re-exported via `reth-db` --------- Co-authored-by: Arun Dhyani <[email protected]>
Ref #205 Removes redundant dep `reth-db-api` from `reth-optimism-trie`, since used types are re-exported via `reth-db` --------- Co-authored-by: Arun Dhyani <[email protected]>
Ref #205 Removes redundant dep `reth-db-api` from `reth-optimism-trie`, since used types are re-exported via `reth-db` --------- Co-authored-by: Arun Dhyani <[email protected]>
Ref #205 Removes redundant dep `reth-db-api` from `reth-optimism-trie`, since used types are re-exported via `reth-db` --------- Co-authored-by: Arun Dhyani <[email protected]>
Ref #205 Removes redundant dep `reth-db-api` from `reth-optimism-trie`, since used types are re-exported via `reth-db` --------- Co-authored-by: Arun Dhyani <[email protected]>
Ref #205
Removes redundant dep
reth-db-apifromreth-optimism-trie, since used types are re-exported viareth-db