Skip to content

Commit

Permalink
fix: Updated Readme with VCs supported by Grandine BN (#527)
Browse files Browse the repository at this point in the history
This config with mixed Grandine BN <> Lighthouse VC, Grandine BN <> Teku
VC passes:

```
participants:
  - el_type: erigon
    cl_type: grandine
    cl_image: grandine:local
    use_separate_vc: true
    vc_type: lighthouse
    vc_image: sigp/lighthouse:latest
  - el_type: geth
    cl_type: grandine
    cl_image: grandine:local
    use_separate_vc: true
    vc_type: teku
    vc_image: consensys/teku:latest
  - el_type: reth
    cl_type: grandine
    cl_image: grandine:local
    use_separate_vc: true
    vc_type: lighthouse
    vc_image: sigp/lighthouse:latest
    count: 1
network_params:
  deneb_fork_epoch: 1
  min_validator_withdrawability_delay: 1
  shard_committee_period: 1
  num_validator_keys_per_node: 250
launch_additional_services: true
additional_services:
  - dora
  - assertoor
#snooper_enabled: true
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/master/assertoor-tests/stability-check.yaml
    - https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/block-proposal-check.yaml
    - https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/eoa-transactions-test.yaml
    - https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/all-opcodes-test.yaml
    - https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/validator-withdrawal-test.yaml
    - https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/validator-exit-test.yaml
    - https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/validator-slashing-test.yaml
    - https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/dencun-opcodes-test.yaml
    - https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/blob-transactions-test.yaml
 ```
  • Loading branch information
sauliusgrigaitis authored Mar 27, 2024
1 parent 2a8d73a commit 9cbe0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ snooper_enabled: true
| Teku BN |||||
| Lodestar BN |||||
| Nimbus BN |||||
| Grandine BN | || ||
| Grandine BN | || ||

## Custom labels for Docker and Kubernetes

Expand Down

0 comments on commit 9cbe0b3

Please sign in to comment.