1. 07 Oct, 2024 2 commits
  2. 04 Oct, 2024 1 commit
  3. 03 Oct, 2024 1 commit
    • D's avatar
      chore: bump blockscout version (#787) · 4d07aea8
      D authored
      Currently the 6.7.2 introduced reth support.
      
      Even tho the workaround (below) is still in the code, it fixes some
      indexing issue. (Specifically something with the transaction receipts
      decoding).
      
      Still active (and if removed, still not working) workaround:
      ```
       "ETHEREUM_JSONRPC_VARIANT": "erigon"
                  if el_client_name == "erigon" or el_client_name == "reth"
                  else el_client_name,
      ```
      Co-authored-by: default avatarKeszey Dániel <keszeyd@MacBook-Pro.local>
      4d07aea8
  4. 02 Oct, 2024 3 commits
  5. 27 Sep, 2024 1 commit
  6. 25 Sep, 2024 2 commits
  7. 23 Sep, 2024 2 commits
  8. 19 Sep, 2024 1 commit
  9. 18 Sep, 2024 1 commit
  10. 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
  11. 12 Sep, 2024 1 commit
  12. 10 Sep, 2024 2 commits
  13. 29 Aug, 2024 1 commit
  14. 28 Aug, 2024 1 commit
  15. 26 Aug, 2024 1 commit
  16. 20 Aug, 2024 1 commit
  17. 19 Aug, 2024 3 commits
  18. 16 Aug, 2024 1 commit
  19. 15 Aug, 2024 3 commits
  20. 14 Aug, 2024 1 commit
  21. 13 Aug, 2024 3 commits
  22. 09 Aug, 2024 2 commits
  23. 06 Aug, 2024 4 commits
  24. 31 Jul, 2024 1 commit