Moonsong-Labs / madara-prover-api

RPC server and client to run the Stone Prover on the Madara sequencer.
10 stars 5 forks source link

Feature: add missing fields to Proof struct #18

Closed odesenfans closed 11 months ago

odesenfans commented 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.

Solution: add missing fields to the model.