-
Notifications
You must be signed in to change notification settings - Fork 3.9k
deps: bump hardhat #2260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: bump hardhat #2260
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| --- | ||
| '@eth-optimism/contracts': patch | ||
| '@eth-optimism/data-transport-layer': patch | ||
| '@eth-optimism/integration-tests': patch | ||
| '@eth-optimism/message-relayer': patch | ||
| '@eth-optimism/sdk': patch | ||
| --- | ||
|
|
||
| Bump to hardhat@2.9.1 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@eth-optimism/hardhat-node': patch | ||
| --- | ||
|
|
||
| Bump to hardhat@2.9.1 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,6 @@ | |
| }, | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "hardhat": "^2.7.0" | ||
| "hardhat": "^2.9.2" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,9 +26,9 @@ describe('OVM_GasPriceOracle', () => { | |
| await signer1.getAddress() | ||
| ) | ||
|
|
||
| OVM_GasPriceOracle.setOverhead(2750) | ||
| OVM_GasPriceOracle.setScalar(1500000) | ||
| OVM_GasPriceOracle.setDecimals(6) | ||
| await OVM_GasPriceOracle.setOverhead(2750) | ||
| await OVM_GasPriceOracle.setScalar(1500000) | ||
| await OVM_GasPriceOracle.setDecimals(6) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. how was this test suite working without this?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does it just become a race condition that always worked out for us?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yup exactly |
||
| }) | ||
|
|
||
| describe('owner', () => { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then can delete the other changeset file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I particularly had 2 changeset files because the auto generated changelogs create a link to the commit that the changeset was added in, so to use changesets correctly, you should have the changeset in the same commit as the changes it corresponds to