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

Add Create2 library #1744

Merged
Prev Previous commit
Next Next commit
Upgrade sol-coverage
nventuro committed Sep 6, 2019
commit c2c2afede38b09f6b673fa597d89fab753a81870
2 changes: 0 additions & 2 deletions .solcover.js
Original file line number Diff line number Diff line change
@@ -3,8 +3,6 @@ module.exports = {
testCommand: 'node --max-old-space-size=4096 ../node_modules/.bin/truffle test --network coverage',
compileCommand: 'node --max-old-space-size=4096 ../node_modules/.bin/truffle compile --network coverage',
skipFiles: [
'lifecycle/Migrations.sol',
'mocks',
'utils/Create2.sol'
]
}
7,179 changes: 4,071 additions & 3,108 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@
"nodemon": "^1.19.0",
"openzeppelin-test-helpers": "^0.4",
"solhint": "2.1.0",
"solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477",
"solidity-coverage": "^0.6.5",
"solidity-docgen": "^0.3.0-beta.4",
"truffle": "^5.0.18"
}