-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
contracts-bedrock: loadAllocs support #8148
Conversation
We are expecting these tests to fail until we have the new |
ab5a18b
to
9ef6889
Compare
b6174b3
to
3be0d00
Compare
This error doesn't seem to happen locally, need to figure out why it is failing in CI still |
1ab45ac
to
266ba67
Compare
825effa
to
256d425
Compare
Small tweaks to the L2 contracts tests to make the new method of setting up the L2 state work. This depends on the latest build of `ci-builder` and updating the foundry version in #8144.
Pull Request is not mergeable
23c4dca
to
f58cb3a
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #8148 +/- ##
===========================================
+ Coverage 40.88% 40.93% +0.04%
===========================================
Files 162 162
Lines 6048 6048
Branches 970 970
===========================================
+ Hits 2473 2476 +3
+ Misses 3501 3496 -5
- Partials 74 76 +2
Flags with carried forward coverage won't be shown. Click here to find out more. |
Description
Small tweaks to the L2 contracts tests to make the
new method of setting up the L2 state work. This depends
on the latest build of
ci-builder
and updating thefoundry version in #8144.