-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: gnosis/util-contracts
base: v2.0.7
head repository: gnosis/util-contracts
compare: v3.0.1
- 11 commits
- 15 files changed
- 7 contributors
Commits on Dec 1, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3f6159a - Browse repository at this point
Copy the full SHA 3f6159aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0c28a3b - Browse repository at this point
Copy the full SHA 0c28a3bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fa5f326 - Browse repository at this point
Copy the full SHA fa5f326View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b9c235c - Browse repository at this point
Copy the full SHA b9c235cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34e5526 - Browse repository at this point
Copy the full SHA 34e5526View commit details
Commits on Dec 3, 2020
-
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...
Configuration menu - View commit details
-
Copy full SHA for 2384691 - Browse repository at this point
Copy the full SHA 2384691View commit details
Commits on Dec 7, 2020
-
[StorageAccessible] invokeStaticDelegatecall (#38)
* [StorageAccessible] invokeStaticDelegatecall * unit test for reversion on state change attempt
Configuration menu - View commit details
-
Copy full SHA for 5ba7db9 - Browse repository at this point
Copy the full SHA 5ba7db9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e39d970 - Browse repository at this point
Copy the full SHA e39d970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aafd8c - Browse repository at this point
Copy the full SHA 1aafd8cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3db1e53 - Browse repository at this point
Copy the full SHA 3db1e53View commit details
Commits on Dec 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1d84e3d - Browse repository at this point
Copy the full SHA 1d84e3dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.7...v3.0.1