Skip to content

Commit ca74a0e

Browse files
yperbasisclaude
andcommitted
ci: align glamsterdam suite with bal-devnet-3 local testing config
Switch from assertoor to dora (ethpandaops/dora:eip7928-support) which uses go-eth2-client from attestantio/go-eth2-client#268. Align network params and spamoor scenarios with the recommended bal-devnet-3 config from https://notes.ethereum.org/@ethpandaops/bal-devnet-3#Local-testing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4a88767 commit ca74a0e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/kurtosis/glamsterdam.io

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ participants:
1111
el_image: test/erigon:current
1212
el_log_level: "debug"
1313
supernode: true
14-
global_log_level: 'debug'
14+
global_log_level: debug
1515
network_params:
1616
preset: minimal
1717
seconds_per_slot: 6
18-
genesis_delay: 20
18+
genesis_delay: 30
1919
fulu_fork_epoch: 0
20-
gloas_fork_epoch: 1
20+
gloas_fork_epoch: 2
2121
snooper_enabled: true
22+
dora_params:
23+
image: ethpandaops/dora:eip7928-support
2224
spamoor_params:
2325
image: ethpandaops/spamoor:master
2426
spammers:
25-
- scenario: evm-fuzz
26-
config: {throughput: 15, payload_seed: "0x0070"}
2727
- scenario: eoatx
28-
config: {throughput: 25}
28+
config: {throughput: 15, funding_gas_limit: 2000000}
29+
- scenario: evm-fuzz
30+
config: {throughput: 8, funding_gas_limit: 2000000}
31+
- scenario: deploytx
32+
config: {throughput: 1, bytecodes: "0x61780080600b6000396000f3", gas_limit: 20000000, funding_gas_limit: 2000000}
2933
ethereum_genesis_generator_params:
3034
image: ethpandaops/ethereum-genesis-generator:5.3.5
31-
additional_services: [spamoor, assertoor]
32-
assertoor_params:
33-
run_stability_check: true
34-
run_block_proposal_check: true
35-
image: ethpandaops/assertoor:gloas-support-latest
35+
additional_services: [dora, spamoor]

0 commit comments

Comments
 (0)