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
After this epic (noir-lang/noir#4426) Noir has moved to handling a collection of ACIR circuits that we now refer to as an ACIR program. This has been updated everywhere in the Noir stack including ACVM JS (noir-lang/noir#4645). The main method for ACIR execution using ACVM JS is now executeProgramWithBlackBoxSolver. To maintain backwards compatibility executeCircuitWithBlackBoxSolver uses executeProgramWithBlackBoxSolver internally. We should move to using executeProgramWithBlackBoxSolver exclusively in the simulator and then we can remove all the execute circuit methods from ACVM JS.
The text was updated successfully, but these errors were encountered:
After this epic (noir-lang/noir#4426) Noir has moved to handling a collection of ACIR circuits that we now refer to as an ACIR program. This has been updated everywhere in the Noir stack including ACVM JS (noir-lang/noir#4645). The main method for ACIR execution using ACVM JS is now
executeProgramWithBlackBoxSolver
. To maintain backwards compatibilityexecuteCircuitWithBlackBoxSolver
usesexecuteProgramWithBlackBoxSolver
internally. We should move to usingexecuteProgramWithBlackBoxSolver
exclusively in the simulator and then we can remove all the execute circuit methods from ACVM JS.The text was updated successfully, but these errors were encountered: