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
When initiating a transaction through the dashboard on a machine that produces SingleProof pressing Send crashes the dashboard because RPCServer is blocked for the few minutes it takes to produce the proof.
The best solution is probably to produce a PrimitiveWitness data structure in the RPCServer and then send this to the main_loop that then needs to spawn a new task to produce the proof.
The text was updated successfully, but these errors were encountered:
When initiating a transaction through the dashboard on a machine that produces
SingleProof
pressingSend
crashes the dashboard because RPCServer is blocked for the few minutes it takes to produce the proof.The best solution is probably to produce a
PrimitiveWitness
data structure in theRPCServer
and then send this to themain_loop
that then needs to spawn a new task to produce the proof.The text was updated successfully, but these errors were encountered: