1. 16 Oct, 2024 1 commit
  2. 15 Oct, 2024 1 commit
  3. 11 Oct, 2024 1 commit
  4. 10 Oct, 2024 1 commit
  5. 09 Oct, 2024 4 commits
  6. 07 Oct, 2024 3 commits
  7. 04 Oct, 2024 1 commit
  8. 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
  9. 02 Oct, 2024 3 commits
  10. 27 Sep, 2024 1 commit
  11. 25 Sep, 2024 2 commits
  12. 23 Sep, 2024 2 commits
  13. 19 Sep, 2024 1 commit
  14. 18 Sep, 2024 1 commit
  15. 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
  16. 12 Sep, 2024 1 commit
  17. 10 Sep, 2024 2 commits
  18. 29 Aug, 2024 1 commit
  19. 28 Aug, 2024 1 commit
  20. 26 Aug, 2024 1 commit
  21. 20 Aug, 2024 1 commit
  22. 19 Aug, 2024 3 commits
  23. 16 Aug, 2024 1 commit
  24. 15 Aug, 2024 3 commits
  25. 14 Aug, 2024 1 commit
  26. 13 Aug, 2024 1 commit