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

Migrate Contracts to Solidity v0.6 #2080

Merged
merged 19 commits into from
Feb 14, 2020
Merged

Migrate Contracts to Solidity v0.6 #2080

merged 19 commits into from
Feb 14, 2020

Commits on Jan 28, 2020

  1. Initial migration to Solidity 0.6.x - v3.0 first steps (#2063)

    * Initial migration, missing GSN, 721, 777 and Crowdsales.
    
    * Add _beforeTokenOperation and _afterTokenOperation.
    
    * Add documentation for hooks.
    
    * Add hooks doc
    
    * Add missing drafts
    
    * Add back ERC721 with hooks
    
    * Bring back ERC777
    
    * Notes on hooks
    
    * Bring back GSN
    
    * Make functions virtual
    
    * Make GSN overrides explicit
    
    * Fix ERC20Pausable tests
    
    * Remove virtual from some view functions
    
    * Update linter
    nventuro committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    716b0a1 View commit details
    Browse the repository at this point in the history
  2. Delete examples

    nventuro committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    81ad8ec View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Remove unnecessary virtual

    nventuro committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    019254f View commit details
    Browse the repository at this point in the history
  2. Remove roles from Pausable

    nventuro committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    ac92109 View commit details
    Browse the repository at this point in the history
  3. Remove roles

    nventuro committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    a716b80 View commit details
    Browse the repository at this point in the history
  4. Remove users of roles

    nventuro committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    134430a View commit details
    Browse the repository at this point in the history
  5. Adapt ERC20 tests

    nventuro committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    8b60bbb View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Fix ERC721 tests

    nventuro committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    4141de7 View commit details
    Browse the repository at this point in the history
  2. Add all ERC721 hooks

    nventuro committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    bb5c739 View commit details
    Browse the repository at this point in the history
  3. Add ERC777 hooks

    nventuro committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    755629a View commit details
    Browse the repository at this point in the history
  4. Fix remaining tests

    nventuro committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    c6781e7 View commit details
    Browse the repository at this point in the history
  5. Bump compiler version

    nventuro committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    1c72343 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59cffcd View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Remove _before hooks

    nventuro committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    7f10f60 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    nventuro committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    272652c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc5bbf3 View commit details
    Browse the repository at this point in the history
  4. Upgrade linter

    nventuro committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    4c9db46 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Put modifiers last

    nventuro committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    291ba32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b677d90 View commit details
    Browse the repository at this point in the history