Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(avm-simulator): update e2e test (AztecProtocol/aztec-packages#5283
) * Add storage e2e tests * Convert test contract methods to snake case to match other contracts. * Remove `avm_` requirement in function names for transpilation. It's not needed, we rely on `#[aztec(public-vm)]`. * Prepare ground in bootstrap.sh to transpile all files in parallel. It works but I'm being overly cautious and not enabling it on all files until I need it. * Backup original contract before transpiling.
- Loading branch information