Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

sauliusgrigaitis
Copy link
Contributor

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

@barnabasbusa barnabasbusa changed the title Updated Readme with VCs supported by Grandine BN fix: Updated Readme with VCs supported by Grandine BN Mar 27, 2024
@barnabasbusa barnabasbusa enabled auto-merge (squash) March 27, 2024 13:30
@barnabasbusa barnabasbusa merged commit 9cbe0b3 into ethpandaops:main Mar 27, 2024
17 of 18 checks passed
barnabasbusa pushed a commit that referenced this pull request Mar 28, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.1.0](2.0.0...2.1.0)
(2024-03-28)


### Features

* add beacon snooper
([#520](#520))
([7e36191](7e36191))
* add BN&lt;&gt;CL compatibility matrix to readme
([#519](#519))
([177beeb](177beeb))
* add grandine
([#517](#517))
([3ac4d2a](3ac4d2a))
* enable preset to be set, mainnet/minimal
([#524](#524))
([f6e1b13](f6e1b13))
* make deneb genesis default
([#518](#518))
([49509b9](49509b9))
* make keymanager optional
([#523](#523))
([969012c](969012c))
* update verkle genesis + add besu support to verkle testing
([#512](#512))
([0615cd1](0615cd1))


### Bug Fixes

* architecture.md
([#514](#514))
([f0ec4f0](f0ec4f0))
* blobscan network name
([#516](#516))
([83c2a55](83c2a55))
* **blobscan:** update healthcheck endpoint
([#513](#513))
([8b2fc61](8b2fc61))
* separate vc
([#526](#526))
([baa04e9](baa04e9))
* Updated Readme with VCs supported by Grandine BN
([#527](#527))
([9cbe0b3](9cbe0b3))
* use correct dora & assertoor images
([#522](#522))
([2a8d73a](2a8d73a))
* use new validator names in assertoor config
([#521](#521))
([f595eb9](f595eb9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants