-
Notifications
You must be signed in to change notification settings - Fork 27
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
Proof caching: external database #3265
base: main
Are you sure you want to change the base?
Proof caching: external database #3265
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3265 +/- ##
============================================
- Coverage 37.88% 37.66% -0.22%
+ Complexity 17082 17044 -38
============================================
Files 2090 2093 +3
Lines 127485 127958 +473
Branches 21466 21521 +55
============================================
- Hits 48294 48192 -102
- Misses 73285 73852 +567
- Partials 5906 5914 +8 ☔ View full report in Codecov by Sentry. |
8034a0c
to
084b201
Compare
This PR expands the proof caching infrastructure by introducing an external database of proofs.
Proofs are currently added manually by the user to the database.
The user may inspect the database in a dialog.
TODO: