Commit 6daa408f authored by Georgios Konstantopoulos's avatar Georgios Konstantopoulos Committed by GitHub

fix: update hardhat to use correct solc url (#668)

* fix: update hardhat to use correct solc url

https://github.com/nomiclabs/hardhat/issues/1332\#issuecomment-818212424

* fix(core-utils): revert sentry/node version to 6.2.5

so that it's compatible with pino-sentry 0.7.0 https://github.com/aandrewww/pino-sentry/pull/25

This was required because the hardhat upgrade removed any older versions
of the dependency which were still around and could be used.

* chore: add changeset

* ci: allow tests to be run on demand
parent f33d11e6
---
"@eth-optimism/integration-tests": patch
"@eth-optimism/batch-submitter": patch
"@eth-optimism/contracts": patch
"@eth-optimism/core-utils": patch
"@eth-optimism/data-transport-layer": patch
"@eth-optimism/hardhat-ovm": patch
"@eth-optimism/smock": patch
---
update hardhat versions so that solc is resolved correctly
......@@ -14,6 +14,7 @@ on:
branches:
- master
- '*rc'
workflow_dispatch:
defaults:
run:
......
......@@ -6,6 +6,7 @@ on:
- master
- '*rc'
pull_request:
workflow_dispatch:
jobs:
integration:
......
......@@ -15,6 +15,7 @@ on:
paths:
- 'packages/**/*.sol'
- 'packages/**/*.ts'
workflow_dispatch:
jobs:
test:
......
......@@ -25,7 +25,7 @@
"chai-as-promised": "^7.1.1",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.0.32",
"hardhat": "^2.1.2",
"hardhat": "^2.2.1",
"hardhat-gas-reporter": "^1.0.4",
"mocha": "^8.3.1",
"rimraf": "^3.0.2"
......
......@@ -54,7 +54,7 @@
"chai-as-promised": "^7.1.1",
"ethereum-waffle": "3.0.0",
"ganache-core": "^2.13.2",
"hardhat": "^2.1.1",
"hardhat": "^2.2.1",
"mocha": "^6.1.4",
"prettier": "^1.16.4",
"rimraf": "^2.6.3",
......
......@@ -67,7 +67,7 @@
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.0.31",
"hardhat": "^2.0.8",
"hardhat": "^2.2.1",
"hardhat-deploy": "^0.7.4",
"hardhat-gas-reporter": "^1.0.4",
"lodash": "^4.17.20",
......
......@@ -31,13 +31,13 @@
},
"dependencies": {
"@ethersproject/abstract-provider": "^5.0.9",
"@sentry/node": "^6.3.0",
"@sentry/node": "^6.2.5",
"@types/pino-multi-stream": "^5.1.1",
"ethers": "^5.0.31",
"lodash": "^4.17.21",
"pino": "^6.11.1",
"prom-client": "^13.1.0",
"pino": "^6.11.3",
"pino-multi-stream": "^5.3.0",
"pino-sentry": "^0.7.0"
"pino-sentry": "^0.7.0",
"prom-client": "^13.1.0"
}
}
......@@ -22,8 +22,8 @@
"@eth-optimism/contracts": "^0.2.6",
"@eth-optimism/core-utils": "^0.3.1",
"@ethersproject/providers": "^5.0.21",
"@sentry/node": "^6.2.5",
"@sentry/tracing": "^6.2.5",
"@sentry/node": "^6.3.1",
"@sentry/tracing": "^6.3.1",
"@types/express": "^4.17.11",
"bcfg": "^0.1.6",
"browser-or-node": "^1.3.0",
......@@ -45,7 +45,7 @@
"@types/rimraf": "^3.0.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"hardhat": "^2.0.9",
"hardhat": "^2.2.1",
"mocha": "^8.3.2",
"pino-pretty": "^4.7.1",
"rimraf": "^3.0.2",
......
......@@ -19,6 +19,6 @@
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"hardhat": "^2.1.2"
"hardhat": "^2.2.1"
}
}
......@@ -19,7 +19,7 @@
"@nomiclabs/ethereumjs-vm": "^4",
"@nomiclabs/hardhat-ethers": "^2",
"ethers": "^5",
"hardhat": "^2"
"hardhat": "^2.2.1"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.3.0",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment