Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into refactor_logic6
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Feb 5, 2020
2 parents 4b7ee33 + 50b2c87 commit 95c6bf0
Show file tree
Hide file tree
Showing 60 changed files with 9,143 additions and 10,345 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ To run the Selenium tests via Nightwatch:
- npm run nightwatch_local_console
- npm run nightwatch_local_remixd # remixd needs to be run

**the `ballot` tests suite requires to run `ganache-cli` locally.**
**the `remixd` tests suite requires to run `remixd` locally.**


## Usage as a Chrome Extension
Expand Down
1 change: 1 addition & 0 deletions ci/browser_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
echo "$BUILD_ID"
TEST_EXITCODE=0

npm run ganache-cli &
npm run serve &
setupRemixd

Expand Down
2 changes: 1 addition & 1 deletion ci/makeMockCompiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var fs = require('fs')
var compiler = require('solc')
var compilerInput = require('remix-solidity').CompilerInput
var defaultVersion = 'v0.5.14+commit.1f1aaa4'
var defaultVersion = 'v0.6.1+commit.e6f7d5a4'

compiler.loadRemoteVersion(defaultVersion, (error, solcSnapshot) => {
if (error) console.log(error)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 95c6bf0

Please sign in to comment.