From db59f360cae90c55c75d39ed342b04dd491f252b Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Sun, 14 Jun 2026 02:43:45 +0000 Subject: [PATCH] boba op-reth: --disable-discovery (op-reth v2.3.0 rejects geth's --nodiscover) for node_sync --- op/reth/boba-mainnet-op-reth-pruned-trace.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/op/reth/boba-mainnet-op-reth-pruned-trace.yml b/op/reth/boba-mainnet-op-reth-pruned-trace.yml index 2f5bed47..a97455fd 100644 --- a/op/reth/boba-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/boba-mainnet-op-reth-pruned-trace.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: boba-mainnet-op-reth-pruned: - image: ${BOBA_RETH_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-reth}:${BOBA_MAINNET_RETH_VERSION:-v2.3.0} + image: ${BOBA_RETH_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-reth}:${BOBA_MAINNET_RETH_VERSION:-v2.3.1} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle @@ -54,12 +54,12 @@ services: command: - --chain=/config/reth-config.json - --datadir=/root/.local/share/reth + - --disable-discovery - --engine.cross-block-cache-size=${BOBA_MAINNET_RETH_STATE_CACHE:-4096} - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - --metrics=0.0.0.0:9001 - - --nodiscover - --rollup.sequencer-http=https://mainnet.boba.network - --rpc-cache.max-blocks=10000 - --rpc-cache.max-concurrent-db-requests=2048