diff --git a/.github/tests/peerdas-deneb.yaml.norun b/.github/tests/peerdas-deneb.yaml.norun deleted file mode 100644 index 3fbaf312f..000000000 --- a/.github/tests/peerdas-deneb.yaml.norun +++ /dev/null @@ -1,55 +0,0 @@ -participants: -# Supernodes - - cl_type: prysm - cl_image: ethpandaops/prysm-beacon-chain:peerDAS - cl_extra_params: [--subscribe-all-subnets, --pprof] - cl_max_mem: 4096 - count: 2 - # - cl_type: lighthouse - # cl_image: ethpandaops/lighthouse:unstable - # cl_extra_params: [--subscribe-all-data-column-subnets] - #- cl_type: teku - # cl_image: ethpandaops/teku:nashatyrev-das - # cl_extra_params: [--p2p-subscribe-all-custody-subnets-enabled] - # - cl_type: nimbus - # cl_image: ethpandaops/nimbus-eth2:pdsync-minimal - # cl_extra_params: [--subscribe-all-subnets=true, --sync-light-client=no ] - # count: 2 - # - cl_type: lodestar - # cl_image: ethpandaops/lodestar:peerDAS - # cl_extra_params: [--persistNetworkIdentity, --supernode] -# # Non supernodes - - cl_type: prysm - cl_image: ethpandaops/prysm-beacon-chain:peerDAS - cl_max_mem: 4096 - # - cl_type: lighthouse - # cl_image: ethpandaops/lighthouse:unstable - #- cl_type: teku - # cl_image: ethpandaops/teku:nashatyrev-das - # - cl_type: nimbus - # cl_image: ethpandaops/nimbus-eth2:pdsync-minimal - # cl_extra_params: [--sync-light-client=no] - # - cl_type: lodestar - # cl_image: ethpandaops/lodestar:peerDAS - # cl_extra_params: [--persistNetworkIdentity] -network_params: - eip7594_fork_epoch: 0 - eip7594_fork_version: "0x50000038" - #preset: minimal -snooper_enabled: true -global_log_level: debug -additional_services: - - dora - - goomy_blob - - prometheus_grafana - - assertoor -dora_params: - image: ethpandaops/dora:peerdas-as-deneb -ethereum_metrics_exporter_enabled: true -assertoor_params: - run_stability_check: false - run_block_proposal_check: false - tests: - - { file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/block-proposal-check.yaml" } - - { file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/blob-transactions-test.yaml" } - - { file: "https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/stability-check.yaml" } diff --git a/.github/tests/peerdas-devnet-2.yaml.norun b/.github/tests/peerdas-devnet-2.yaml.norun deleted file mode 100644 index 23de761aa..000000000 --- a/.github/tests/peerdas-devnet-2.yaml.norun +++ /dev/null @@ -1,10 +0,0 @@ -participants: - - cl_type: prysm - cl_image: ethpandaops/prysm-beacon-chain:peerDAS - - cl_type: lighthouse - cl_image: ethpandaops/lighthouse:das - - cl_type: teku - cl_image: ethpandaops/teku:nashatyrev-das -network_params: - network: peerdas-devnet-2 -snooper_enabled: true diff --git a/src/vc/prysm.star b/src/vc/prysm.star index 03c1d56c4..984d4f699 100644 --- a/src/vc/prysm.star +++ b/src/vc/prysm.star @@ -66,7 +66,7 @@ def get_config( if len(participant.vc_extra_params) > 0: # this is a repeated, we convert it into Starlark - cmd.extend([param for param in participant.vc_participant.vc_extra_params]) + cmd.extend([param for param in participant.vc_extra_params]) files = { constants.GENESIS_DATA_MOUNTPOINT_ON_CLIENTS: el_cl_genesis_data.files_artifact_uuid,