31 lines
914 B
YAML
31 lines
914 B
YAML
# Copyright (c) 2024 Status Research & Development GmbH
|
|
# Licensed under either of
|
|
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
|
|
# http://www.apache.org/licenses/LICENSE-2.0)
|
|
# * MIT license ([LICENSE-MIT](LICENSE-MIT) or
|
|
# http://opensource.org/licenses/MIT)
|
|
# at your option. This file may not be copied, modified, or distributed except
|
|
# according to those terms.
|
|
|
|
participants_matrix:
|
|
el:
|
|
- el_type: geth
|
|
- el_type: nethermind
|
|
- el_type: erigon
|
|
cl:
|
|
- cl_type: nimbus
|
|
cl_image: <image-placeholder>
|
|
- cl_type: lighthouse
|
|
- cl_type: prysm
|
|
additional_services:
|
|
- tx_spammer
|
|
- assertoor
|
|
- beacon_metrics_gazer
|
|
mev_type: null
|
|
assertoor_params:
|
|
image: "ethpandaops/assertoor:master"
|
|
run_stability_check: true
|
|
run_block_proposal_check: true
|
|
run_transaction_test: true
|
|
run_blob_transaction_test: true
|
|
run_opcodes_transaction_test: true |