mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: assertoor integration in CI (#6833)
This commit is contained in:
45
etc/assertoor/assertoor-template.yaml
Normal file
45
etc/assertoor/assertoor-template.yaml
Normal file
@ -0,0 +1,45 @@
|
||||
participants:
|
||||
- el_client_type: reth
|
||||
el_client_image: ghcr.io/paradigmxyz/reth
|
||||
cl_client_type: lighthouse
|
||||
cl_client_image: sigp/lighthouse:latest
|
||||
count: 1
|
||||
- el_client_type: reth
|
||||
el_client_image: ghcr.io/paradigmxyz/reth
|
||||
cl_client_type: teku
|
||||
cl_client_image: consensys/teku:latest
|
||||
count: 1
|
||||
- el_client_type: reth
|
||||
el_client_image: ghcr.io/paradigmxyz/reth
|
||||
cl_client_type: prysm
|
||||
cl_client_image: gcr.io/prysmaticlabs/prysm/beacon-chain:stable
|
||||
validator_client_type: prysm
|
||||
validator_client_image: gcr.io/prysmaticlabs/prysm/validator:stable
|
||||
count: 1
|
||||
- el_client_type: reth
|
||||
el_client_image: ghcr.io/paradigmxyz/reth
|
||||
cl_client_type: nimbus
|
||||
cl_client_image: statusim/nimbus-eth2:amd64-latest
|
||||
count: 1
|
||||
- el_client_type: reth
|
||||
el_client_image: ghcr.io/paradigmxyz/reth
|
||||
cl_client_type: lodestar
|
||||
cl_client_image: chainsafe/lodestar:latest
|
||||
count: 1
|
||||
network_params:
|
||||
genesis_delay: 120
|
||||
min_validator_withdrawability_delay: 1
|
||||
shard_committee_period: 1
|
||||
num_validator_keys_per_node: 250
|
||||
launch_additional_services: true
|
||||
additional_services:
|
||||
- assertoor
|
||||
snooper_enabled: true
|
||||
disable_peer_scoring: true
|
||||
assertoor_params:
|
||||
image: "ethpandaops/assertoor:master"
|
||||
run_stability_check: true
|
||||
run_block_proposal_check: true
|
||||
run_transaction_test: true
|
||||
run_blob_transaction_test: false
|
||||
run_opcodes_transaction_test: true
|
||||
Reference in New Issue
Block a user