-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add rollup circuit sample inputs (#10608)
Closes #10602 Generated by running `fs.writeFileSync("./SampleInputs.toml", TOML.stringify({inputs: mapped }))` on the circuit inputs (`mapped`) in `yarn-project/noir-protocol-circuits-types/src/index.ts` on the relevant conversion fns. Any test that involves the protocol circuits will reach those. I chose `yarn-project/prover-client/src/orchestrator/orchestrator_multiple_blocks.test.ts` simply because it's fast and uses all rollup circuits. @TomAFrench if this is what you were looking for and you also need kernel circuits, I'm happy to add those. Note: I named them `SampleInputs.toml` rather than `Prover.toml` because the latter is in `gitignore`.
- Loading branch information
1 parent
ce0eee0
commit 775b459
Showing
11 changed files
with
63,083 additions
and
0 deletions.
There are no files selected for viewing
1,550 changes: 1,550 additions & 0 deletions
1,550
noir-projects/noir-protocol-circuits/crates/private-kernel-init/SampleInputs.toml
Large diffs are not rendered by default.
Oops, something went wrong.
6,557 changes: 6,557 additions & 0 deletions
6,557
noir-projects/noir-protocol-circuits/crates/private-kernel-inner/SampleInputs.toml
Large diffs are not rendered by default.
Oops, something went wrong.
13,424 changes: 13,424 additions & 0 deletions
13,424
noir-projects/noir-protocol-circuits/crates/private-kernel-reset/SampleInputs.toml
Large diffs are not rendered by default.
Oops, something went wrong.
5,037 changes: 5,037 additions & 0 deletions
5,037
noir-projects/noir-protocol-circuits/crates/private-kernel-tail-to-public/SampleInputs.toml
Large diffs are not rendered by default.
Oops, something went wrong.
5,037 changes: 5,037 additions & 0 deletions
5,037
noir-projects/noir-protocol-circuits/crates/private-kernel-tail/SampleInputs.toml
Large diffs are not rendered by default.
Oops, something went wrong.
5,606 changes: 5,606 additions & 0 deletions
5,606
noir-projects/noir-protocol-circuits/crates/rollup-base-private/SampleInputs.toml
Large diffs are not rendered by default.
Oops, something went wrong.
19,068 changes: 19,068 additions & 0 deletions
19,068
noir-projects/noir-protocol-circuits/crates/rollup-base-public/SampleInputs.toml
Large diffs are not rendered by default.
Oops, something went wrong.
1,707 changes: 1,707 additions & 0 deletions
1,707
noir-projects/noir-protocol-circuits/crates/rollup-block-merge/SampleInputs.toml
Large diffs are not rendered by default.
Oops, something went wrong.
2,050 changes: 2,050 additions & 0 deletions
2,050
noir-projects/noir-protocol-circuits/crates/rollup-block-root/SampleInputs.toml
Large diffs are not rendered by default.
Oops, something went wrong.
1,337 changes: 1,337 additions & 0 deletions
1,337
noir-projects/noir-protocol-circuits/crates/rollup-merge/SampleInputs.toml
Large diffs are not rendered by default.
Oops, something went wrong.
1,710 changes: 1,710 additions & 0 deletions
1,710
noir-projects/noir-protocol-circuits/crates/rollup-root/SampleInputs.toml
Large diffs are not rendered by default.
Oops, something went wrong.