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