1. 22 Sep, 2023 1 commit
    • Gyanendra Mishra's avatar
      fix: bug with participant counts that lead to more than needed participants (#221) · 7b93f1ce
      Gyanendra Mishra authored
      ```json
      {
          "participants": [
            {
              "el_client_type": "geth",
              "el_client_image": "ethpandaops/geth:lightclient-devnet-8-edf4ab3",
              "cl_client_type": "lighthouse",
              "cl_client_image": "sigp/lighthouse:deneb",
              "count": 1
            },
            {
              "el_client_type": "geth",
              "el_client_image": "ethpandaops/geth:lightclient-devnet-8-edf4ab3",
              "cl_client_type": "teku",
              "cl_client_image": "consensys/teku:develop",
              "count": 3
            }
          ]
        }
      ```
      
      Sample input would misbehave before this fix
      7b93f1ce
  2. 21 Sep, 2023 2 commits
  3. 20 Sep, 2023 10 commits
  4. 19 Sep, 2023 4 commits
  5. 18 Sep, 2023 2 commits
  6. 15 Sep, 2023 1 commit
  7. 14 Sep, 2023 3 commits
  8. 12 Sep, 2023 1 commit
  9. 11 Sep, 2023 2 commits
  10. 06 Sep, 2023 2 commits
  11. 05 Sep, 2023 1 commit
  12. 04 Sep, 2023 4 commits
  13. 03 Sep, 2023 2 commits
  14. 01 Sep, 2023 1 commit
  15. 31 Aug, 2023 2 commits
  16. 30 Aug, 2023 2 commits