-
Notifications
You must be signed in to change notification settings - Fork 65
apollo_proof_manager: add ProofStorage trait #10798
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
apollo_proof_manager: add ProofStorage trait #10798
Conversation
d72d2cd to
cf18757
Compare
noaov1
left a comment
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.
@noaov1 reviewed 7 of 7 files at r1, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @einat-starkware)
noaov1
left a comment
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @einat-starkware)
crates/apollo_proof_manager/src/proof_storage.rs line 10 at r1 (raw file):
fn set_proof(&self, facts_hash: Felt, proof: Proof) -> Result<(), Self::Error>; fn get_proof(&self, facts_hash: Felt) -> Result<Option<Proof>, Self::Error>; }
Please add an "is exist" method
noaov1
left a comment
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @einat-starkware)
crates/apollo_proof_manager/src/proof_storage.rs line 10 at r1 (raw file):
Previously, noaov1 (Noa Oved) wrote…
Please add an "is exist" method
Or "contains_proof"
cf18757 to
f6a6060
Compare
einat-starkware
left a comment
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.
@einat-starkware made 1 comment.
Reviewable status: 6 of 7 files reviewed, 1 unresolved discussion (waiting on @noaov1).
crates/apollo_proof_manager/src/proof_storage.rs line 10 at r1 (raw file):
Previously, noaov1 (Noa Oved) wrote…
Or "contains_proof"
Done.
noaov1
left a comment
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.
@noaov1 reviewed 1 file and all commit messages, made 1 comment, and resolved 1 discussion.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @einat-starkware).
f6a6060 to
fdf270f
Compare
noaov1
left a comment
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.
@noaov1 reviewed 3 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @einat-starkware).

No description provided.