-
Notifications
You must be signed in to change notification settings - Fork 97
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
fix(raiko): avoid duplicate image uploads #439
Conversation
Signed-off-by: smtmfft <[email protected]>
Oh, yes, risc0 checked the image id. I update sp1 logic and thought the risc0 maybe the same. |
Signed-off-by: smtmfft <[email protected]>
seems sp1 can not easily bypass the upload, although only optimizing the setup part makes the process slightly better. |
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.
LGTM
succinctlabs/sp1#1875 implement the v2 sdk, which gracefully handle the image upload: We can switch to the new version of SDK once it becomes stable. @smtmfft |
cool, so far we rely on their network service, let's see when they will update the service, probably in 4.0.0. |
The block proof ELF is approximately 8 MB, and is being uploaded every time. Using an initialization-once approach to avoid redundant uploads