From 2b1b4a5ede927fd8dd62c2fe096c47a07b237b6d Mon Sep 17 00:00:00 2001 From: Fornax <23104993+0xfornax@users.noreply.github.com> Date: Thu, 20 Aug 2026 11:13:11 -0300 Subject: [PATCH 1/2] besu:26.8.0 --- shared/services/config/besu-params.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/services/config/besu-params.go b/shared/services/config/besu-params.go index 44729e450..edd67c6d0 100644 --- a/shared/services/config/besu-params.go +++ b/shared/services/config/besu-params.go @@ -6,8 +6,8 @@ import ( // Constants const ( - besuTagTest string = "hyperledger/besu:26.7.1" - besuTagProd string = "hyperledger/besu:26.7.1" + besuTagTest string = "hyperledger/besu:26.8.0" + besuTagProd string = "hyperledger/besu:26.8.0" besuEventLogInterval int = 1000 besuMaxPeers uint16 = 25 besuStopSignal string = "SIGTERM" From d691a64cf64844613f5bd7cf70a2340b09cd61a7 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+0xfornax@users.noreply.github.com> Date: Thu, 20 Aug 2026 11:14:21 -0300 Subject: [PATCH 2/2] remove deprecated flag --- shared/services/rocketpool/assets/install/scripts/start-ec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/services/rocketpool/assets/install/scripts/start-ec.sh b/shared/services/rocketpool/assets/install/scripts/start-ec.sh index ba0bffd7e..b03bb644b 100755 --- a/shared/services/rocketpool/assets/install/scripts/start-ec.sh +++ b/shared/services/rocketpool/assets/install/scripts/start-ec.sh @@ -356,7 +356,7 @@ if [ "$CLIENT" = "besu" ]; then fi if [ "$EC_PRUNING_MODE" = "fullNode" ]; then - CMD="$CMD --snapsync-synchronizer-pre-checkpoint-headers-only-enabled=false --snapsync-server-enabled" + CMD="$CMD --snapsync-server-enabled" fi if [ "$EC_PRUNING_MODE" = "historyExpiry" ]; then