diff --git a/dapps/tests/contracts/test/simple_storage_spec.js b/dapps/tests/contracts/test/simple_storage_spec.js index ebd9dbeff3..79aa9635d8 100644 --- a/dapps/tests/contracts/test/simple_storage_spec.js +++ b/dapps/tests/contracts/test/simple_storage_spec.js @@ -13,14 +13,13 @@ config({ }); contract("SimpleStorage", function () { - this.timeout(0); - it("should set constructor value", async function () { let result = await SimpleStorage.methods.storedData().call(); assert.strictEqual(parseInt(result, 10), 100); }); it("set storage value", async function () { + this.timeout(0); const toSend = SimpleStorage.methods.set(150); const gas = await toSend.estimateGas(); await toSend.send({gas}); diff --git a/packages/embark/package.json b/packages/embark/package.json index 0d31a185e3..ce6ed013c5 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -90,7 +90,7 @@ "find-up": "2.1.0", "flatted": "0.2.3", "fs-extra": "8.1.0", - "ganache-cli": "6.7.0", + "ganache-cli": "6.8.2", "glob": "7.1.4", "globule": "1.2.1", "hosted-git-info": "2.7.1", diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index f57e96695e..f30a8aa81d 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -46,7 +46,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "ganache-cli": "6.7.0" + "ganache-cli": "6.8.2" }, "devDependencies": { "embark-solo": "^5.1.0-nightly.1", diff --git a/yarn.lock b/yarn.lock index aacecaf0d8..d6c2de6441 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10383,10 +10383,10 @@ fuzzy@0.1.3: resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8" integrity sha1-THbsL/CsGjap3M+aAN+GIweNTtg= -ganache-cli@6.7.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/ganache-cli/-/ganache-cli-6.7.0.tgz#b59845578221bdf686cf124d007c5ee62e85a62f" - integrity sha512-9CZsClo9hl5MxGL7hkk14mie89Q94P0idh92jcV7LmppTYTCG7SHatuwcfqN7emFHArMt3fneN4QbH2do2N6Ow== +ganache-cli@6.8.2: + version "6.8.2" + resolved "https://registry.yarnpkg.com/ganache-cli/-/ganache-cli-6.8.2.tgz#357b5ea93f013a7f0fce4ede1b8bec8613e95dd3" + integrity sha512-FgsJx/hHh7A1/fmSQpNT5jxZ3dYEal4zQMqYyA8Bm7S6MgrVO48hIjnROn2JteubHY8Rob8LzxMkhEvoQce7WA== dependencies: ethereumjs-util "6.1.0" source-map-support "0.5.12"