Last active
June 2, 2024 19:10
-
-
Save nflaig/345040b6dfa016b999ec58d6b94b8eb8 to your computer and use it in GitHub Desktop.
Lodestar ssz interop kurtosis config
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
participants: | |
# Lighthouse | |
- el_type: geth | |
el_image: ethereum/client-go:stable | |
cl_type: lodestar | |
cl_image: nflaig/lodestar:ssz-api | |
vc_type: lighthouse | |
vc_image: sigp/lighthouse:latest | |
count: 1 | |
- el_type: geth | |
el_image: ethereum/client-go:stable | |
cl_type: lighthouse | |
cl_image: sigp/lighthouse:latest | |
vc_type: lodestar | |
vc_image: nflaig/lodestar:ssz-api | |
count: 1 | |
# Teku | |
- el_type: geth | |
el_image: ethereum/client-go:stable | |
cl_type: lodestar | |
cl_image: nflaig/lodestar:ssz-api | |
vc_type: teku | |
vc_image: consensys/teku:latest | |
count: 1 | |
- el_type: geth | |
el_image: ethereum/client-go:stable | |
cl_type: teku | |
cl_image: consensys/teku:latest | |
vc_type: lodestar | |
vc_image: nflaig/lodestar:ssz-api | |
count: 1 | |
# Nimbus | |
- el_type: geth | |
el_image: ethereum/client-go:stable | |
cl_type: lodestar | |
cl_image: nflaig/lodestar:ssz-api | |
vc_type: nimbus | |
vc_image: statusim/nimbus-validator-client:amd64-latest | |
vc_extra_params: | |
- --doppelganger-detection=off | |
count: 1 | |
- el_type: geth | |
el_image: ethereum/client-go:stable | |
cl_type: nimbus | |
cl_image: statusim/nimbus-eth2:amd64-latest | |
vc_type: lodestar | |
vc_image: nflaig/lodestar:ssz-api | |
count: 1 | |
# Grandine | |
- el_type: geth | |
el_image: ethereum/client-go:stable | |
cl_type: grandine | |
cl_image: sifrai/grandine:stable | |
vc_type: lodestar | |
vc_image: nflaig/lodestar:ssz-api | |
# Prysm | |
# - el_type: geth | |
# el_image: ethereum/client-go:stable | |
# cl_type: lodestar | |
# cl_image: nflaig/lodestar:ssz-api | |
# vc_type: prysm | |
# vc_image: gcr.io/prysmaticlabs/prysm/validator:latest | |
# count: 1 | |
- el_type: geth | |
el_image: ethereum/client-go:stable | |
cl_type: prysm | |
cl_image: gcr.io/prysmaticlabs/prysm/beacon-chain:latest | |
vc_type: lodestar | |
vc_image: nflaig/lodestar:ssz-api | |
count: 1 | |
# Lodestar stable | |
- el_type: geth | |
el_image: ethereum/client-go:stable | |
cl_type: lodestar | |
cl_image: nflaig/lodestar:ssz-api | |
vc_type: lodestar | |
vc_image: chainsafe/lodestar:latest | |
count: 1 | |
- el_type: geth | |
el_image: ethereum/client-go:stable | |
cl_type: lodestar | |
cl_image: chainsafe/lodestar:latest | |
vc_type: lodestar | |
vc_image: nflaig/lodestar:ssz-api | |
count: 1 | |
# Lodestar ssz | |
- el_type: geth | |
el_image: ethereum/client-go:stable | |
cl_type: lodestar | |
cl_image: nflaig/lodestar:ssz-api | |
vc_type: lodestar | |
vc_image: nflaig/lodestar:ssz-api | |
vc_extra_params: | |
- --http.requestWireFormat=ssz | |
count: 1 | |
- el_type: geth | |
el_image: ethereum/client-go:stable | |
cl_type: lodestar | |
cl_image: nflaig/lodestar:ssz-api | |
vc_type: lodestar | |
vc_image: nflaig/lodestar:ssz-api | |
count: 1 | |
network_params: | |
genesis_delay: 60 | |
num_validator_keys_per_node: 64 | |
launch_additional_services: true | |
additional_services: | |
- assertoor | |
- dora | |
snooper_enabled: false | |
disable_peer_scoring: true | |
assertoor_params: | |
image: "ethpandaops/assertoor:master" | |
run_stability_check: false | |
run_block_proposal_check: false | |
tests: | |
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/2a45f2f78dd2c336ac99bf15e61edc076f15ce67/assertoor-tests/block-proposal-check.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment