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

Migration to hardhat #914

Merged
merged 78 commits into from
Jan 28, 2021
Merged

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    914a87c View commit details
    Browse the repository at this point in the history
  2. Updating smock

    jjgonecrypto committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    6b97895 View commit details
    Browse the repository at this point in the history
  3. Fixing ci

    jjgonecrypto committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    3d8ed85 View commit details
    Browse the repository at this point in the history
  4. Updating smock

    jjgonecrypto committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    d535a31 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Merge branch 'develop' into migrate-to-hardhat-master-trigger

    # Conflicts:
    #	.circleci/config.yml
    #	package-lock.json
    #	package.json
    #	test/contracts/Synthetix.js
    jjgonecrypto committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    ea4d17b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23a5b67 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    a703cb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8be7b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c27192 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into migrate-to-hardhat-master-trigger

    # Conflicts:
    #	.prettierignore
    jjgonecrypto committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    17347c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ae00d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0428a8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6637fed View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    cf82533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1f6ca0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    195ed97 View commit details
    Browse the repository at this point in the history
  4. Moving locations

    jjgonecrypto committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    8b2d9f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f601b25 View commit details
    Browse the repository at this point in the history
  6. Fixing tests

    jjgonecrypto committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    6d443fa View commit details
    Browse the repository at this point in the history
  7. Fork and gas support

    jjgonecrypto committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    abe0763 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e395ba View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Enabling gas

    jjgonecrypto committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    a03ff92 View commit details
    Browse the repository at this point in the history
  2. Restores ability to read contract sizes in hardhat refactor (#929)

    * Restore ability to read contract sizes
    
    * Linter fix
    eternauta1337 authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    9e3b717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d847baf View commit details
    Browse the repository at this point in the history
  4. Clean install

    eternauta1337 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    087c060 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e9ca09 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Reduced circleci usage (#933)

    * Remove large circleci resource usage
    
    * Only use mainnet forks in CI
    
    * Built CI
    eternauta1337 authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    ccb14c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    3d732d7 View commit details
    Browse the repository at this point in the history
  2. POC legacy mechanism alternative (#938)

    * POC legacy mechanism alternative
    
    * remove all legacy stuff
    
    * Restored linking in setup script
    
    * Use regex for non-upgradeable matches
    eternauta1337 authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    bb624d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Pull develop

    eternauta1337 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    aa442c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc1ddad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a446006 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    e59aa4d View commit details
    Browse the repository at this point in the history
  2. Prod tests working

    eternauta1337 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    7345bcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17edcc9 View commit details
    Browse the repository at this point in the history
  4. Bugfix for unit tests

    eternauta1337 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    7f4f125 View commit details
    Browse the repository at this point in the history
  5. Removed fork command

    eternauta1337 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    bb3ec48 View commit details
    Browse the repository at this point in the history
  6. CI fix

    eternauta1337 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    02f6788 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6855f62 View commit details
    Browse the repository at this point in the history
  8. Built ci

    eternauta1337 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    570a63b View commit details
    Browse the repository at this point in the history
  9. Bugfix in CI

    eternauta1337 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    77fe938 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd01a8a View commit details
    Browse the repository at this point in the history
  11. Fix CI

    eternauta1337 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    75051e8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    41ea3b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Build CI

    eternauta1337 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    6aaaed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dffeac4 View commit details
    Browse the repository at this point in the history
  3. Updated deps

    eternauta1337 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    b594263 View commit details
    Browse the repository at this point in the history
  4. Fixes coverage

    eternauta1337 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    b95a930 View commit details
    Browse the repository at this point in the history
  5. Tweak CI

    eternauta1337 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    2fdbcba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e7d712 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4ac263 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00c5a88 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    433f782 View commit details
    Browse the repository at this point in the history
  10. Pull develop

    eternauta1337 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    f6830b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a0f4e3a View commit details
    Browse the repository at this point in the history
  12. Log address chunk info

    eternauta1337 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    fb0bf91 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4fc97d2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6be9427 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    09c654d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    635b05a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    65738a5 View commit details
    Browse the repository at this point in the history
  18. Rebuilding lockfile

    jjgonecrypto committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    231b428 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2658d86 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a332fe7 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Final fixes

    jjgonecrypto committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    9b65836 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. Adding ovm compile step

    jjgonecrypto committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    369ff77 View commit details
    Browse the repository at this point in the history
  2. REbuilding lockfile 🔒

    jjgonecrypto committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    5f5f81b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Update hardhat branch to latest develop (#1061)

    * Update to develop
    
    * Lint fixes
    
    * Reduce Collateral contract size for hardhat
    
    * Bugfix on publish test
    
    * Ignore safety checks in CI prod diff tests
    
    * Fix unit tests for hardhat
    
    * Import dotenv at hardhat entry point
    
    * Bugfix on CI
    
    * Bugfix on deploy script
    
    * Build CI script
    eternauta1337 authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    f53087d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7c0778 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96a1206 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5acd879 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2aa8f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f97da99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5017484 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    a25566d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    706655d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43ff1a5 View commit details
    Browse the repository at this point in the history
  4. fix ovm testing

    K-Ho committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    371b8a0 View commit details
    Browse the repository at this point in the history