-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(integration): integrate with Snarkify platform #1
base: main
Are you sure you want to change the base?
Conversation
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.
Nothing critical, however, I don't have much context for this integration.
If you need more than general comments, please add details in the PR description
src/bin/snarkify.rs
Outdated
}, | ||
Err(e) => { | ||
return self | ||
.build_prove_error_response(&req, &format!("Failed to request proof: {}", e)) |
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.
Displaying error via display sometimes gives too little detail, I would duplicate at least in log {error:?}
(debug version)
thanks @cyphersnake! General comments are enough. I am basically following the examples given from Scroll here: https://github.com/scroll-tech/scroll-proving-sdk/blob/haoyu/sindri_tokio/examples/cloud.rs The idea to implement |
(If ready for re-review, please re-request a review at Reviews section of PR) |
This PR is deprecated. I will import the scroll-proving-sdk as dependency here: snarkify/scroll-proving-agent#1 |
Integrate with Snarkify platform.
It is a quick implementation to support Scroll SDK in Snarkify platform.