-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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(vm): Restore system-constants-generator #115
feat(vm): Restore system-constants-generator #115
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #115 +/- ##
=======================================
Coverage 31.57% 31.57%
=======================================
Files 477 478 +1
Lines 25429 25437 +8
=======================================
+ Hits 8028 8033 +5
- Misses 17401 17404 +3
☔ View full report in Codecov by Sentry. |
2700b8f
to
bf41820
Compare
yarn.lock
Outdated
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.
Was this file changed intentionally?
bf41820
to
0cc6b36
Compare
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.
yarn.lock
is still changed, otherwise looks good
yarn.lock
Outdated
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.
Are you sure there should be changes to yarn.lock? Nothing has changed in terms of JS dependencies
…from private at 4894f6cf6eab41a7a9825af52dc19a68f6666b29
bf9dba9
0cc6b36
to
bf9dba9
Compare
…stants-generator-4894f6cf6eab41a7a9825af52dc19a68f6666b29
🤖 I have created a release *beep* *boop* --- ## [15.1.0](core-v15.0.2...core-v15.1.0) (2023-10-03) ### Features * Implement dynamic L2-to-L1 log tree depth ([#126](#126)) ([7dfbc5e](7dfbc5e)) * **vm:** Introduce new way of returning from the tracer [#2569](#2569) ([#116](#116)) ([cf44a49](cf44a49)) * **vm:** Restore system-constants-generator ([#115](#115)) ([5e61bdc](5e61bdc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Danil <[email protected]>
What ❔
Restore system-constants-generator
Why ❔
This crate is rarely used, but it is important to keep it alive: it's used sometimes to tune our fee-related constants.
Making sure that the code at least compiles is the smallest yet essential part of maintenance.
Checklist
zk fmt
andzk lint
.