1. 23 Sep, 2024 2 commits
  2. 19 Sep, 2024 1 commit
  3. 18 Sep, 2024 1 commit
  4. 17 Sep, 2024 1 commit
    • Dmitrii Shmatko's avatar
      fix: `metrics-host-allowlist` for Teku (#765) · ad75fcce
      Dmitrii Shmatko authored
      Currently `'*'` is passed to Teku, which is not correct, so I see `Not
      Authorized` when trying to access Teku metrics, Prometheus says that
      Teku is down because of 403, and Grafana metrics are empty.
      Only `*` should be passed, which is the purpose of the fix.
      I don't know how to test it, so not 100% on the fix.
      ad75fcce
  5. 12 Sep, 2024 1 commit
  6. 10 Sep, 2024 2 commits
  7. 29 Aug, 2024 1 commit
  8. 28 Aug, 2024 1 commit
  9. 26 Aug, 2024 1 commit
  10. 20 Aug, 2024 1 commit
  11. 19 Aug, 2024 3 commits
  12. 16 Aug, 2024 1 commit
  13. 15 Aug, 2024 3 commits
  14. 14 Aug, 2024 1 commit
  15. 13 Aug, 2024 3 commits
  16. 09 Aug, 2024 2 commits
  17. 06 Aug, 2024 4 commits
  18. 31 Jul, 2024 1 commit
  19. 29 Jul, 2024 2 commits
  20. 16 Jul, 2024 1 commit
  21. 15 Jul, 2024 4 commits
  22. 13 Jul, 2024 1 commit
    • pk910's avatar
      fix: allow vc properties in participants_matrix.cl (#715) · c8b9b19c
      pk910 authored
      allow setting vc_* properties in participants_matrix.cl:
      
      ```
      participants_matrix:
        el:
          - el_type: nethermind
            el_image: nethermindeth/nethermind:pectra
          - el_type: geth
            el_image: ethpandaops/geth:lightclient-prague-devnet-1
        cl:
          - cl_type: teku
            cl_image: ethpandaops/teku:master
          - cl_type: nimbus
            cl_image: ethpandaops/nimbus-eth2:unstable
          - cl_type: lodestar
            cl_image: ethpandaops/lodestar:electra-fork
            vc_max_mem: 1024
          - cl_type: grandine
            cl_image: ethpandaops/grandine:electra
      ```
      
      in the example above, lodestar vc needs more than 500M memory for key
      import, so I'd like to override the vc_max_mem accordingly.
      This is theoretically allowed by the logic, but the new sanity check
      prevents it.
      c8b9b19c
  23. 09 Jul, 2024 1 commit
  24. 04 Jul, 2024 1 commit