-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: participant_network & rename participant fields. (#508)
# Important! There are many participant fields that have been renamed to be more consistent with the rest of the package. The following fields have been renamed: ### EL Flags ``` el_client_type -> el_type el_client_image -> el_image el_client_log_level -> el_log_level el_client_volume_size -> el_volume_size ``` ### CL Flags ``` cl_client_type -> cl_type cl_client_image -> cl_image cl_client_volume_size -> cl_volume_size cl_client_log_level -> cl_log_level beacon_extra_params -> cl_extra_params beacon_extra_labels -> cl_extra_labels bn_min_cpu -> cl_min_cpu bn_max_cpu -> cl_max_cpu bn_min_mem -> cl_min_mem bn_max_mem -> cl_max_mem use_separate_validator_client -> use_separate_vc ``` ### Validator flags ``` validator_client_type -> vc_type validator_tolerations -> vc_tolerations validator_client_image -> vc_image validator_extra_params -> vc_extra_params validator_extra_labels -> vc_extra_labels v_min_cpu -> vc_min_cpu v_max_cpu -> vc_max_cpu v_min_mem -> vc_min_mem v_max_mem -> vc_max_mem ``` ### Global flags ``` global_client_log_level -> global_log_level ``` Once this PR is merged, the old names will no longer work, and you will have to bulk rename all your yaml files. A rename.sh bash script is added, which can be used to do bulk `find and replace` operations. ```bash rename.sh yourFile.yaml ``` --------- Co-authored-by: Gyanendra Mishra <anomaly.the@gmail.com>
- Loading branch information
1 parent
da55be8
commit fab341b
Showing
97 changed files
with
2,469 additions
and
2,108 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,9 +1,9 @@ | ||
participants: | ||
- el_client_type: geth | ||
cl_client_type: lighthouse | ||
- el_type: geth | ||
cl_type: lighthouse | ||
count: 1 | ||
- el_client_type: geth | ||
cl_client_type: lodestar | ||
- el_type: geth | ||
cl_type: lodestar | ||
count: 1 | ||
additional_services: | ||
- assertoor |
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,14 +1,14 @@ | ||
participants: | ||
- el_client_type: geth | ||
cl_client_type: teku | ||
- el_client_type: geth | ||
cl_client_type: teku | ||
- el_client_type: besu | ||
cl_client_type: prysm | ||
- el_client_type: besu | ||
cl_client_type: nimbus | ||
- el_client_type: besu | ||
cl_client_type: lighthouse | ||
- el_client_type: besu | ||
cl_client_type: lodestar | ||
- el_type: geth | ||
cl_type: teku | ||
- el_type: geth | ||
cl_type: teku | ||
- el_type: besu | ||
cl_type: prysm | ||
- el_type: besu | ||
cl_type: nimbus | ||
- el_type: besu | ||
cl_type: lighthouse | ||
- el_type: besu | ||
cl_type: lodestar | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
participants: | ||
- el_client_type: geth | ||
cl_client_type: teku | ||
- el_client_type: nethermind | ||
cl_client_type: prysm | ||
- el_client_type: erigon | ||
cl_client_type: nimbus | ||
- el_client_type: besu | ||
cl_client_type: lighthouse | ||
- el_client_type: reth | ||
cl_client_type: lodestar | ||
- el_client_type: ethereumjs | ||
cl_client_type: teku | ||
- el_type: geth | ||
cl_type: teku | ||
- el_type: nethermind | ||
cl_type: prysm | ||
- el_type: erigon | ||
cl_type: nimbus | ||
- el_type: besu | ||
cl_type: lighthouse | ||
- el_type: reth | ||
cl_type: lodestar | ||
- el_type: ethereumjs | ||
cl_type: teku | ||
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,16 +1,16 @@ | ||
participants: | ||
- el_client_type: geth | ||
cl_client_type: teku | ||
- el_client_type: nethermind | ||
cl_client_type: prysm | ||
- el_client_type: erigon | ||
cl_client_type: nimbus | ||
- el_client_type: besu | ||
cl_client_type: lighthouse | ||
- el_client_type: reth | ||
cl_client_type: lodestar | ||
- el_client_type: ethereumjs | ||
cl_client_type: teku | ||
- el_type: geth | ||
cl_type: teku | ||
- el_type: nethermind | ||
cl_type: prysm | ||
- el_type: erigon | ||
cl_type: nimbus | ||
- el_type: besu | ||
cl_type: lighthouse | ||
- el_type: reth | ||
cl_type: lodestar | ||
- el_type: ethereumjs | ||
cl_type: teku | ||
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,15 +1,15 @@ | ||
participants: | ||
- el_client_type: geth | ||
cl_client_type: teku | ||
- el_client_type: besu | ||
cl_client_type: lighthouse | ||
- el_client_type: reth | ||
cl_client_type: lodestar | ||
- el_client_type: erigon | ||
cl_client_type: nimbus | ||
- el_client_type: nethermind | ||
cl_client_type: prysm | ||
- el_client_type: ethereumjs | ||
cl_client_type: teku | ||
- el_type: geth | ||
cl_type: teku | ||
- el_type: besu | ||
cl_type: lighthouse | ||
- el_type: reth | ||
cl_type: lodestar | ||
- el_type: erigon | ||
cl_type: nimbus | ||
- el_type: nethermind | ||
cl_type: prysm | ||
- el_type: ethereumjs | ||
cl_type: teku | ||
additional_services: [] | ||
disable_peer_scoring: true |
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,16 +1,16 @@ | ||
participants: | ||
- el_client_type: geth | ||
cl_client_type: teku | ||
- el_client_type: nethermind | ||
cl_client_type: prysm | ||
- el_client_type: erigon | ||
cl_client_type: nimbus | ||
- el_client_type: besu | ||
cl_client_type: lighthouse | ||
- el_client_type: reth | ||
cl_client_type: lodestar | ||
- el_client_type: ethereumjs | ||
cl_client_type: teku | ||
- el_type: geth | ||
cl_type: teku | ||
- el_type: nethermind | ||
cl_type: prysm | ||
- el_type: erigon | ||
cl_type: nimbus | ||
- el_type: besu | ||
cl_type: lighthouse | ||
- el_type: reth | ||
cl_type: lodestar | ||
- el_type: ethereumjs | ||
cl_type: teku | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
participants: | ||
- el_client_type: erigon | ||
cl_client_type: teku | ||
- el_client_type: erigon | ||
cl_client_type: prysm | ||
- el_client_type: erigon | ||
cl_client_type: nimbus | ||
- el_client_type: erigon | ||
cl_client_type: lighthouse | ||
- el_client_type: erigon | ||
cl_client_type: lodestar | ||
- el_type: erigon | ||
cl_type: teku | ||
- el_type: erigon | ||
cl_type: prysm | ||
- el_type: erigon | ||
cl_type: nimbus | ||
- el_type: erigon | ||
cl_type: lighthouse | ||
- el_type: erigon | ||
cl_type: lodestar | ||
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,12 +1,12 @@ | ||
participants: | ||
- el_client_type: ethereumjs | ||
cl_client_type: teku | ||
- el_client_type: ethereumjs | ||
cl_client_type: prysm | ||
- el_client_type: ethereumjs | ||
cl_client_type: nimbus | ||
- el_client_type: ethereumjs | ||
cl_client_type: lighthouse | ||
- el_client_type: ethereumjs | ||
cl_client_type: lodestar | ||
- el_type: ethereumjs | ||
cl_type: teku | ||
- el_type: ethereumjs | ||
cl_type: prysm | ||
- el_type: ethereumjs | ||
cl_type: nimbus | ||
- el_type: ethereumjs | ||
cl_type: lighthouse | ||
- el_type: ethereumjs | ||
cl_type: lodestar | ||
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,12 +1,12 @@ | ||
participants: | ||
- el_client_type: geth | ||
cl_client_type: teku | ||
- el_client_type: geth | ||
cl_client_type: prysm | ||
- el_client_type: geth | ||
cl_client_type: nimbus | ||
- el_client_type: geth | ||
cl_client_type: lighthouse | ||
- el_client_type: geth | ||
cl_client_type: lodestar | ||
- el_type: geth | ||
cl_type: teku | ||
- el_type: geth | ||
cl_type: prysm | ||
- el_type: geth | ||
cl_type: nimbus | ||
- el_type: geth | ||
cl_type: lighthouse | ||
- el_type: geth | ||
cl_type: lodestar | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
participants: | ||
- el_client_type: geth | ||
cl_client_type: lighthouse | ||
- el_client_type: nethermind | ||
cl_client_type: lighthouse | ||
- el_client_type: erigon | ||
cl_client_type: lighthouse | ||
- el_client_type: besu | ||
cl_client_type: lighthouse | ||
- el_client_type: reth | ||
cl_client_type: lighthouse | ||
- el_client_type: ethereumjs | ||
cl_client_type: lighthouse | ||
- el_type: geth | ||
cl_type: lighthouse | ||
- el_type: nethermind | ||
cl_type: lighthouse | ||
- el_type: erigon | ||
cl_type: lighthouse | ||
- el_type: besu | ||
cl_type: lighthouse | ||
- el_type: reth | ||
cl_type: lighthouse | ||
- el_type: ethereumjs | ||
cl_type: lighthouse | ||
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,14 +1,14 @@ | ||
participants: | ||
- el_client_type: geth | ||
cl_client_type: lodestar | ||
- el_client_type: nethermind | ||
cl_client_type: lodestar | ||
- el_client_type: erigon | ||
cl_client_type: lodestar | ||
- el_client_type: besu | ||
cl_client_type: lodestar | ||
- el_client_type: reth | ||
cl_client_type: lodestar | ||
- el_client_type: ethereumjs | ||
cl_client_type: lodestar | ||
- el_type: geth | ||
cl_type: lodestar | ||
- el_type: nethermind | ||
cl_type: lodestar | ||
- el_type: erigon | ||
cl_type: lodestar | ||
- el_type: besu | ||
cl_type: lodestar | ||
- el_type: reth | ||
cl_type: lodestar | ||
- el_type: ethereumjs | ||
cl_type: lodestar | ||
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,17 +1,17 @@ | ||
participants: | ||
- el_client_type: geth | ||
cl_client_type: teku | ||
use_separate_validator_client: true | ||
- el_client_type: nethermind | ||
cl_client_type: prysm | ||
- el_client_type: erigon | ||
cl_client_type: nimbus | ||
use_separate_validator_client: true | ||
- el_client_type: besu | ||
cl_client_type: lighthouse | ||
- el_client_type: reth | ||
cl_client_type: lodestar | ||
- el_client_type: ethereumjs | ||
cl_client_type: nimbus | ||
- el_type: geth | ||
cl_type: teku | ||
use_separate_vc: true | ||
- el_type: nethermind | ||
cl_type: prysm | ||
- el_type: erigon | ||
cl_type: nimbus | ||
use_separate_vc: true | ||
- el_type: besu | ||
cl_type: lighthouse | ||
- el_type: reth | ||
cl_type: lodestar | ||
- el_type: ethereumjs | ||
cl_type: nimbus | ||
additional_services: [] | ||
persistent: true |
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,17 +1,17 @@ | ||
participants: | ||
- el_client_type: geth | ||
cl_client_type: teku | ||
use_separate_validator_client: true | ||
- el_client_type: nethermind | ||
cl_client_type: prysm | ||
- el_client_type: erigon | ||
cl_client_type: nimbus | ||
use_separate_validator_client: true | ||
- el_client_type: besu | ||
cl_client_type: lighthouse | ||
- el_client_type: reth | ||
cl_client_type: lodestar | ||
- el_client_type: ethereumjs | ||
cl_client_type: nimbus | ||
- el_type: geth | ||
cl_type: teku | ||
use_separate_vc: true | ||
- el_type: nethermind | ||
cl_type: prysm | ||
- el_type: erigon | ||
cl_type: nimbus | ||
use_separate_vc: true | ||
- el_type: besu | ||
cl_type: lighthouse | ||
- el_type: reth | ||
cl_type: lodestar | ||
- el_type: ethereumjs | ||
cl_type: nimbus | ||
additional_services: [] | ||
persistent: true |
Oops, something went wrong.