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: gnosis/util-contracts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.7
Choose a base ref
...
head repository: gnosis/util-contracts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 11 commits
  • 15 files changed
  • 7 contributors

Commits on Dec 1, 2020

  1. Bump eslint-utils from 1.3.1 to 1.4.3 (#26)

    Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3.
    - [Release notes](https://github.com/mysticatea/eslint-utils/releases)
    - [Commits](mysticatea/eslint-utils@v1.3.1...v1.4.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    3f6159a View commit details
    Browse the repository at this point in the history
  2. Bump acorn from 6.1.1 to 6.4.1 (#27)

    Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@6.1.1...6.4.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    0c28a3b View commit details
    Browse the repository at this point in the history
  3. Bump lodash from 4.17.10 to 4.17.20 (#36)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.20.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.10...4.17.20)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    fa5f326 View commit details
    Browse the repository at this point in the history
  4. Bump decompress from 4.2.0 to 4.2.1 (#37)

    Bumps [decompress](https://github.com/kevva/decompress) from 4.2.0 to 4.2.1.
    - [Release notes](https://github.com/kevva/decompress/releases)
    - [Commits](kevva/decompress@v4.2.0...v4.2.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    b9c235c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34e5526 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. check if network key exists (#22)

    ran into this problem while using buidler to compile contracts. They don't include network in the artifact by default so this line throws. I've opened an issue on their repo to follow truffle's artifacts format by including the network key. Couldn't hurt to check for the key here anyway...
    okwme authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    2384691 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. [StorageAccessible] invokeStaticDelegatecall (#38)

    * [StorageAccessible] invokeStaticDelegatecall
    
    * unit test for reversion on state change attempt
    fleupold authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    5ba7db9 View commit details
    Browse the repository at this point in the history
  2. Upgrade contracts to solc-6 (#40)

    * compiling and test-passing upgrade to solc-6
    * Update package.json
    * update doc string to make return values more clear
    * add SPDX-License-Identifier in all contract headers
    * use LGPL-3.0-only instead of or-newer
    * call same method on both receive and fallback
    
    Co-authored-by: Nicholas Rodrigues Lordello <nlordell@gmail.com>
    bh2smith and nlordell authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    e39d970 View commit details
    Browse the repository at this point in the history
  3. bump version

    bh2smith committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    1aafd8c View commit details
    Browse the repository at this point in the history
  4. Implement simulateStaticDelegatecall via interface (#44)

    As per @rmeissner's suggestion in #38. This is a much more elegant way of achieving the same thing (no code duplication). Unfortunately this is an API breaking change and we already published the npm package vor v3.0.0. Maybe we can deprecate this package and republish this without a major version update?
    
    ### Test Plan
    
    unit test still passing.
    fleupold authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    3db1e53 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. version bump

    bh2smith committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    1d84e3d View commit details
    Browse the repository at this point in the history
Loading