You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025-02-04T13:59:23.867364Z ERROR panic: thread '<unnamed>' panicked at 'Proof creation must not fail: Bonsai only supports succinct assumption receipts. Use ProverOpts::succinct()when proving any assumptions.': /home/kpp/chainway/secret-sovereign-sdk/crates/prover-services/src/parallel/mod.rs:166
Steps to reproduce
Run test_light_client_proving_multiple_proofs with bonsai api key set.
Looks like Bonsai doesn't accept groth16 assumptions. Let's find out why. If this is something that can't be provided we might need to look into ways to get bonsai receipt than wrap to snark ourselves.
Summary
2025-02-04T13:59:23.867364Z ERROR panic: thread '<unnamed>' panicked at 'Proof creation must not fail: Bonsai only supports succinct assumption receipts. Use
ProverOpts::succinct()when proving any assumptions.': /home/kpp/chainway/secret-sovereign-sdk/crates/prover-services/src/parallel/mod.rs:166
Steps to reproduce
Run
test_light_client_proving_multiple_proofs
with bonsai api key set.Expected Result
Test passes
Actual Result
Error
Additional Information
With this patch it works
The text was updated successfully, but these errors were encountered: