Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to new Kurtosis Ethereum Package #6

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0bd29dd
fix: Update nethermind to expose host on 0.0.0.0 (#467)
barnabasbusa Jan 17, 2024
b9523cb
feat: Add Xatu Sentry (#466)
samcm Jan 18, 2024
f8289cb
feat: enable syncing ephemery (#459)
barnabasbusa Jan 19, 2024
e36027b
fix: add CL genesis delay to final genesis time (#469)
barnabasbusa Jan 22, 2024
26384ea
chore(main): release 1.3.0 (#436)
github-actions[bot] Jan 23, 2024
5db6611
feat: enable custom resource limit per network (#471)
barnabasbusa Jan 29, 2024
01868fc
fix: add more prefund addresses for verkle-gen (#482)
barnabasbusa Jan 31, 2024
2d8a143
feat: add support for custom assertoor images & use assertoor image w…
pk910 Feb 1, 2024
bbe0b16
fix: use latest stable image for assertoor (#484)
pk910 Feb 1, 2024
abdfc2c
feat: we no longer need 4788 deployer (#485)
barnabasbusa Feb 1, 2024
79dc5e1
fix: bump verkle genesis generator (#486)
parithosh Feb 1, 2024
1e543e8
feat: add verkle-gen-devnet-3 (#487)
barnabasbusa Feb 2, 2024
b3418cf
feat: blockscout support with sc verification (#481)
franjoespejo Feb 2, 2024
d596699
feat: improve built-in assertoor tests (#488)
pk910 Feb 8, 2024
631eaf3
feat: Add suave-enabled geth support (#489)
0x416e746f6e Feb 9, 2024
b788b18
feat: enable shadowforking (#475)
barnabasbusa Feb 9, 2024
5602a02
chore(main): release 1.4.0 (#473)
github-actions[bot] Feb 12, 2024
316d42f
feat!: add node selectors features (#491)
barnabasbusa Feb 12, 2024
9ceae9c
feat: enable api in assertoor config (#495)
pk910 Feb 20, 2024
e48483a
feat: parameterize mev-boost args (#400)
bharath-123 Feb 20, 2024
fe2de7e
feat: allow more detailed additional test configurations in assertoor…
pk910 Feb 22, 2024
90da2c3
feat: separate validator clients from CL clients (#497)
eth2353 Feb 27, 2024
d599729
feat: add nimbus-eth1 (#496)
barnabasbusa Feb 27, 2024
1d5a779
fix: nimbus-eth1 advertise proper extip (#501)
barnabasbusa Feb 27, 2024
beb764f
feat: enable dencun-genesis (#500)
barnabasbusa Feb 27, 2024
181dd04
fix: use the cl as the default validator image if none are defined (#…
barnabasbusa Feb 29, 2024
f9343a2
fix: README global node selector (#504)
barnabasbusa Mar 1, 2024
836eda4
feat: add keymanager to all validator processes (#502)
barnabasbusa Mar 4, 2024
bc5e725
fix: lh vc flag logic (#506)
barnabasbusa Mar 5, 2024
6fa0475
feat: make snapshot url configurable (#507)
barnabasbusa Mar 5, 2024
da55be8
fix: fix end index in validator ranges file (#509)
pk910 Mar 6, 2024
fab341b
refactor!: participant_network & rename participant fields. (#508)
barnabasbusa Mar 8, 2024
a96953d
chore(main): release 2.0.0 (#493)
github-actions[bot] Mar 8, 2024
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
Prev Previous commit
Next Next commit
fix: use the cl as the default validator image if none are defined (e…
…thpandaops#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
barnabasbusa authored Feb 29, 2024
commit 181dd04c2db17c58cb9370b0d24e12e4c191a13d
12 changes: 0 additions & 12 deletions .github/tests/dencun-devnet-12.yaml
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: []
12 changes: 0 additions & 12 deletions .github/tests/dencun-genesis.yaml
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: []
12 changes: 0 additions & 12 deletions .github/tests/ephemery.yaml
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: []
2 changes: 1 addition & 1 deletion .github/tests/mev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ additional_services:
- prometheus_grafana
mev_params:
launch_custom_flood: true
mev_relay_image: flashbots/mev-boost-relay:0.28.0a2
mev_relay_image: flashbots/mev-boost-relay:latest
network_params:
seconds_per_slot: 3
1 change: 0 additions & 1 deletion .github/tests/mix-persistence-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ participants:
cl_client_type: prysm
- el_client_type: erigon
cl_client_type: nimbus
cl_client_image: ethpandaops/nimbus:unstable
use_separate_validator_client: true
- el_client_type: besu
cl_client_type: lighthouse
Expand Down
1 change: 0 additions & 1 deletion .github/tests/mix-persistence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ participants:
cl_client_type: prysm
- el_client_type: erigon
cl_client_type: nimbus
cl_client_image: ethpandaops/nimbus:unstable
use_separate_validator_client: true
- el_client_type: besu
cl_client_type: lighthouse
Expand Down
2 changes: 1 addition & 1 deletion .github/tests/mix-with-tools-mev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ ethereum_metrics_exporter_enabled: true
snooper_enabled: true
mev_type: full
mev_params:
mev_relay_image: flashbots/mev-boost-relay:0.27
mev_relay_image: flashbots/mev-boost-relay:latest
persistent: True
2 changes: 1 addition & 1 deletion .github/tests/sepolia-mix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ participants:
- el_client_type: ethereumjs
cl_client_type: nimbus
network_params:
network: "sepolia"
network: sepolia
additional_services: []
6 changes: 0 additions & 6 deletions .github/tests/split-nimbus.yaml
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: []
13 changes: 12 additions & 1 deletion src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,18 @@ def parse_network_params(input_args):

validator_client_image = participant["validator_client_image"]
if validator_client_image == "":
default_image = DEFAULT_VC_IMAGES.get(validator_client_type, "")
if cl_image == "":
# If the validator client image is also empty, default to the image for the chosen CL client
default_image = DEFAULT_VC_IMAGES.get(validator_client_type, "")
else:
if cl_client_type == "prysm":
default_image = cl_image.replace("beacon-chain", "validator")
elif cl_client_type == "nimbus":
default_image = cl_image.replace(
"nimbus-eth2", "nimbus-validator-client"
)
else:
default_image = cl_image
if default_image == "":
fail(
"{0} received an empty image name and we don't have a default for it".format(
Expand Down
4 changes: 2 additions & 2 deletions src/participant_network.star
Original file line number Diff line number Diff line change
Expand Up @@ -775,8 +775,8 @@ def launch_participant_network(
launcher=validator_client.new_validator_client_launcher(
el_cl_genesis_data=el_cl_data
),
service_name="validator-client-{0}-{1}".format(
index_str, validator_client_type
service_name="vc-{0}-{1}-{2}".format(
index_str, validator_client_type, el_client_type
),
validator_client_type=validator_client_type,
image=participant.validator_client_image,
Expand Down