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