Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

chore: sync reth version#2812

Merged
dhyaniarun1993 merged 3 commits intoop-rs:mainfrom
mikemillaa:patch-3
Sep 9, 2025
Merged

chore: sync reth version#2812
dhyaniarun1993 merged 3 commits intoop-rs:mainfrom
mikemillaa:patch-3

Conversation

@mikemillaa
Copy link
Contributor

Sync reth version, apparently the version is v1.6.0 now

@codecov
Copy link

codecov bot commented Sep 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.0%. Comparing base (a4a6101) to head (1f9de53).
⚠️ Report is 1 commits behind head on main.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines 164 to 167

# Reth (pinned to v1.4.8 for kona-supervisor-storage)
# Reth (pinned to v1.6.0 for kona-supervisor-storage)
reth-db-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.6.0" }
reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.6.0" }
reth-codecs = { git = "https://github.com/paradigmxyz/reth", tag = "v1.6.0" }
Copy link
Contributor

Choose a reason for hiding this comment

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

nice catch. this means we can also use the latest version from crates.io. could you pls remove the git and tag kv in favour of just having the version kv, like other deps

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Member

Thanks! I checked crates.io — these crates (reth-db-api, reth-db, reth-codecs) aren’t published yet. should we keep the git+tag at v1.6.0 for now? If there’s a different crate name we should use, happy to update. what‘s your thought of this? @emhane

@mikemillaa mikemillaa requested a review from emhane September 5, 2025 10:58
@mikemillaa
Copy link
Contributor Author

Is this good to go? @emhane

@dhyaniarun1993 dhyaniarun1993 added this pull request to the merge queue Sep 9, 2025
Merged via the queue into op-rs:main with commit 917d26f Sep 9, 2025
34 of 35 checks passed
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Dec 10, 2025
Sync reth version, apparently the version is v1.6.0 now

Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Jan 14, 2026
Sync reth version, apparently the version is v1.6.0 now

Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants