Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

platform: etherscan: add support for v2 API #574

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Commits on Oct 26, 2024

  1. platform: etherscan: add support for v2 API

    The v2 API offers a way to query 50+ chains with a single endpoint
    and API key, simplifying queries and key management.
    
    https://docs.etherscan.io/etherscan-v2
    elopez committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    0d121d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5cddc5 View commit details
    Browse the repository at this point in the history
  3. tests: vyper: fix compilation failure

    0.4 is now used in newer Python versions, which we don't yet support fully
    
      Testing vyper integration of /opt/hostedtoolcache/Python/3.12.7/x64/bin/crytic-compile
      ERROR:CryticCompile:missing type annotation
    
        (hint: did you mean something like `for i: uint256 in ...`?)
    
        line 111:4
             110     refund: uint256 = 0
        ---> 111     for i in range(MAX_BIDS):
        -------------^
             112         # Note that loop may break sooner than 128 iterations if i >= _numBids
    
      ERROR:CryticCompile:Vyper compilation errored
      vyper test failed
    elopez committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    61ce91b View commit details
    Browse the repository at this point in the history