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

buidler-etherscan plugin import #234

Merged
merged 47 commits into from Jul 5, 2019
Merged

buidler-etherscan plugin import #234

merged 47 commits into from Jul 5, 2019

Commits on Jun 19, 2019

  1. Initial commit

    alcuadrado authored and jjant committed Jun 19, 2019
    Copy the full SHA
    42ea0d0 View commit details
    Browse the repository at this point in the history
  2. Initial version

    alcuadrado authored and jjant committed Jun 19, 2019
    Copy the full SHA
    3425b47 View commit details
    Browse the repository at this point in the history
  3. Add recommended README structure

    fzeoli authored and jjant committed Jun 19, 2019
    Copy the full SHA
    fe0b4c5 View commit details
    Browse the repository at this point in the history
  4. Update buidler version

    alcuadrado authored and jjant committed Jun 19, 2019
    Copy the full SHA
    69bed43 View commit details
    Browse the repository at this point in the history
  5. Update Buidler version

    alcuadrado authored and jjant committed Jun 19, 2019
    Copy the full SHA
    3e50a50 View commit details
    Browse the repository at this point in the history
  6. Update Buidler version

    alcuadrado authored and jjant committed Jun 19, 2019
    Copy the full SHA
    4083018 View commit details
    Browse the repository at this point in the history
  7. fix test

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    05bcd4c View commit details
    Browse the repository at this point in the history
  8. ignore IDE settings files

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    da503fa View commit details
    Browse the repository at this point in the history
  9. add etherscan configuration

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    a99f33d View commit details
    Browse the repository at this point in the history
  10. get flatten contract source

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    8af0b64 View commit details
    Browse the repository at this point in the history
  11. verification params

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    7c620ae View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    2692fbd View commit details
    Browse the repository at this point in the history
  13. etherscan service

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    848d72f View commit details
    Browse the repository at this point in the history
  14. removes ganache because not used

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    16e73bd View commit details
    Browse the repository at this point in the history
  15. reorg tests

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    22b6984 View commit details
    Browse the repository at this point in the history
  16. working etherscan verification submission

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    6e5b7b5 View commit details
    Browse the repository at this point in the history
  17. add verification status checking

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    b9b9892 View commit details
    Browse the repository at this point in the history
  18. lint fixes

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    da7c30c View commit details
    Browse the repository at this point in the history
  19. implements checking for contract name

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    1965c05 View commit details
    Browse the repository at this point in the history
  20. constructor argument encoding

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    0c451c7 View commit details
    Browse the repository at this point in the history
  21. lint fixes

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    30938d2 View commit details
    Browse the repository at this point in the history
  22. adds tests for abi encoder

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    cb91602 View commit details
    Browse the repository at this point in the history
  23. contract compiler tests

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    c4af90c View commit details
    Browse the repository at this point in the history
  24. SolcVersions unit tests

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    6634d37 View commit details
    Browse the repository at this point in the history
  25. add integration test for solc versions

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    f5f9180 View commit details
    Browse the repository at this point in the history
  26. lint fixes

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    1bcc49e View commit details
    Browse the repository at this point in the history
  27. add integration tests

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    953aacd View commit details
    Browse the repository at this point in the history
  28. updates readme

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    b4e0a7f View commit details
    Browse the repository at this point in the history
  29. lint fixes

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    7814679 View commit details
    Browse the repository at this point in the history
  30. address PR comments

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    e7ab77b View commit details
    Browse the repository at this point in the history
  31. lint fixes

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    2883991 View commit details
    Browse the repository at this point in the history
  32. fix end config class redeclaration

    mpetrunic authored and jjant committed Jun 19, 2019
    Copy the full SHA
    a9f97cc View commit details
    Browse the repository at this point in the history
  33. Initial import

    alcuadrado authored and jjant committed Jun 19, 2019
    Copy the full SHA
    c868135 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. WIP

    jjant committed Jun 21, 2019
    Copy the full SHA
    33c042b View commit details
    Browse the repository at this point in the history
  2. Refactor

    jjant committed Jun 21, 2019
    Copy the full SHA
    a5dd742 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Remove unnecessary code

    jjant committed Jun 25, 2019
    Copy the full SHA
    f068ec4 View commit details
    Browse the repository at this point in the history
  2. Libraries work on Etherscan

    jjant committed Jun 25, 2019
    Copy the full SHA
    cd18574 View commit details
    Browse the repository at this point in the history
  3. Fix lint issues

    jjant committed Jun 25, 2019
    Copy the full SHA
    78248cd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Copy the full SHA
    34f2a85 View commit details
    Browse the repository at this point in the history
  2. Skip integration test

    jjant committed Jul 1, 2019
    Copy the full SHA
    e7f0c56 View commit details
    Browse the repository at this point in the history
  3. Defer env vars checks

    jjant committed Jul 1, 2019
    Copy the full SHA
    b36c1d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. removing contract compiler

    jjant committed Jul 4, 2019
    Copy the full SHA
    c71ef77 View commit details
    Browse the repository at this point in the history
  2. Removed ContractCompiler class

    jjant committed Jul 4, 2019
    Copy the full SHA
    561e4a7 View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    jjant committed Jul 4, 2019
    Copy the full SHA
    1d6f1b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Add usage example to Readme

    jjant committed Jul 5, 2019
    Copy the full SHA
    3a20618 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5341ce8 View commit details
    Browse the repository at this point in the history
  3. Fix lint issues

    jjant committed Jul 5, 2019
    Copy the full SHA
    13805a7 View commit details
    Browse the repository at this point in the history