-
Notifications
You must be signed in to change notification settings - Fork 42
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
Implement blob verification #5
Comments
Status Update: Implemented in the oracle's verify() function. This is blocked because it requires the ability to customize the fetcher to store the kzg proof, since that isn't included in Kona's default host implementation. This would be 2 lines to add to the current Kona host, but may be more work to help upstream changes to allow custom fetcher modifications without forking the host. |
Confirmed with Clabby that he's comfortable with workaround of saving the KZG proof in their fetcher implementation until they implement the above. Upstream PR to do this is here: op-rs/kona#370 We still need |
@ratankaliani FYI: Upstream PR is merged so all that's left on this is getting the See: https://succinctlabs.slack.com/archives/C075AD6FYH4/p1720755576381199 |
Blob verification needs to be implemented in the zkVM.
The text was updated successfully, but these errors were encountered: