-
Notifications
You must be signed in to change notification settings - Fork 71
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
refactor: Remove prover support for v0 blobs #711
base: main
Are you sure you want to change the base?
Conversation
Tabaie
commented
Feb 19, 2025
- Maintain the v0 decompressor
- Remove the v0 decompression circuit
- Remove the v0 compressor
- Group blob decompression responses into an object
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #711 +/- ##
============================================
+ Coverage 68.37% 68.54% +0.17%
+ Complexity 1197 1179 -18
============================================
Files 326 323 -3
Lines 13326 13007 -319
Branches 1350 1313 -37
============================================
- Hits 9111 8916 -195
+ Misses 3658 3544 -114
+ Partials 557 547 -10
*This pull request uses carry forward flags. Click here to find out more. |
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 👍
I see no reasons to keep v0 prover around, but maybe @AlexandreBelling you do?