Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenZeppelin/openzeppelin-contracts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: OpenZeppelin/openzeppelin-contracts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.1-solc-0.7
Choose a head ref
  • 16 commits
  • 140 files changed
  • 3 contributors

Commits on Jul 29, 2020

  1. Migrate contracts to Solidity 0.7 (#2319)

    * Update contract pragmas to solidity 0.7
    
    * Remove internal declaration on constructors
    
    * Reference SafeMath explicitely
    
    * Remove public constructor declaration from abstract contracts
    
    * Remove public constructor declaration from non-abstract contracts
    Elena Gesheva authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    04fc357 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    4eb8d2b View commit details
    Browse the repository at this point in the history
  2. 3.1.0-solc-0.7

    frangio committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    2acb1ab View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Fix function state mutability warning (#2327)

    Changes state mutability of granularity function from view to pure.
    zemse authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    48072e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    89e2b74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c187517 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    22de765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    628dea7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    0ce14a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    29f4a38 View commit details
    Browse the repository at this point in the history
  2. Add -solc-0.7 version tag

    frangio committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    870ea2a View commit details
    Browse the repository at this point in the history
  3. Bump solhint to 3.2.0

    (cherry picked from commit 09d437c)
    frangio committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    c08d143 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7ca35c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    0d7bf01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a83ced View commit details
    Browse the repository at this point in the history
  3. 3.2.1-solc-0.7

    frangio committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    ec8efd5 View commit details
    Browse the repository at this point in the history
Loading