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
Pickles.compile returns before finishing compilation. This is evident by the "Snarky's internal state has been clobbered" error,
which happens I assume due to multiple circuits that use the impure interface being evaluated at the same time.
The workaround we employ is
let(tag, _, _, _)asr=Pickles.compile ... inlet _ =Async.Thread_safe.block_on_async_exn (fun() -> Pickles.Side_loaded.Verification_key.of_compiled tag) in
r
This works for us fine but I assume it's a symptom of some deeper bug somewhere.
Our fork begins at 7935f89, but I assume the issue hasn't been fixed on the latest version of compatible yet.
Pickles.compile
returns before finishing compilation. This is evident by the "Snarky's internal state has been clobbered" error,which happens I assume due to multiple circuits that use the impure interface being evaluated at the same time.
The workaround we employ is
This works for us fine but I assume it's a symptom of some deeper bug somewhere.
Our fork begins at 7935f89, but I assume the issue hasn't been fixed on the latest version of
compatible
yet.Credit: @MartinOndejka found the issue originally IIRC.
The text was updated successfully, but these errors were encountered: