integration-tests: Changes to make it work with live networks again#2030
integration-tests: Changes to make it work with live networks again#2030mslipper merged 2 commits intoethereum-optimism:developfrom
Conversation
🦋 Changeset detectedLatest commit: 3710e8c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
Codecov Report
@@ Coverage Diff @@
## develop #2030 +/- ##
========================================
Coverage 74.58% 74.58%
========================================
Files 79 79
Lines 2554 2554
Branches 401 401
========================================
Hits 1905 1905
Misses 649 649
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Why did you delete this files? To be honest, I never used them but I'm not sure if other people did. I always run docker compose manually
There was a problem hiding this comment.
I don't think that these should be part of the repo. It introduces a hard coupling between the tests we define here, and the environment that they run on. It also causes the CLI to do a bunch of unexpected stuff unless an env var is set.
integration-tests/test/shared/env.ts
Outdated
There was a problem hiding this comment.
Confirmed there is a default value
There was a problem hiding this comment.
Gas estimation on L1 is failing? That is pretty strange to be honest
There was a problem hiding this comment.
This just lets us specify a gas price manually if we want.
There was a problem hiding this comment.
Same as above, this should be wei
|
It looks like the L2 gasprice is being set to 0 in some places now based on the itest logs |
|
Could you add a changeset as well? |
|
Also looks like some unused deps |
|
This is still a bit of a WIP - working through some additional issues and needed it to run on CI. |
2ca4a5b to
2f7bb9a
Compare
2f7bb9a to
c1e923f
Compare
| } | ||
|
|
||
| assertGasPrice() | ||
| await assertGasPrice() |
) ## Overview Introduces backpressure within the DA watcher channels. This change ensures that if the consumers of the DA watcher events (L1 {head/finalized} updates, unsafe block signer updates) do not process their events in a timely manner, the DA watcher doesn't endlessly fill up the channel queue, and yields until the other actors can process its pending updates. progress on #1993
No description provided.