Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): ensure that prover.toml files in protocol circuits are in sync #11141

Merged
merged 8 commits into from
Jan 10, 2025
8 changes: 7 additions & 1 deletion noir-projects/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ test-protocol-circuits:
# TODO(#10754): Remove --skip-brillig-constraints-check
RUN cd /usr/src/noir-projects/noir-protocol-circuits && nargo test --silence-warnings --skip-brillig-constraints-check

# Also execute circuits to ensure that `Prover.toml` files are in sync.
LET circuits = "private-kernel-init private-kernel-inner private-kernel-reset private-kernel-tail-to-public private-kernel-tail rollup-base-private rollup-base-public rollup-block-root rollup-block-merge rollup-merge rollup-root"
TomAFrench marked this conversation as resolved.
Show resolved Hide resolved
FOR circuit IN $circuits
RUN cd /usr/src/noir-projects/noir-protocol-circuits/crates/$circuit && nargo execute --silence-warnings --skip-brillig-constraints-check
END

test-aztec-nr:
FROM ../+bootstrap
ENV PATH="/usr/src/noir/noir-repo/target/release:${PATH}"
Expand Down Expand Up @@ -69,4 +75,4 @@ public-functions-report:

RUN cd noir-contracts && node ./scripts/publicFunctionsSizeReport.js ./target/

SAVE ARTIFACT ./noir-contracts/public_functions_report.json public_functions_report.json
SAVE ARTIFACT ./noir-contracts/public_functions_report.json public_functions_report.json
2 changes: 1 addition & 1 deletion noir-projects/noir-protocol-circuits/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ target
crates/autogenerated
/Nargo.toml
/private_kernel_reset_dimensions.json
install-state.gz
install-state.gz

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8,404 changes: 512 additions & 7,892 deletions noir-projects/noir-protocol-circuits/crates/private-kernel-reset/Prover.toml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,101 changes: 370 additions & 731 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.

25,740 changes: 12,859 additions & 12,881 deletions noir-projects/noir-protocol-circuits/crates/rollup-block-root/Prover.toml

Large diffs are not rendered by default.

504 changes: 252 additions & 252 deletions noir-projects/noir-protocol-circuits/crates/rollup-merge/Prover.toml

Large diffs are not rendered by default.

550 changes: 275 additions & 275 deletions noir-projects/noir-protocol-circuits/crates/rollup-root/Prover.toml

Large diffs are not rendered by default.

Loading