-
Notifications
You must be signed in to change notification settings - Fork 620
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
feat(codecv1): add commit gas and calldata size estimation #1324
Conversation
…croll-tech/scroll into feat-codecv1-add-commit-gas-estimation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1324 +/- ##
===========================================
- Coverage 56.23% 54.21% -2.02%
===========================================
Files 160 65 -95
Lines 12438 6743 -5695
===========================================
- Hits 6994 3656 -3338
+ Misses 4912 2731 -2181
+ Partials 532 356 -176
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
L1 Pos devnet is broken, causing CI failure. |
let's wait until the ci has passed. |
Purpose or design rationale of this PR
PR title
Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:
Deployment tag versioning
Has
tag
incommon/version.go
been updated or have you addedbump-version
label to this PR?Breaking change label
Does this PR have the
breaking-change
label?