Revert op-reth client_version from v2.5.2 to v2.4.3 (fix PR #5204 regression)
PR #5204 incorrectly bumped op.clients.reth.client_version (op-reth image) from v2.4.3 to v2.5.2. The us-docker.pkg.dev/oplabs-tools-artifacts/images/op-reth registry has no v2.5.2 tag, causing deploy failures on chains like bob.sepolia and soneium.mainnet that inherit the default op-reth client without override. This reverts only the op-reth version change, keeping the intended top-level reth (ghcr.io/paradigmxyz/reth) bump to v2.5.2 intact. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
||||
|
||||
services:
|
||||
op-sepolia-op-reth:
|
||||
image: ${OP_RETH_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-reth}:${OP_SEPOLIA_RETH_VERSION:-v2.5.2}
|
||||
image: ${OP_RETH_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-reth}:${OP_SEPOLIA_RETH_VERSION:-v2.4.3}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
|
||||
Reference in New Issue
Block a user