Merge pull request #2898 from ethereum/fix#2864
Txlistener reads on the last compilation per file and not only the last one
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -55,13 +55,13 @@ | ... | @@ -55,13 +55,13 @@ |
"npm-merge-driver": "^2.3.5", | "npm-merge-driver": "^2.3.5", | ||
"npm-run-all": "^4.0.2", | "npm-run-all": "^4.0.2", | ||
"onchange": "^3.2.1", | "onchange": "^3.2.1", | ||
"remix-analyzer": "0.5.2", | "remix-analyzer": "0.5.3", | ||
"remix-debug": "0.4.4", | "remix-debug": "0.4.5", | ||
"remix-lib": "0.4.29", | "remix-lib": "0.4.30", | ||
"remix-simulator": "0.1.9-beta.5", | "remix-simulator": "0.1.9-beta.6", | ||
"remix-solidity": "0.3.30", | "remix-solidity": "0.3.31", | ||
"remix-tabs": "1.0.48", | "remix-tabs": "1.0.48", | ||
"remix-tests": "0.1.33", | "remix-tests": "0.1.34", | ||
"remixd": "0.1.8-alpha.16", | "remixd": "0.1.8-alpha.16", | ||
"request": "^2.83.0", | "request": "^2.83.0", | ||
"rimraf": "^2.6.1", | "rimraf": "^2.6.1", | ||
... | @@ -186,6 +186,7 @@ | ... | @@ -186,6 +186,7 @@ |
"nightwatch_local_debugger": "nightwatch ./test-browser/tests/debugger.test.js --config nightwatch.js --env chrome ", | "nightwatch_local_debugger": "nightwatch ./test-browser/tests/debugger.test.js --config nightwatch.js --env chrome ", | ||
"nightwatch_local_editor": "nightwatch ./test-browser/tests/editor.test.js --config nightwatch.js --env chrome ", | "nightwatch_local_editor": "nightwatch ./test-browser/tests/editor.test.js --config nightwatch.js --env chrome ", | ||
"nightwatch_local_compiler": "nightwatch ./test-browser/tests/compiler_api.test.js --config nightwatch.js --env chrome ", | "nightwatch_local_compiler": "nightwatch ./test-browser/tests/compiler_api.test.js --config nightwatch.js --env chrome ", | ||
"nightwatch_local_txListener": "nightwatch ./test-browser/tests/txListener.test.js --config nightwatch.js --env chrome ", | |||
"nightwatch_local_runAndDeploy": "nightwatch ./test-browser/tests/runAndDeploy.js --config nightwatch.js --env chrome-runAndDeploy ", | "nightwatch_local_runAndDeploy": "nightwatch ./test-browser/tests/runAndDeploy.js --config nightwatch.js --env chrome-runAndDeploy ", | ||
"onchange": "onchange build/app.js -- npm-run-all lint", | "onchange": "onchange build/app.js -- npm-run-all lint", | ||
"prepublish": "mkdirp build; npm-run-all -ls downloadsolc_root build", | "prepublish": "mkdirp build; npm-run-all -ls downloadsolc_root build", | ||
... | ... |
Please
register
or
sign in
to comment