-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update and generate test Prover.tomls for protocol circuits (#1…
…0659) Adds methods to generate test `Prover.tomls` for protocol circuits. Note this was a tricky one to complete for a few reasons: - No tests simulate all kernels and all rollup circuits. I commandeered the prover `full.test` and forced in a few extra txs in a new test to make sure it makes `merge` and `block-merge` inputs. - No tests use the full reset circuit. I had to add a nasty hack that passes the untrimmed reset inputs and writes those to file. - I didn't want the `Prover.tomls` to annoyingly update every time a dev wants to update some inline fixture, so I forced (in `test_data`) to only update with `generateProtocolCircuitTestData = true` which is only updated by `full.test`. To regen all test `Prover.tomls`, run: `AZTEC_GENERATE_TEST_DATA=1 FAKE_PROOFS=1 yarn workspace @aztec/end-to-end test full.test` from `yarn-project` after bootstrapping.
- Loading branch information
1 parent
736fce1
commit eb5f18a
Showing
20 changed files
with
21,169 additions
and
20,993 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
Prover.toml | ||
Verifier.toml | ||
target | ||
crates/autogenerated | ||
|
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.