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

Verify contracts using Solc standard JSON input #416

Merged

Commits on Jan 1, 2020

  1. Configuration menu
    Copy the full SHA
    9687f40 View commit details
    Browse the repository at this point in the history
  2. Increase timeout in plugin tests to handle testnet slow response times

    Fix some errors in plugin tests
    Use Solc version 0.5.15 to obtain source verification on Etherscan
    Add contracts with name clash in test project
    Add test to check source verification using contracts with name clash
    canepat committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    35cf88a View commit details
    Browse the repository at this point in the history
  3. Add load/save functions for Solc standard JSON input

    Save the Solc standard JSON input before compiling
    Load the Solc standard JSON input for verifying
    Change the Etherscan API parameters to use the Solc standard JSON input
    canepat committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    2e0cdc5 View commit details
    Browse the repository at this point in the history
  4. Remove only filter used for debug from test section

    Improve integration test descriptions
    canepat committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    09c95df View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Get the Solc input from Buidler cache

    Remove unuseful custom load and save for Solc input
    canepat committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    97277d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Add support for Etherscan full contract name

    canepat committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    3695e1c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Merge branch 'development' of github.com:nomiclabs/buidler into verif…

    …y-using-solc-input
    canepat committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    ed8d5d0 View commit details
    Browse the repository at this point in the history