Skip to content

Commit 09ce03f

Browse files
authored
fix: bump tests (#942)
1 parent 93b6123 commit 09ce03f

File tree

4 files changed

+45
-50
lines changed

4 files changed

+45
-50
lines changed

.github/tests/mev-pectra.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
participants:
22
- el_type: geth
3-
el_image: ethereum/client-go:v1.15.6
3+
el_image: ethereum/client-go:v1.15.7
44
el_extra_params: ["--miner.extradata=pawanRocks"]
55
cl_type: lighthouse
6-
cl_image: sigp/lighthouse:v7.0.0-beta.4
6+
cl_image: sigp/lighthouse:v7.0.0-beta.5
77
- el_type: geth
8-
el_image: ethereum/client-go:v1.15.6
8+
el_image: ethereum/client-go:v1.15.7
99
el_extra_params: ["--miner.extradata=TekuFromLocal"]
1010
cl_type: teku
11-
cl_image: consensys/teku:25.3.0
11+
cl_image: consensys/teku:25.4.0
1212
- el_type: geth
13-
el_image: ethereum/client-go:v1.15.6
13+
el_image: ethereum/client-go:v1.15.7
1414
el_extra_params: ["--miner.extradata=lodestarFromLocal"]
1515
cl_type: lodestar
16-
cl_image: chainsafe/lodestar:v1.28.0
16+
cl_image: chainsafe/lodestar:v1.28.1
1717
- el_type: geth
18-
el_image: ethereum/client-go:v1.15.6
18+
el_image: ethereum/client-go:v1.15.7
1919
el_extra_params: ["--miner.extradata=prysmFromLocal"]
2020
cl_type: prysm
2121
cl_image: prysmaticlabs/prysm-beacon-chain:v5.3.2
2222
vc_image: prysmaticlabs/prysm-validator:v5.3.2
2323
- el_type: geth
24-
el_image: ethereum/client-go:v1.15.6
24+
el_image: ethereum/client-go:v1.15.7
2525
el_extra_params: ["--miner.extradata=nimbusFromLocal"]
2626
cl_type: nimbus
2727
cl_image: statusim/nimbus-eth2:multiarch-v25.3.1
2828
- el_type: geth
29-
el_image: ethereum/client-go:v1.15.6
29+
el_image: ethereum/client-go:v1.15.7
3030
el_extra_params: ["--miner.extradata=grandineFromLocal"]
3131
cl_type: grandine
3232
cl_image: sifrai/grandine:1.0.1

.github/tests/pectra-devnet-6.yaml.norun

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,29 @@
11
participants_matrix:
22
el:
33
- el_type: geth
4-
el_image: ethereum/client-go:v1.15.5
4+
el_image: ethereum/client-go:v1.15.7
55
- el_type: reth
6-
el_image: ghcr.io/paradigmxyz/reth:v1.2.2
6+
el_image: ghcr.io/paradigmxyz/reth:v1.3.7
77
- el_type: nethermind
8-
el_image: nethermind/nethermind:1.31.4
8+
el_image: nethermind/nethermind:1.31.6
99
- el_type: erigon
10-
el_image: erigontech/erigon:v3.0.0-rc3
10+
el_image: erigontech/erigon:v3.0.0
1111
- el_type: besu
12-
el_image: hyperledger/besu:25.2.2
13-
- el_type: ethereumjs
14-
el_image: ethpandaops/ethereumjs:eip7840
12+
el_image: hyperledger/besu:25.3.0
1513
cl:
1614
- cl_type: lighthouse
17-
cl_image: sigp/lighthouse:v7.0.0-beta.0
15+
cl_image: sigp/lighthouse:v7.0.0-beta.5
1816
- cl_type: teku
19-
cl_image: consensys/teku:25.2
17+
cl_image: consensys/teku:25.4.0
2018
- cl_type: nimbus
21-
cl_image: statusim/nimbus-eth2:multiarch-v25.3.0
19+
cl_image: statusim/nimbus-eth2:multiarch-v25.3.1
2220
- cl_type: lodestar
23-
cl_image: chainsafe/lodestar:v1.27.1
21+
cl_image: chainsafe/lodestar:v1.28.1
2422
- cl_type: grandine
25-
cl_image: sifrai/grandine:1.0.0
23+
cl_image: sifrai/grandine:1.0.1
2624
- cl_type: prysm
27-
cl_image: prysmaticlabs/prysm-beacon-chain:v5.3.0
28-
vc_image: prysmaticlabs/prysm-validator:v5.3.0
29-
25+
cl_image: prysmaticlabs/prysm-beacon-chain:v5.3.2
26+
vc_image: prysmaticlabs/prysm-validator:v5.3.2
3027
network_params:
3128
electra_fork_epoch: 1
3229
min_validator_withdrawability_delay: 1

.github/tests/pectra.yaml.norun

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
participants_matrix:
22
el:
33
- el_type: geth
4-
el_image: ethereum/client-go:v1.15.5
4+
el_image: ethereum/client-go:v1.15.7
55
- el_type: reth
6-
el_image: ghcr.io/paradigmxyz/reth:v1.2.2
6+
el_image: ghcr.io/paradigmxyz/reth:v1.3.7
77
- el_type: nethermind
88
el_image: nethermind/nethermind:1.31.6
99
- el_type: erigon
10-
el_image: erigontech/erigon:v3.0.0-rc3
10+
el_image: erigontech/erigon:v3.0.0
1111
- el_type: besu
12-
el_image: hyperledger/besu:25.2.2
13-
- el_type: ethereumjs
14-
el_image: ethpandaops/ethereumjs:eip7840
12+
el_image: hyperledger/besu:25.3.0
1513
cl:
1614
- cl_type: lighthouse
17-
cl_image: sigp/lighthouse:v7.0.0-beta.0
15+
cl_image: sigp/lighthouse:v7.0.0-beta.5
1816
- cl_type: teku
19-
cl_image: consensys/teku:25.2
17+
cl_image: consensys/teku:25.4.0
2018
- cl_type: nimbus
21-
cl_image: statusim/nimbus-eth2:multiarch-v25.3.0
19+
cl_image: statusim/nimbus-eth2:multiarch-v25.3.1
2220
- cl_type: lodestar
23-
cl_image: chainsafe/lodestar:v1.27.1
21+
cl_image: chainsafe/lodestar:v1.28.1
2422
- cl_type: grandine
25-
cl_image: sifrai/grandine:1.0.0
23+
cl_image: sifrai/grandine:1.0.1
2624
- cl_type: prysm
27-
cl_image: prysmaticlabs/prysm-beacon-chain:v5.3.0
28-
vc_image: prysmaticlabs/prysm-validator:v5.3.0
25+
cl_image: prysmaticlabs/prysm-beacon-chain:v5.3.2
26+
vc_image: prysmaticlabs/prysm-validator:v5.3.2
2927
network_params:
3028
electra_fork_epoch: 1
3129
min_validator_withdrawability_delay: 1

.github/tests/peerdas-fulu.yaml.norun

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,34 @@ participants:
44

55
# Lighthouse
66
- cl_type: lighthouse
7-
cl_image: ethpandaops/lighthouse:peerdas-devnet-4
7+
cl_image: ethpandaops/lighthouse:peerdas-devnet-5
88
cl_max_mem: 4096
99
cl_extra_params:
1010
- --subscribe-all-data-column-subnets
1111

1212
# Prysm
1313
- cl_type: prysm
14-
cl_image: ethpandaops/prysm-beacon-chain:peerDAS
14+
cl_image: ethpandaops/prysm-beacon-chain:data-columns-storage
1515
cl_max_mem: 4096
1616
cl_extra_params:
1717
- --subscribe-all-subnets
18-
18+
1919
# Teku
2020
- cl_type: teku
2121
cl_image: ethpandaops/teku:nashatyrev-das
2222
cl_max_mem: 4096
2323
cl_extra_params:
2424
- --p2p-subscribe-all-custody-subnets-enabled
25-
25+
2626
- cl_type: grandine
27-
cl_image: ethpandaops/grandine:peerdas-fulu
27+
cl_image: ethpandaops/grandine:hangleang-peerdas-fulu
2828
cl_max_mem: 4096
2929
cl_extra_params:
3030
- --subscribe-all-data-column-subnets
31-
31+
3232
# Nimbus
3333
- cl_type: nimbus
34-
cl_image: ethpandaops/nimbus-eth2:columns
34+
cl_image: ethpandaops/nimbus-eth2:cs2
3535
cl_extra_params:
3636
- --debug-peerdas-supernode=true
3737
- --sync-light-client=no
@@ -41,12 +41,12 @@ participants:
4141

4242
# Lighthouse
4343
- cl_type: lighthouse
44-
cl_image: ethpandaops/lighthouse:peerdas-devnet-4
44+
cl_image: ethpandaops/lighthouse:peerdas-devnet-5
4545
cl_max_mem: 4096
4646

4747
# Prysm
4848
- cl_type: prysm
49-
cl_image: ethpandaops/prysm-beacon-chain:peerDAS
49+
cl_image: ethpandaops/prysm-beacon-chain:data-columns-storage
5050
cl_max_mem: 4096
5151

5252

@@ -56,11 +56,11 @@ participants:
5656

5757
# Grandine
5858
- cl_type: grandine
59-
cl_image: ethpandaops/grandine:peerdas-fulu
60-
59+
cl_image: ethpandaops/grandine:hangleang-peerdas-fulu
60+
6161
# Nimbus
6262
- cl_type: nimbus
63-
cl_image: ethpandaops/nimbus-eth2:columns
63+
cl_image: ethpandaops/nimbus-eth2:cs2
6464
cl_extra_params:
6565
- --debug-peerdas-supernode=false
6666
- --sync-light-client=no
@@ -79,4 +79,4 @@ additional_services:
7979
snooper_enabled: false
8080

8181
dora_params:
82-
image: ethpandaops/dora:fulu-support
82+
image: ethpandaops/dora:fulu-support

0 commit comments

Comments
 (0)