Skip to content

Implementing saving and resuming proofs with prove-rs command#551

Merged
dkcumming merged 4 commits into
masterfrom
dc/prove-rs-upgrade
May 1, 2025
Merged

Implementing saving and resuming proofs with prove-rs command#551
dkcumming merged 4 commits into
masterfrom
dc/prove-rs-upgrade

Conversation

@dkcumming

Copy link
Copy Markdown
Collaborator

This PR updates the prove-rs command. In particular:

  • prove-rs takes optional arg --proof-dir <DIR> that it will save proof objects in to disc
  • prove-rs will resume a proof from disc if it exists, unless optional arg --reload is added

Now it is possible to use prove view and prove prune after using prove-rs.

Since ProveRunOpts and ProveRSOpts now have --proof-dir and --reload in common I refactored the logic into ProveOpts.

@dkcumming dkcumming self-assigned this May 1, 2025

@ehildenb ehildenb left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@dkcumming dkcumming merged commit 2c8e7c8 into master May 1, 2025
@dkcumming dkcumming deleted the dc/prove-rs-upgrade branch May 1, 2025 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants