From 02518a98a1fa46424ea5702da1b59993117ce096 Mon Sep 17 00:00:00 2001 From: Alexander Movsunov Date: Mon, 27 Oct 2025 11:42:32 +0400 Subject: [PATCH] feat: geth uses hash mode --- workspaces/kurtosis/fusaka-devnet2.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/workspaces/kurtosis/fusaka-devnet2.yml b/workspaces/kurtosis/fusaka-devnet2.yml index c8c16f9..0f70f5a 100644 --- a/workspaces/kurtosis/fusaka-devnet2.yml +++ b/workspaces/kurtosis/fusaka-devnet2.yml @@ -1,8 +1,9 @@ participants: - el_type: geth - el_image: ethereum/client-go:v1.16.4 - el_extra_params: [ --syncmode=full --rpc.allow-unprotected-txs --gcmode=archive ] + el_image: ethereum/client-go:v1.16.5 + el_extra_params: [ --state.scheme=hash --syncmode=full --rpc.allow-unprotected-txs --gcmode=archive ] + el_init_extra_params: [--state.scheme=hash ] el_min_cpu: 0 el_max_cpu: 0 el_min_mem: 0 @@ -24,7 +25,7 @@ participants: count: 1 - el_type: erigon - el_image: erigontech/erigon:v3.2.0-rc1 + el_image: erigontech/erigon:v3.2.1 el_extra_params: [ --prune.mode=archive ] el_min_cpu: 0 el_max_cpu: 0 @@ -40,7 +41,7 @@ participants: count: 1 - el_type: geth - el_image: ethereum/client-go:v1.16.4 + el_image: ethereum/client-go:v1.16.5 el_extra_params: [ --rpc.gascap=16777215 --syncmode=full --rpc.allow-unprotected-txs --gcmode=archive ] el_min_cpu: 0 el_max_cpu: 0 @@ -75,6 +76,7 @@ network_params: bpo_5_target_blobs: 6 withdrawal_type: "0x02" preset: mainnet + min_epochs_for_block_requests: 33024 persistent: true