mirror of https://github.com/embarklabs/embark.git
Merge branch 'features/ipfs-process' of https://github.com/embark-framework/embark into features/ipfs-process
# Conflicts: # lib/contracts/blockchain.js
This commit is contained in:
commit
ff0d24aa1f
|
@ -141,6 +141,7 @@ class Blockchain {
|
||||||
if (err && err !== NO_NODE) {
|
if (err && err !== NO_NODE) {
|
||||||
return cb(err);
|
return cb(err);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
cb(statusObj);
|
cb(statusObj);
|
||||||
});
|
});
|
||||||
}, 5000, 'off');
|
}, 5000, 'off');
|
||||||
|
|
|
@ -3591,7 +3591,7 @@
|
||||||
"ethereumjs-testrpc": {
|
"ethereumjs-testrpc": {
|
||||||
"version": "6.0.3",
|
"version": "6.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/ethereumjs-testrpc/-/ethereumjs-testrpc-6.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/ethereumjs-testrpc/-/ethereumjs-testrpc-6.0.3.tgz",
|
||||||
"integrity": "sha512-lAxxsxDKK69Wuwqym2K49VpXtBvLEsXr1sryNG4AkvL5DomMdeCBbu3D87UEevKenLHBiT8GTjARwN6Yj039gA==",
|
"integrity": "sha1-eguHvzZw+S9gf5j6aniAHZdBsSQ=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"webpack": "3.11.0"
|
"webpack": "3.11.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue