Commit 9cbe0b36 authored by Saulius Grigaitis's avatar Saulius Grigaitis Committed by GitHub

fix: Updated Readme with VCs supported by Grandine BN (#527)

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
 ```
parent 2a8d73ab
......@@ -829,7 +829,7 @@ snooper_enabled: true
| Teku BN | ✅ | ❌ | ✅ | ✅ | ✅
| Lodestar BN | ✅ | ❌ | ❌ | ✅ | ❌
| Nimbus BN | ✅ | ❌ | ✅ | ✅ | ✅
| Grandine BN | ❌ | ❌ | ❌ | ❌ | ❌
| Grandine BN | ✅ | ❌ | ✅ | ❌ | ❌
## Custom labels for Docker and Kubernetes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment