-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update sequencer #96
Update sequencer #96
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## integration #96 +/- ##
================================================
+ Coverage 45.80% 63.47% +17.66%
================================================
Files 178 16 -162
Lines 7337 1525 -5812
Branches 1161 0 -1161
================================================
- Hits 3361 968 -2393
+ Misses 3850 507 -3343
+ Partials 126 50 -76
Flags with carried forward coverage won't be shown. Click here to find out more. |
The devnet-allocs failure (and related failures) seems to be a bug in Forge. Upstream encountered this same problem and reverted a foundry update yesterday. It's possible we just need to wait for the ci-builder to be updated with the downgraded version of foundry |
* Build foundry from source - Use nodejs 20 like nvmrc. * dev shell: pin geth 1.13.4 This matches the current .gethrc version. Updating the geth version is a bit inconvenient but instructions are included as comments. --------- Co-authored-by: Jeb Bearer <[email protected]>
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.
LGTM
Depends on EspressoSystems/espresso-sequencer-go#2
Closes #95