File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 21
21
"license" : " ISC" ,
22
22
"dependencies" : {
23
23
"death" : " ^1.1.0" ,
24
- "ethereumjs-testrpc-sc" : " 6.4.5-sc.2 " ,
24
+ "ethereumjs-testrpc-sc" : " 6.4.5-sc.3 " ,
25
25
"istanbul" : " ^0.4.5" ,
26
26
"keccakjs" : " ^0.2.1" ,
27
27
"req-cwd" : " ^1.0.1" ,
37
37
"ethereumjs-account" : " ~2.0.4" ,
38
38
"ethereumjs-tx" : " ^1.2.2" ,
39
39
"ethereumjs-util" : " ^5.0.1" ,
40
- "ethereumjs-vm" : " git+ https://github.com/sc-forks/ethereumjs-vm-sc.git#3c328147a2c48a379af775930f52c439813a21e2 " ,
40
+ "ethereumjs-vm" : " https://github.com/sc-forks/ethereumjs-vm-sc.git#b77327985b480ace0f11bc899475cadf981ddb65 " ,
41
41
"merkle-patricia-tree" : " ~2.1.2" ,
42
42
"mocha" : " ^4.1.0" ,
43
43
"request" : " ^2.88.0" ,
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ describe('app', () => {
341
341
collectGarbage ( ) ;
342
342
} ) ;
343
343
344
- it . skip ( 'contract sends / transfers to instrumented fallback: coverage, cleanup & exit(0)' , ( ) => {
344
+ it ( 'contract sends / transfers to instrumented fallback: coverage, cleanup & exit(0)' , ( ) => {
345
345
// Skipped due to https://github.com/sc-forks/solidity-coverage/issues/106
346
346
// Validate ethereumjs-vm hack to remove gas constraints on transfer() and send()
347
347
assert ( pathExists ( './coverage' ) === false , 'should start without: coverage' ) ;
Original file line number Diff line number Diff line change @@ -913,10 +913,10 @@ ethereumjs-common@^1.1.0:
913
913
resolved "https://registry.yarnpkg.com/ethereumjs-common/-/ethereumjs-common-1.3.0.tgz#ca7d152b615d5e1851fcf184d062bf14c62c18e6"
914
914
integrity sha512-/jdFHyHOIS3FiAnunwRZ+oNulFtNNSHyWii3PaNHReOUmBAxij7KMyZLKh0tE16JEsJtXOVz1ceYuq++ILzv+g==
915
915
916
-
917
- version "6.4.5-sc.2 "
918
- resolved "https://registry.yarnpkg.com/ethereumjs-testrpc-sc/-/ethereumjs-testrpc-sc-6.4.5-sc.2 .tgz#c6cd72c7fbaad30ea4c254b98efeb451d185d336 "
919
- integrity sha512-vqumwbUkH/FCTBkzgL21Pfh9Q5DXVN3o+yoi8u7vsBZSubj0+msg7NBIlU7bkolk2LRpTf4gX6dFab7eY+TNtw ==
916
+
917
+ version "6.4.5-sc.3 "
918
+ resolved "https://registry.yarnpkg.com/ethereumjs-testrpc-sc/-/ethereumjs-testrpc-sc-6.4.5-sc.3 .tgz#7c02bfb4c07f32d0ccb30140b61736e5f1bb71c4 "
919
+ integrity sha512-uQD5Tf+C1QgXRx4GkYnlkB6UxLInkbn2gZzwAKLbnDKIzqcv4JiKVUJxnHyYrbXAu0IAxexus7jYnpju2yDHqw ==
920
920
dependencies :
921
921
bn.js "4.11.8"
922
922
source-map-support "0.5.9"
@@ -967,9 +967,9 @@ ethereumjs-util@^6.0.0:
967
967
safe-buffer "^5.1.1"
968
968
secp256k1 "^3.0.1"
969
969
970
- " ethereumjs-vm@git+ https://github.com/sc-forks/ethereumjs-vm-sc.git#3c328147a2c48a379af775930f52c439813a21e2 " :
970
+ " ethereumjs-vm@https://github.com/sc-forks/ethereumjs-vm-sc.git#b77327985b480ace0f11bc899475cadf981ddb65 " :
971
971
version "2.6.0"
972
- resolved "git+ https://github.com/sc-forks/ethereumjs-vm-sc.git#3c328147a2c48a379af775930f52c439813a21e2 "
972
+ resolved "https://github.com/sc-forks/ethereumjs-vm-sc.git#b77327985b480ace0f11bc899475cadf981ddb65 "
973
973
dependencies :
974
974
async "^2.1.2"
975
975
async-eventemitter "^0.2.2"
You can’t perform that action at this time.
0 commit comments