-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use the cl as the default validator image if none are defined (#503
) This PR ensures that the validator image will be the same as CL image (if one is defined) and only fallback to the default validator image if there is no validator image nor beacon image is defined.
- Loading branch information
1 parent
beb764f
commit 181dd04
Showing
11 changed files
with
17 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,16 @@ | ||
participants: | ||
- el_client_type: geth | ||
el_client_image: ethpandaops/geth:master | ||
cl_client_type: teku | ||
cl_client_image: ethpandaops/teku:master | ||
- el_client_type: nethermind | ||
el_client_image: ethpandaops/nethermind:master | ||
cl_client_type: prysm | ||
cl_client_image: gcr.io/prysmaticlabs/prysm/beacon-chain:latest | ||
- el_client_type: erigon | ||
el_client_image: ethpandaops/erigon:devel | ||
cl_client_type: nimbus | ||
cl_client_image: ethpandaops/nimbus:unstable | ||
- el_client_type: besu | ||
el_client_image: ethpandaops/besu:main | ||
cl_client_type: lighthouse | ||
cl_client_image: ethpandaops/lighthouse:unstable | ||
- el_client_type: reth | ||
el_client_image: ethpandaops/reth:main | ||
cl_client_type: lodestar | ||
cl_client_image: ethpandaops/lodestar:unstable | ||
- el_client_type: ethereumjs | ||
el_client_image: ethpandaops/ethereumjs:master | ||
cl_client_type: teku | ||
cl_client_image: ethpandaops/teku:master | ||
network_params: | ||
network: "dencun-devnet-12" | ||
additional_services: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,16 @@ | ||
participants: | ||
- el_client_type: geth | ||
el_client_image: ethpandaops/geth:master | ||
cl_client_type: teku | ||
cl_client_image: ethpandaops/teku:master | ||
- el_client_type: nethermind | ||
el_client_image: ethpandaops/nethermind:master | ||
cl_client_type: prysm | ||
cl_client_image: gcr.io/prysmaticlabs/prysm/beacon-chain:latest | ||
- el_client_type: erigon | ||
el_client_image: ethpandaops/erigon:devel | ||
cl_client_type: nimbus | ||
cl_client_image: ethpandaops/nimbus:unstable | ||
- el_client_type: besu | ||
el_client_image: ethpandaops/besu:main | ||
cl_client_type: lighthouse | ||
cl_client_image: ethpandaops/lighthouse:unstable | ||
- el_client_type: reth | ||
el_client_image: ethpandaops/reth:main | ||
cl_client_type: lodestar | ||
cl_client_image: ethpandaops/lodestar:unstable | ||
- el_client_type: ethereumjs | ||
el_client_image: ethpandaops/ethereumjs:master | ||
cl_client_type: teku | ||
cl_client_image: ethpandaops/teku:master | ||
network_params: | ||
deneb_fork_epoch: 0 | ||
additional_services: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,16 @@ | ||
participants: | ||
- el_client_type: geth | ||
el_client_image: ethpandaops/geth:master | ||
cl_client_type: teku | ||
cl_client_image: ethpandaops/teku:master | ||
- el_client_type: nethermind | ||
el_client_image: ethpandaops/nethermind:master | ||
cl_client_type: prysm | ||
cl_client_image: gcr.io/prysmaticlabs/prysm/beacon-chain:latest | ||
- el_client_type: erigon | ||
el_client_image: ethpandaops/erigon:devel | ||
cl_client_type: nimbus | ||
cl_client_image: ethpandaops/nimbus:unstable | ||
- el_client_type: besu | ||
el_client_image: ethpandaops/besu:main | ||
cl_client_type: lighthouse | ||
cl_client_image: ethpandaops/lighthouse:unstable | ||
- el_client_type: reth | ||
el_client_image: ethpandaops/reth:main | ||
cl_client_type: lodestar | ||
cl_client_image: ethpandaops/lodestar:unstable | ||
- el_client_type: ethereumjs | ||
el_client_image: ethpandaops/ethereumjs:master | ||
cl_client_type: teku | ||
cl_client_image: ethpandaops/teku:master | ||
network_params: | ||
network: "ephemery" | ||
additional_services: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,21 @@ | ||
participants: | ||
- el_client_type: geth | ||
cl_client_type: nimbus | ||
cl_client_image: ethpandaops/nimbus:unstable | ||
use_separate_validator_client: true | ||
validator_count: 0 | ||
- el_client_type: nethermind | ||
cl_client_type: nimbus | ||
use_separate_validator_client: true | ||
cl_client_image: ethpandaops/nimbus:unstable | ||
- el_client_type: erigon | ||
cl_client_type: nimbus | ||
use_separate_validator_client: true | ||
cl_client_image: ethpandaops/nimbus:unstable | ||
- el_client_type: besu | ||
cl_client_type: nimbus | ||
use_separate_validator_client: true | ||
cl_client_image: ethpandaops/nimbus:unstable | ||
- el_client_type: reth | ||
cl_client_type: nimbus | ||
use_separate_validator_client: true | ||
cl_client_image: ethpandaops/nimbus:unstable | ||
- el_client_type: ethereumjs | ||
cl_client_type: nimbus | ||
use_separate_validator_client: true | ||
cl_client_image: ethpandaops/nimbus:unstable | ||
additional_services: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters