Update parser to 0.10.1 and re-enable zeppelin e2e (#585)

maint/bump-ganache
cgewecke 4 years ago committed by GitHub
parent 1ed5228907
commit b641167121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .circleci/config.yml
  2. 2
      package.json
  3. 25
      scripts/run-nomiclabs.sh
  4. 8
      yarn.lock

@ -83,8 +83,7 @@ workflows:
build: build:
jobs: jobs:
- unit-test - unit-test
# Temporarily disabled due to unskipped GSN gas measurement tests - e2e-zeppelin
# - e2e-zeppelin
- e2e-metacoin - e2e-metacoin
- e2e-metacoin-windows - e2e-metacoin-windows
- e2e-nomiclabs - e2e-nomiclabs

@ -24,7 +24,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@solidity-parser/parser": "^0.8.1", "@solidity-parser/parser": "^0.10.1",
"@truffle/provider": "^0.2.24", "@truffle/provider": "^0.2.24",
"chalk": "^2.4.2", "chalk": "^2.4.2",
"death": "^1.1.0", "death": "^1.1.0",

@ -97,33 +97,12 @@ echo ""
cd .. cd ..
git clone https://github.com/sc-forks/example-buidler-ethers.git git clone https://github.com/sc-forks/example-buidler-ethers.git
cd example-buidler-ethers cd example-buidler-ethers
npm install --silent yarn
# Install and run solidity-coverage @ PR # Install and run solidity-coverage @ PR
npm install --save-dev --silent $PR_PATH yarn add $PR_PATH --dev
cat package.json cat package.json
npx buidler coverage npx buidler coverage
verifyCoverageExists verifyCoverageExists
echo ""
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo "Complex: MolochDao/moloch "
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo ""
# Install sc-forks/moloch
cd ..
git clone https://github.com/sc-forks/moloch.git
cd moloch
npm install --silent
npm uninstall --save-dev --silent solidity-coverage
# Install and run solidity-coverage @ PR
# Should run on network 'localhost'
npm install --save-dev --silent $PR_PATH
npm run coverage
verifyCoverageExists

@ -473,6 +473,10 @@
version "0.7.0" version "0.7.0"
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd" resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
"@solidity-parser/parser@^0.10.1":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.10.1.tgz#d3680d1ebebed21eee67f58a41eb92175204f0c7"
"@solidity-parser/parser@^0.5.2": "@solidity-parser/parser@^0.5.2":
version "0.5.2" version "0.5.2"
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.5.2.tgz#4d74670ead39e4f4fdab605a393ba8ea2390a2c4" resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.5.2.tgz#4d74670ead39e4f4fdab605a393ba8ea2390a2c4"
@ -485,10 +489,6 @@
version "0.8.2" version "0.8.2"
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.8.2.tgz#a6a5e93ac8dca6884a99a532f133beba59b87b69" resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.8.2.tgz#a6a5e93ac8dca6884a99a532f133beba59b87b69"
"@solidity-parser/parser@^0.8.1":
version "0.8.1"
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.8.1.tgz#1b606578af86b9ad10755409804a6ba83f9ce8a4"
"@szmarczak/http-timer@^1.1.2": "@szmarczak/http-timer@^1.1.2":
version "1.1.2" version "1.1.2"
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421" resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"

Loading…
Cancel
Save