feat: Loading setup for proving network#100
Merged
AlexOnTheStorm merged 12 commits intomainfrom Jun 4, 2025
Merged
Conversation
Artemka374
reviewed
Jun 2, 2025
olesHolem
reviewed
Jun 2, 2025
robik75
previously approved these changes
Jun 4, 2025
Artemka374
reviewed
Jun 4, 2025
Contributor
|
Although I don't want my comments to be a blocker to your work. But please, consider to probably do a follow-up when you have some free time and move out of panics(at least in places you touch) |
Artemka374
approved these changes
Jun 4, 2025
AlexOnTheStorm
pushed a commit
that referenced
this pull request
Jun 4, 2025
🤖 I have created a release *beep* *boop* --- ## [0.154.3](v0.154.2...v0.154.3) (2025-06-04) ### Features * Loading setup for proving network ([#100](#100)) ([31b4967](31b4967)) --- 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: zksync-era-bot <zksync-era-bot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What ❔
Proof compressor now provides convenient dyn trait setup interfaces, simple and sync, both for proving and generating keys and allows using in-memory cache for setup
Potential weak async places causing sporadic errors are gone e.g. async init_context
Improved performance. Before: 71s each proof; now: 71s first proof and 63s each following proof.
Why ❔
Checklist
zk fmtandzk lint.