1. 10 Feb, 2025 3 commits
  2. 03 Feb, 2025 1 commit
  3. 01 Feb, 2025 2 commits
  4. 31 Jan, 2025 1 commit
  5. 27 Jan, 2025 1 commit
  6. 25 Jan, 2025 3 commits
  7. 16 Jan, 2025 2 commits
  8. 14 Jan, 2025 1 commit
  9. 10 Jan, 2025 1 commit
  10. 09 Jan, 2025 2 commits
  11. 07 Jan, 2025 1 commit
  12. 20 Dec, 2024 1 commit
  13. 18 Dec, 2024 2 commits
  14. 13 Dec, 2024 3 commits
  15. 12 Dec, 2024 2 commits
  16. 11 Dec, 2024 2 commits
  17. 06 Dec, 2024 3 commits
  18. 05 Dec, 2024 2 commits
  19. 04 Dec, 2024 3 commits
  20. 03 Dec, 2024 2 commits
  21. 30 Nov, 2024 1 commit
  22. 29 Nov, 2024 1 commit
    • ZT's avatar
      feat: Add-blockscout_params (#838) · 777ec065
      ZT authored
      fix #837 
      the default blockscout image version does not work on my machine. 
      so i added the blockscout_params for blockscout service. now user can
      customize the image versions they want to use.
      it contains two params:
      ```yaml
      blockscout_params:
        # blockscout docker image to use
        # Defaults to the latest image
        image: "blockscout/blockscout:latest"
        # blockscout smart contract verifier image to use
        # Defaults to ghcr.io/blockscout/smart-contract-verifier:v1.9.0
        verif_image: "ghcr.io/blockscout/smart-contract-verifier:v1.9.0"
      ```
      
      i already tested it on my machine and it worke well.
      
      ---------
      Co-authored-by: default avatarBarnabas Busa <barnabas.busa@ethereum.org>
      Co-authored-by: default avatarBarnabas Busa <busa.barnabas@gmail.com>
      777ec065