Skip to content

Commit

Permalink
chore: Prover.tomls fix (#11011)
Browse files Browse the repository at this point in the history
Follow-up of #10608:

- Changes re-gen instructions to match new way of running e2es
- Adds missing block-merge option
- Re-gens `Prover.toml`s (since I'm testing the re-gen code anyway!)
  • Loading branch information
MirandaWood authored Jan 2, 2025
1 parent 37095ce commit 565a67b
Show file tree
Hide file tree
Showing 13 changed files with 4,660 additions and 3,803 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,954 changes: 1,020 additions & 934 deletions noir-projects/noir-protocol-circuits/crates/rollup-base-private/Prover.toml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,140 changes: 650 additions & 490 deletions noir-projects/noir-protocol-circuits/crates/rollup-block-root/Prover.toml

Large diffs are not rendered by default.

726 changes: 445 additions & 281 deletions noir-projects/noir-protocol-circuits/crates/rollup-merge/Prover.toml

Large diffs are not rendered by default.

732 changes: 448 additions & 284 deletions noir-projects/noir-protocol-circuits/crates/rollup-root/Prover.toml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions yarn-project/end-to-end/src/e2e_prover/full.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ describe('full_prover', () => {
'rollup-base-public',
'rollup-merge',
'rollup-block-root',
'rollup-block-merge',
'rollup-root',
].forEach(circuitName => {
const data = getTestData(circuitName);
Expand Down
4 changes: 2 additions & 2 deletions yarn-project/foundation/src/testing/files/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export function updateInlineTestData(targetFileFromRepoRoot: string, itemName: s

/**
* Updates the sample Prover.toml files in noir-projects/noir-protocol-circuits/crates/.
* @remarks Requires AZTEC_GENERATE_TEST_DATA=1 & generateProtocolCircuitTestData=true to be set
* To re-gen, run 'AZTEC_GENERATE_TEST_DATA=1 FAKE_PROOFS=1 yarn workspace @aztec/end-to-end test full.test'
* @remarks Requires AZTEC_GENERATE_TEST_DATA=1 to be set
* To re-gen, run 'AZTEC_GENERATE_TEST_DATA=1 FAKE_PROOFS=1 yarn test:e2e-no-docker full.test '
*/
export function updateProtocolCircuitSampleInputs(circuitName: string, value: string) {
const logger = createConsoleLogger('aztec:testing:test_data');
Expand Down

0 comments on commit 565a67b

Please sign in to comment.