Conversation
🦋 Changeset detectedLatest commit: 7dc5bff The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
130bef3 to
581c3b7
Compare
581c3b7 to
3aff767
Compare
|
Current test failure is the result of this bug: NomicFoundation/hardhat#2459 |
Clears out most of the dependency warnings (mainly unmet peer dependency warnings) by adding or updating various dependencies. Still seeing two warnings that can only be fixed by updating to the latest hardhat. See discussion in #2260 for more context about our attempts to upgrade to the latest version of hardhat.
Clears out most of the dependency warnings (mainly unmet peer dependency warnings) by adding or updating various dependencies. Still seeing two warnings that can only be fixed by updating to the latest hardhat. See discussion in #2260 for more context about our attempts to upgrade to the latest version of hardhat.
Clears out most of the dependency warnings (mainly unmet peer dependency warnings) by adding or updating various dependencies. Still seeing two warnings that can only be fixed by updating to the latest hardhat. See discussion in #2260 for more context about our attempts to upgrade to the latest version of hardhat.
Clears out most of the dependency warnings (mainly unmet peer dependency warnings) by adding or updating various dependencies. Still seeing two warnings that can only be fixed by updating to the latest hardhat. See discussion in #2260 for more context about our attempts to upgrade to the latest version of hardhat.
| OVM_GasPriceOracle.setDecimals(6) | ||
| await OVM_GasPriceOracle.setOverhead(2750) | ||
| await OVM_GasPriceOracle.setScalar(1500000) | ||
| await OVM_GasPriceOracle.setDecimals(6) |
There was a problem hiding this comment.
how was this test suite working without this?
There was a problem hiding this comment.
Does it just become a race condition that always worked out for us?
maurelian
left a comment
There was a problem hiding this comment.
I left a couple comments/questions, but should be good to merge.
| '@eth-optimism/data-transport-layer': patch | ||
| '@eth-optimism/integration-tests': patch | ||
| '@eth-optimism/message-relayer': patch | ||
| '@eth-optimism/sdk': patch |
There was a problem hiding this comment.
| '@eth-optimism/sdk': patch | |
| '@eth-optimism/sdk': patch | |
| '@eth-optimism/hardhat-node': patch |
There was a problem hiding this comment.
Then can delete the other changeset file.
There was a problem hiding this comment.
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
| OVM_GasPriceOracle.setDecimals(6) | ||
| await OVM_GasPriceOracle.setOverhead(2750) | ||
| await OVM_GasPriceOracle.setScalar(1500000) | ||
| await OVM_GasPriceOracle.setDecimals(6) |
There was a problem hiding this comment.
Does it just become a race condition that always worked out for us?
|
Will update this PR to the next release of hardhat as NomicFoundation/hardhat#2459 has been fixed once there is a new release |
See release notes here: https://github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.9.0 This is a performance release, so it is good to upgrade here to improve the time of CI. The compilation happens in parallel with this release, as well as tests being able to be ran in parallel. We do not make use of any forked network tests currently, but this PR does help to speed up that usecase as well.
Fixes a bug in the GasPriceOracle test suite that seems to only have had an impact because hardhat got significantly faster between the current iteration and the older one.
6bcf678 to
7dc5bff
Compare
This has been merged, this PR is now ready for review/merge. Will speed up testing times |
Clears out most of the dependency warnings (mainly unmet peer dependency warnings) by adding or updating various dependencies. Still seeing two warnings that can only be fixed by updating to the latest hardhat. See discussion in ethereum-optimism#2260 for more context about our attempts to upgrade to the latest version of hardhat.
## Overview Includes `ca-certificates` and `libssl-dev` in the final exported executable image. The lack of root certificates was preventing certificate verification when using TLS-enabled RPC urls.
Description
See release notes here:
https://github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.9.0
This is a performance release, so it is good to upgrade here
to improve the time of CI. The compilation happens in parallel
with this release, as well as tests being able to be ran in parallel.
We do not make use of any forked network tests currently, but
this PR does help to speed up that usecase as well.