L2: organize each prover backend's calldata in their own structs in the OnChainProposer
contract
#2198
Labels
L2
Rollup client
OnChainProposer
contract
#2198
Currently we take all fields as separate parameters in the
verify()
function:(this is after #1922)
it would be nice if we had something like
struct SP1Calldata
struct Risc0Calldata
etc containing these fields.The text was updated successfully, but these errors were encountered: