Skip to content

Commit 775b459

Browse files
authored
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`.
1 parent ce0eee0 commit 775b459

File tree

11 files changed

+63083
-0
lines changed

11 files changed

+63083
-0
lines changed

noir-projects/noir-protocol-circuits/crates/private-kernel-init/SampleInputs.toml

+1,550
Large diffs are not rendered by default.

noir-projects/noir-protocol-circuits/crates/private-kernel-inner/SampleInputs.toml

+6,557
Large diffs are not rendered by default.

noir-projects/noir-protocol-circuits/crates/private-kernel-reset/SampleInputs.toml

+13,424
Large diffs are not rendered by default.

noir-projects/noir-protocol-circuits/crates/private-kernel-tail-to-public/SampleInputs.toml

+5,037
Large diffs are not rendered by default.

noir-projects/noir-protocol-circuits/crates/private-kernel-tail/SampleInputs.toml

+5,037
Large diffs are not rendered by default.

noir-projects/noir-protocol-circuits/crates/rollup-base-private/SampleInputs.toml

+5,606
Large diffs are not rendered by default.

noir-projects/noir-protocol-circuits/crates/rollup-base-public/SampleInputs.toml

+19,068
Large diffs are not rendered by default.

noir-projects/noir-protocol-circuits/crates/rollup-block-merge/SampleInputs.toml

+1,707
Large diffs are not rendered by default.

noir-projects/noir-protocol-circuits/crates/rollup-block-root/SampleInputs.toml

+2,050
Large diffs are not rendered by default.

noir-projects/noir-protocol-circuits/crates/rollup-merge/SampleInputs.toml

+1,337
Large diffs are not rendered by default.

noir-projects/noir-protocol-circuits/crates/rollup-root/SampleInputs.toml

+1,710
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)