Closed odesenfans closed 11 months ago
Problem: we were only returning the proof_hex field in Proof structs, but the verifier also requires the prover inputs and configuration.
proof_hex
Proof
Solution: add missing fields to the model.
Problem: we were only returning the
proof_hex
field inProof
structs, but the verifier also requires the prover inputs and configuration.Solution: add missing fields to the model.