Upgrade solidity coverage to ^0.2.1

This commit is contained in:
cgewecke
2017-08-12 14:20:14 -07:00
parent b972f43513
commit 3e02f45f67
3 changed files with 1046 additions and 380 deletions

View File

@ -40,7 +40,7 @@
"ethereumjs-testrpc": "^3.0.2",
"mocha-lcov-reporter": "^1.3.0",
"moment": "^2.18.1",
"solidity-coverage": "^0.1.7",
"solidity-coverage": "^0.2.1",
"truffle": "^3.4.6",
"truffle-hdwallet-provider": "0.0.3"
}

View File

@ -19,7 +19,7 @@ if testrpc_running; then
else
echo "Starting testrpc-sc to generate coverage"
# We define 10 accounts with balance 1M ether, needed for high-value tests.
./node_modules/ethereumjs-testrpc-sc/bin/testrpc --gasLimit 0xfffffffffff --port 8555 \
./node_modules/ethereumjs-testrpc-sc/build/cli.node.js --gasLimit 0xfffffffffff --port 8555 \
--account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501200,1000000000000000000000000" \
--account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501201,1000000000000000000000000" \
--account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501202,1000000000000000000000000" \

1422
yarn.lock

File diff suppressed because it is too large Load Diff