-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Status bar support in proof loop (#4561)
Adds a couple things needed for supporting a proof status bar for real-time updates in kevm/kontrol: Adds a callback parameter to the two proof loops to get information about the proofs during execution of the proof loop (without having to read from disk). Also adds a field to `APRProof` which is the one-line summary which will be printed in the status bar, along with a default implementation in `Proof`.
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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