Skip to content

Commit

Permalink
feat: add rollup circuit sample inputs (#10608)
Browse files Browse the repository at this point in the history
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
MirandaWood authored Dec 11, 2024
1 parent ce0eee0 commit 775b459
Show file tree
Hide file tree
Showing 11 changed files with 63,083 additions and 0 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

13,424 changes: 13,424 additions & 0 deletions noir-projects/noir-protocol-circuits/crates/private-kernel-reset/SampleInputs.toml

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.

19,068 changes: 19,068 additions & 0 deletions noir-projects/noir-protocol-circuits/crates/rollup-base-public/SampleInputs.toml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,050 changes: 2,050 additions & 0 deletions noir-projects/noir-protocol-circuits/crates/rollup-block-root/SampleInputs.toml

Large diffs are not rendered by default.

1,337 changes: 1,337 additions & 0 deletions noir-projects/noir-protocol-circuits/crates/rollup-merge/SampleInputs.toml

Large diffs are not rendered by default.

1,710 changes: 1,710 additions & 0 deletions noir-projects/noir-protocol-circuits/crates/rollup-root/SampleInputs.toml

Large diffs are not rendered by default.

0 comments on commit 775b459

Please sign in to comment.