chore(deps): bump op-stack to op-reth/v2.3.1 (reth v2.2.0)#324
Open
seolaoh wants to merge 1 commit into
Open
Conversation
On top of the merged kona-client/v1.5.2 (Layr-Labs#325), moving to op-reth/v2.3.1 is a Cargo.toml-only change: retag the 12 kona deps and the 9 [patch.crates-io] op-alloy / alloy-op / op-revm entries from kona-client/v1.5.2 to op-reth/v2.3.1, and bump the five exact alloy network pins from =2.0.4 to =2.0.5. kona crate versions are identical at both tags; alloy-core moves 1.5.7 to 1.6.0. Cargo.lock updated to match.
6217bcf to
4c04618
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the op-stack dependencies from
kona-client/v1.5.2toop-reth/v2.3.1(paradigmxyz/reth v2.2.0).Rebased on top of the merged #325 (kona to 1.5.2), so it is now a Cargo.toml-only change:
[patch.crates-io]op-alloy / alloy-op / op-revm entries: retagged fromkona-client/v1.5.2toop-reth/v2.3.1.alloy-consensus,alloy-genesis,alloy-provider,alloy-rpc-client,alloy-rpc-types):=2.0.4to=2.0.5.The kona crate versions are identical at both tags, so no code changes are needed; only alloy core/primitives differ (
alloy-core1.5.7 to 1.6.0).Cargo.lockis updated to match.Why: celo-kona feeds both celo-reth (the L2 node) and the proving stack, and cargo unifies git deps by source (URL + tag), so hokulea and celo-kona have to point at the same optimism tag. celo-reth is moving to
op-reth/v2.3.1, so anop-reth/v2.3.1build of hokulea available upstream lets us share a single dependency graph.