Skip to content

feat: Support participants_matrix#620

Merged
barnabasbusa merged 6 commits intomainfrom
feat/matrix
May 16, 2024
Merged

feat: Support participants_matrix#620
barnabasbusa merged 6 commits intomainfrom
feat/matrix

Conversation

@samcm
Copy link
Member

@samcm samcm commented May 16, 2024

This PR adds a new config argument called participants_matrix, which allows the user to easily spin up a matrix of EL/CL combos. The el and cl keys within this argument can be fully fledged normal participants, so they support the exact same arguments.

For example:

Example 1

participants_matrix:
  el:
  - el_type: geth
  - el_type: besu
  - el_type: reth
  cl:
  - cl_type: nimbus

This config would create the following participants:

  • nimbus-geth
  • nimbus-besu
  • nimbus-reth

Example 2

participants_matrix:
  el:
  - el_type: geth
  - el_type: besu
  - el_type: reth
  cl:
  - cl_type: nimbus
participants:
 - el_type: nethermind
   cl_type: lighthouse

This config would create the following participants:

  • nimbus-geth
  • nimbus-besu
  • nimbus-reth
  • lighthouse-nethermind

Example 3

participants_matrix:
  el:
  - el_type: geth
  - el_type: besu
  - el_type: reth
  cl:
  - cl_type: nimbus
     count: 5

This config would create the following participants:

  • 5x nimbus-geth
  • 5x nimbus-besu
  • 5x nimbus-reth

@barnabasbusa
Copy link
Collaborator

Added support for vc as well, to make cross bn <> vc testing easier in the future.

@barnabasbusa barnabasbusa requested a review from h4ck3rk3y May 16, 2024 14:21
@barnabasbusa barnabasbusa merged commit 3a57467 into main May 16, 2024
@barnabasbusa barnabasbusa deleted the feat/matrix branch May 16, 2024 14:53
barnabasbusa pushed a commit that referenced this pull request Jun 10, 2024
🤖 I have created a release *beep* *boop*
---


##
[3.1.0](3.0.0...3.1.0)
(2024-06-07)


### Features

* add http url to el context
([#656](#656))
([4e69a4c](4e69a4c))
* add prefunded accounts to output
([#657](#657))
([bc06e2a](bc06e2a))
* add tracoor
([#651](#651))
([b100cb6](b100cb6))
* add vc_count to increase the number of validators per participant
([#633](#633))
([4272ff3](4272ff3))
* allow setting custom dora image & env variables
([#623](#623))
([08a65c3](08a65c3))
* **apache:** Serve all config files
([#606](#606))
([3f1f5e1](3f1f5e1))
* **config:** add peerdas vars
([#619](#619))
([22f1498](22f1498))
* expose network-params
([#659](#659))
([b0820dd](b0820dd))
* forky
([#625](#625))
([ded68bd](ded68bd))
* Support participants_matrix
([#620](#620))
([3a57467](3a57467))
* use `peer-das` image for dora when eip7594 is active
([#593](#593))
([1b4bd3d](1b4bd3d))


### Bug Fixes

* add additional prefund addresses
([#655](#655))
([6d2cdb6](6d2cdb6))
* add cl log level to builders
([#638](#638))
([ad46dbd](ad46dbd))
* Add EIP-7002 & EIP-2935 bytecode to ethereum-genesis-generator
([#597](#597))
([3d316ef](3d316ef))
* add http to teku endpoint
([#622](#622))
([085b6e1](085b6e1))
* add peer_das_epoch to egg
([#603](#603))
([91694df](91694df))
* add sha256 as an image label (if present)
([#637](#637))
([3dcf888](3dcf888))
* add static port config for apache
([#608](#608))
([b96e502](b96e502))
* **apache:** only set static port if wanted
([#610](#610))
([2c6b7b1](2c6b7b1))
* blockscout fix for json variant
([#662](#662))
([e79c510](e79c510))
* churn adjustments
([#614](#614))
([12ca872](12ca872))
* default config
([#632](#632))
([14be117](14be117))
* drop everythign after [@sha](https://github.com/sha) from image labels
([#636](#636))
([5d35463](5d35463))
* erigon v3 - new default image
([#629](#629))
([72cf150](72cf150))
* genesis generator bump
([#611](#611))
([5460f6f](5460f6f))
* nightly tests
([#595](#595))
([76c31e9](76c31e9))
* pectra example
([#605](#605))
([67e3da0](67e3da0))
* prysm vc key manager ports
([#639](#639))
([81c1ee7](81c1ee7))
* re-add images to labels
([#634](#634))
([71f6e28](71f6e28))
* README has invalid configs
([#631](#631))
([e33b971](e33b971))
* readme indentation
([#600](#600))
([583db1b](583db1b))
* registration flags when using beacon node only
([#618](#618))
([c12506b](c12506b))
* repair check workflow for external PRs
([#616](#616))
([a584682](a584682))
* seperate vc service names
([#654](#654))
([a5ffe14](a5ffe14))
* tune Besu options to work with tx_spammer
([#612](#612))
([b395189](b395189))
* update dora images
([#598](#598))
([dd28d61](dd28d61))
* update prysm image
([#599](#599))
([0a38114](0a38114))
* use `electra-support` image for assertoor when electra fork epoch is
set
([#607](#607))
([cdeab93](cdeab93))

---
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>
darigaaz86 pushed a commit to darigaaz86/kurtosis-eth that referenced this pull request Nov 12, 2025
🤖 I have created a release *beep* *boop*
---


##
[3.1.0](ethpandaops/ethereum-package@3.0.0...3.1.0)
(2024-06-07)


### Features

* add http url to el context
([#656](ethpandaops/ethereum-package#656))
([4e69a4c](ethpandaops/ethereum-package@4e69a4c))
* add prefunded accounts to output
([#657](ethpandaops/ethereum-package#657))
([bc06e2a](ethpandaops/ethereum-package@bc06e2a))
* add tracoor
([#651](ethpandaops/ethereum-package#651))
([b100cb6](ethpandaops/ethereum-package@b100cb6))
* add vc_count to increase the number of validators per participant
([#633](ethpandaops/ethereum-package#633))
([4272ff3](ethpandaops/ethereum-package@4272ff3))
* allow setting custom dora image & env variables
([#623](ethpandaops/ethereum-package#623))
([08a65c3](ethpandaops/ethereum-package@08a65c3))
* **apache:** Serve all config files
([#606](ethpandaops/ethereum-package#606))
([3f1f5e1](ethpandaops/ethereum-package@3f1f5e1))
* **config:** add peerdas vars
([#619](ethpandaops/ethereum-package#619))
([22f1498](ethpandaops/ethereum-package@22f1498))
* expose network-params
([#659](ethpandaops/ethereum-package#659))
([b0820dd](ethpandaops/ethereum-package@b0820dd))
* forky
([#625](ethpandaops/ethereum-package#625))
([ded68bd](ethpandaops/ethereum-package@ded68bd))
* Support participants_matrix
([#620](ethpandaops/ethereum-package#620))
([3a57467](ethpandaops/ethereum-package@3a57467))
* use `peer-das` image for dora when eip7594 is active
([#593](ethpandaops/ethereum-package#593))
([1b4bd3d](ethpandaops/ethereum-package@1b4bd3d))


### Bug Fixes

* add additional prefund addresses
([#655](ethpandaops/ethereum-package#655))
([6d2cdb6](ethpandaops/ethereum-package@6d2cdb6))
* add cl log level to builders
([#638](ethpandaops/ethereum-package#638))
([ad46dbd](ethpandaops/ethereum-package@ad46dbd))
* Add EIP-7002 & EIP-2935 bytecode to ethereum-genesis-generator
([#597](ethpandaops/ethereum-package#597))
([3d316ef](ethpandaops/ethereum-package@3d316ef))
* add http to teku endpoint
([#622](ethpandaops/ethereum-package#622))
([085b6e1](ethpandaops/ethereum-package@085b6e1))
* add peer_das_epoch to egg
([#603](ethpandaops/ethereum-package#603))
([91694df](ethpandaops/ethereum-package@91694df))
* add sha256 as an image label (if present)
([#637](ethpandaops/ethereum-package#637))
([3dcf888](ethpandaops/ethereum-package@3dcf888))
* add static port config for apache
([#608](ethpandaops/ethereum-package#608))
([b96e502](ethpandaops/ethereum-package@b96e502))
* **apache:** only set static port if wanted
([#610](ethpandaops/ethereum-package#610))
([2c6b7b1](ethpandaops/ethereum-package@2c6b7b1))
* blockscout fix for json variant
([#662](ethpandaops/ethereum-package#662))
([e79c510](ethpandaops/ethereum-package@e79c510))
* churn adjustments
([#614](ethpandaops/ethereum-package#614))
([12ca872](ethpandaops/ethereum-package@12ca872))
* default config
([#632](ethpandaops/ethereum-package#632))
([14be117](ethpandaops/ethereum-package@14be117))
* drop everythign after [@sha](https://github.com/sha) from image labels
([#636](ethpandaops/ethereum-package#636))
([5d35463](ethpandaops/ethereum-package@5d35463))
* erigon v3 - new default image
([#629](ethpandaops/ethereum-package#629))
([72cf150](ethpandaops/ethereum-package@72cf150))
* genesis generator bump
([#611](ethpandaops/ethereum-package#611))
([5460f6f](ethpandaops/ethereum-package@5460f6f))
* nightly tests
([#595](ethpandaops/ethereum-package#595))
([76c31e9](ethpandaops/ethereum-package@76c31e9))
* pectra example
([#605](ethpandaops/ethereum-package#605))
([67e3da0](ethpandaops/ethereum-package@67e3da0))
* prysm vc key manager ports
([#639](ethpandaops/ethereum-package#639))
([81c1ee7](ethpandaops/ethereum-package@81c1ee7))
* re-add images to labels
([#634](ethpandaops/ethereum-package#634))
([71f6e28](ethpandaops/ethereum-package@71f6e28))
* README has invalid configs
([#631](ethpandaops/ethereum-package#631))
([e33b971](ethpandaops/ethereum-package@e33b971))
* readme indentation
([#600](ethpandaops/ethereum-package#600))
([583db1b](ethpandaops/ethereum-package@583db1b))
* registration flags when using beacon node only
([#618](ethpandaops/ethereum-package#618))
([c12506b](ethpandaops/ethereum-package@c12506b))
* repair check workflow for external PRs
([#616](ethpandaops/ethereum-package#616))
([a584682](ethpandaops/ethereum-package@a584682))
* seperate vc service names
([#654](ethpandaops/ethereum-package#654))
([a5ffe14](ethpandaops/ethereum-package@a5ffe14))
* tune Besu options to work with tx_spammer
([#612](ethpandaops/ethereum-package#612))
([b395189](ethpandaops/ethereum-package@b395189))
* update dora images
([#598](ethpandaops/ethereum-package#598))
([dd28d61](ethpandaops/ethereum-package@dd28d61))
* update prysm image
([#599](ethpandaops/ethereum-package#599))
([0a38114](ethpandaops/ethereum-package@0a38114))
* use `electra-support` image for assertoor when electra fork epoch is
set
([#607](ethpandaops/ethereum-package#607))
([cdeab93](ethpandaops/ethereum-package@cdeab93))

---
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.

4 participants