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
Hi AVM team - not sure if this is still helpful for you...
To avoid you having to run a long e2e test and update a load of
irrelevant files when you need to change the `Prover.toml`s, I added a
small test in `prover-client`. This only updates public base.
Just run:
```
AZTEC_GENERATE_TEST_DATA=1 yarn workspace @aztec/prover-client test orchestrator_public_functions
```
from `yarn-project`. On my side, it takes around 6 seconds.
LMK if this is still useful, and if so where I can update docs so the
command is easily found!
0 commit comments