-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: migrate public to avm simulator (#6448)
This PR migrates the public (execution) environment to use the AVM simulator. The idea of this PR is to be as minimal as possible, as to enable easy rollbacks if needed. If things go well, there is a lot of cleanup to do afterwards, which we are tracking in [this issue](#5818). Major Changes * `PublicContext` gets replaced with what was the `AvmContext`. * Noir Aztec macros now always take the AVM path for public. * Migration notes are added. Other changes * Delegate call tests are disabled, since the AVM doesn't support delegate calls. * ACIR public execution tests are disabled. * Fees were changed in `bench_tx_size_fees` since the cost is now different (bytecode and L2 gas changes). --------- Co-authored-by: dbanks12 <[email protected]>
- Loading branch information
Showing
32 changed files
with
459 additions
and
1,235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.