what if clients behave maliciously and submit a passing proof for a different task_id? and we'd better avoid use "circuit" specified in `SubmitProofRequest` directly? But querying from db is slow... so we need to maintain a map?
what if clients behave maliciously and submit a passing proof for a different task_id?
and we'd better avoid use "circuit" specified in
SubmitProofRequestdirectly? But querying from db is slow... so we need to maintain a map?