From 5af2b5ace804d8517fd5c1ff115843bd27d0fee3 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Fri, 1 May 2026 10:45:33 +0000 Subject: [PATCH] Pin BSC client to 1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.7.3 introduced a regression where --tries-verify-mode=none silently overrides --state.scheme=path → hash, causing 'Incompatible state scheme' crash on minimal nodes built with path scheme. 1.7.2 was confirmed working before the auto-bump. --- bsc/bsc/bsc-chapel-bsc-pruned-pebble-path.yml | 2 +- bsc/bsc/bsc-mainnet-bsc-minimal-pebble-path.yml | 2 +- bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bsc/bsc/bsc-chapel-bsc-pruned-pebble-path.yml b/bsc/bsc/bsc-chapel-bsc-pruned-pebble-path.yml index 19b385bc..05060a8b 100644 --- a/bsc/bsc/bsc-chapel-bsc-pruned-pebble-path.yml +++ b/bsc/bsc/bsc-chapel-bsc-pruned-pebble-path.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: bsc-chapel: - image: ${BSC_BSC_IMAGE:-ghcr.io/bnb-chain/bsc}:${BSC_CHAPEL_BSC_VERSION:-1.7.3} + image: ${BSC_BSC_IMAGE:-ghcr.io/bnb-chain/bsc}:${BSC_CHAPEL_BSC_VERSION:-1.7.2} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/bsc/bsc/bsc-mainnet-bsc-minimal-pebble-path.yml b/bsc/bsc/bsc-mainnet-bsc-minimal-pebble-path.yml index 639bd97f..654bf22a 100644 --- a/bsc/bsc/bsc-mainnet-bsc-minimal-pebble-path.yml +++ b/bsc/bsc/bsc-mainnet-bsc-minimal-pebble-path.yml @@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults services: bsc-mainnet-minimal: - image: ${BSC_BSC_IMAGE:-ghcr.io/bnb-chain/bsc}:${BSC_MAINNET_BSC_VERSION:-1.7.3} + image: ${BSC_BSC_IMAGE:-ghcr.io/bnb-chain/bsc}:${BSC_MAINNET_BSC_VERSION:-1.7.2} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path.yml b/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path.yml index 4f4ee757..33aa824b 100644 --- a/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path.yml +++ b/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: bsc-mainnet: - image: ${BSC_BSC_IMAGE:-ghcr.io/bnb-chain/bsc}:${BSC_MAINNET_BSC_VERSION:-1.7.3} + image: ${BSC_BSC_IMAGE:-ghcr.io/bnb-chain/bsc}:${BSC_MAINNET_BSC_VERSION:-1.7.2} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle