Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update simulator to handle folding #6182

Open
vezenovm opened this issue May 3, 2024 · 0 comments
Open

Update simulator to handle folding #6182

vezenovm opened this issue May 3, 2024 · 0 comments
Labels
C-pxe Component: PXE (Private eXecution Envrionment) T-epic

Comments

@vezenovm
Copy link
Contributor

vezenovm commented May 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-pxe Component: PXE (Private eXecution Envrionment) T-epic
Projects
Status: Todo
Development

No branches or pull requests

2 participants