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

Allow different tools to be enabled/disabled #118

Closed
barnabasbusa opened this issue Aug 10, 2023 · 0 comments · Fixed by #220
Closed

Allow different tools to be enabled/disabled #118

barnabasbusa opened this issue Aug 10, 2023 · 0 comments · Fixed by #220
Assignees
Labels
good first issue Good for newcomers

Comments

@barnabasbusa
Copy link
Contributor

barnabasbusa commented Aug 10, 2023

instead of

{
  "participants": [
    {
      "el_client_type": "geth",
      "el_client_image": "ethpandaops/geth:dencun-devnet-8",
      "cl_client_type": "lighthouse",
      "cl_client_image": "ethpandaops/lighthouse:deneb-free-blobs",
      "count": 4
    }
  ],
  "network_params": {
    "capella_fork_epoch": 2,
    "deneb_fork_epoch": 4,
    "num_validator_keys_per_node": 77
  },
  "launch_additional_services": true,
  "wait_for_finalization": false,
  "wait_for_verifications": false,
  "global_client_log_level": "info"
}

have something like this:

{
  "participants": [
    {
      "el_client_type": "geth",
      "el_client_image": "ethpandaops/geth:dencun-devnet-8",
      "cl_client_type": "lighthouse",
      "cl_client_image": "ethpandaops/lighthouse:deneb-free-blobs",
      "count": 4
    }
  ],
  "network_params": {
    "capella_fork_epoch": 2,
    "deneb_fork_epoch": 4,
    "num_validator_keys_per_node": 77
  },
  "launch_additional_services": ['el-forkmon','tx_fuzz' ...]
  "wait_for_finalization": false,
  "wait_for_verifications": false,
  "global_client_log_level": "info"
}
@barnabasbusa barnabasbusa added the good first issue Good for newcomers label Aug 18, 2023
@h4ck3rk3y h4ck3rk3y assigned h4ck3rk3y and unassigned h4ck3rk3y Sep 19, 2023
@victorcolombo victorcolombo self-assigned this Sep 20, 2023
h4ck3rk3y added a commit that referenced this issue Sep 22, 2023
Closes #118

---------

Co-authored-by: Gyanendra Mishra <anomaly.the@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants