1. Launch [a consensus monitor](https://github.com/ralexstokes/ethereum_consensus_monitor) instance attached to the network
-[x] do a wait for epoch finalization
1. Optionally block until the Beacon nodes finalize an epoch (i.e. finalized_epoch > 0)
-[] assert that finalization epoch > 0
-[x] wait for CL genesis to occur before adding forkmon - DESCOPED as I don't see the bug
For much more detailed information about how the merge works in Ethereum testnets, see [this document](https://notes.ethereum.org/@ExXcnR0-SJGthjz1dwkA1A/H1MSKgm3F).
-[x] Module IO (this is blocked on Startosis Args working)
-[x] forkmon (this is blocked on CL clients running)
Quickstart
-[x] prometheus (this is blocked on CL clients running)
----------
-[x] grafana (this is blocked on prometheus running)
-[x] grafana needs an upload files endpoint in Startosis
1.[Install Docker if you haven't done so already][docker-installation]
-[x] static_files package
1.[Install the Kurtosis CLI, or upgrade it to the latest version if it's already installed][kurtosis-cli-installation]
-[x] testnet_verifier (this is blocked on CL/EL clients running)
1. Ensure your Docker engine is running:
-[x] transaction_spammer (this is blocked on EL clients running)
```bash
-[x] participant_network/participant_network DEMO
docker image ls
-[x] has most data generation things, needs to start EL/CL clients
```
-[x] needs upload files to be implemented
1. Create a file in your home directory `eth2-module-params.yaml` with the following contents:
-[x] need to fill in the dictionary with all el / cl types
-[x] participant_network/participant
```yaml
-[x] pure POJO should be quick to implement NO BLOCKERS
logLevel:"info"
-[x] mev_boost participant_network/mev_boost NO BLOCKERS - removed some attributes that aren't used
```
-[x] mev_boost_context pure POJO NO BLOCKERS
-[x] mev_boost_launcher NO BLOCKERS
1. Execute the module, passing in the params from the file:
-[x] participant_network/pre_launch_data_generator (the only missing piece here is remove_service)
-[x] participant_network/el (requires facts and waits)
-[x] besu
Management
-[x] facts and waits + private_ip_address_placeholder
----------
-[x] framework
-[x] facts could use more waiting
Kurtosis will create a new enclave to house the services of the Ethereum network. [This page][using-the-cli] contains documentation for managing the created enclave & viewing detailed information about it.
-[x] erigon
-[x] facts and waits + private_ip_address_placeholder
Configuration
-[x] framework
-------------
-[x] geth DEMO
-[x] facts and waits + private_ip_address_placeholder
To configure the module behaviour, you can modify your `eth2-module-params.yaml` file. The full YAML schema that can be passed in is as follows with the defaults ([from here](https://github.com/kurtosis-tech/eth2-module/blob/master/types.proto) provided:
-[x] framework TESTED
-[x] nethermind
Note: Following an update starting the network post-merge, `nimbus` and `prysm` clients don't work anymore. Fixes are tracked in the following Github issues:
-[x] facts and waits + private_ip_address_placeholder
- Prysm: [#11508][prysm-issue]
-[x] framework
- Nimbus: [#4193][nimbus-issue]
-[x] facts could use more waiting
-[x] el_client_context pure POJO NO BLOCKERS
<details>
-[x] el_client_launcher interface not necessary
<summary>Click to show all configuration options</summary>
-[x] el_availability_waiter - facts and waits - DESCOPED facts and waits will do this
-[x] el_rest_client/api_response_objects.go DESCOPED as facts will do this
<!-- Yes, it's weird that none of this is indented but it's intentional - indenting anything inside this "details" expandable will cause it to render weird" -->
-[x] el_rest_client/el_rest_client - facts and waits DESCOPED as facts will do this
```
-[x] participant_network/cl (requires facts and waits)
```
-[x] lighthouse DEMO
</details>
-[x] facts and waits
-[x] framework TESTED
You can find the latest Kiln compatible docker images here: https://notes.ethereum.org/@launchpad/kiln
-[x] lodestar
-[x] facts and waits
Developing On This Module
-[x] framework
-------------------------
-[x] needs longer fact & wait
First, install prerequisites:
-[x] nimbus - eth2-merge-kurtosis-module is broken and so is this