Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/snapsync-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
el_extra_params:
- "--syncmode=snap"
cl_type: lighthouse
cl_image: sigp/lighthouse:v7.1.0
cl_image: sigp/lighthouse:v8.0.0-rc.1
count: 1

network_params:
Expand Down
4 changes: 2 additions & 2 deletions .github/config/assertoor/network_params_blob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ participants:
- el_type: geth
el_image: ethereum/client-go:v1.16.1
cl_type: lighthouse
cl_image: sigp/lighthouse:v7.1.0
cl_image: sigp/lighthouse:v8.0.0-rc.1
validator_count: 32
count: 2
- el_type: ethrex
el_image: ethrex:ci
cl_type: lighthouse
cl_image: sigp/lighthouse:v7.1.0
cl_image: sigp/lighthouse:v8.0.0-rc.1
validator_count: 32

additional_services:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ participants:
- el_type: ethrex
el_image: ethrex:ci
cl_type: lighthouse
cl_image: sigp/lighthouse:v7.1.0
cl_image: sigp/lighthouse:v8.0.0-rc.1
validator_count: 32
ethereum_metrics_exporter_enabled: true
- el_type: ethrex
Expand Down
4 changes: 2 additions & 2 deletions .github/config/assertoor/network_params_tx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ participants:
- el_type: geth
el_image: ethereum/client-go:v1.16.1
cl_type: lighthouse
cl_image: sigp/lighthouse:v7.1.0
cl_image: sigp/lighthouse:v8.0.0-rc.1
validator_count: 32
- el_type: ethrex
el_image: ethrex:ci
cl_type: lighthouse
cl_image: sigp/lighthouse:v7.1.0
cl_image: sigp/lighthouse:v8.0.0-rc.1
validator_count: 32

additional_services:
Expand Down
10 changes: 5 additions & 5 deletions fixtures/networks/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ participants:
# - el_type: erigon
# el_image: ethpandaops/erigon:main-764a2c50
# cl_type: lighthouse
# cl_image: sigp/lighthouse:v7.1.0
# cl_image: sigp/lighthouse:v8.0.0-rc.1
# validator_count: 32
# - el_type: reth
# el_image: ghcr.io/paradigmxyz/reth:v1.2.2
# cl_type: lighthouse
# cl_image: sigp/lighthouse:v7.1.0
# cl_image: sigp/lighthouse:v8.0.0-rc.1
# validator_count: 32
- el_type: besu
el_image: ethpandaops/besu:main-142a5e6
cl_type: lighthouse
cl_image: sigp/lighthouse:v7.1.0
cl_image: sigp/lighthouse:v8.0.0-rc.1
validator_count: 32
- el_type: geth
el_image: ethereum/client-go:v1.15.2
cl_type: lighthouse
cl_image: sigp/lighthouse:v7.1.0
cl_image: sigp/lighthouse:v8.0.0-rc.1
validator_count: 32
count: 1
- el_type: ethrex
el_image: ethrex:local
cl_type: lighthouse
cl_image: sigp/lighthouse:v7.1.0
cl_image: sigp/lighthouse:v8.0.0-rc.1
validator_count: 32
# snooper_enabled: true

Expand Down
2 changes: 1 addition & 1 deletion fixtures/networks/ethrex_only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ participants:
- el_type: ethrex
el_image: ethrex:local
cl_type: lighthouse
cl_image: sigp/lighthouse:v7.1.0
cl_image: sigp/lighthouse:v8.0.0-rc.1
validator_count: 32
ethereum_metrics_exporter_enabled: true
- el_type: ethrex
Expand Down
2 changes: 1 addition & 1 deletion fixtures/networks/hoodi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ participants:
- el_type: ethrex
el_image: ethrex:local
cl_type: lighthouse
cl_image: sigp/lighthouse:v7.1.0
cl_image: sigp/lighthouse:v8.0.0-rc.1
count: 1

ethereum_metrics_exporter_enabled: true
Expand Down