You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(fast-inbox): cover the msgs-only block root in sample-input regen and fix stale regen command patterns (A-1435)
Post-flip a zero-tx non-first block carrying a message bundle is a live block
shape routed through the msgs-only block root, so the regen suite gains a
scenario with a per-block message distribution that dumps
rollup-block-root-msgs-only, and the circuit joins the CI nargo-execute list.
The first regen run creates crates/rollup-block-root-msgs-only/Prover.toml,
which must be committed alongside the other regenerated tomls.
Also fixes the documented e2e regen command: the prover full test lives at
single-node/prover/server/full.test.ts, so the old e2e_prover/full.test jest
pattern matches nothing.
Copy file name to clipboardExpand all lines: barretenberg/.claude/skills/update-prover-toml/SKILL.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Two commands cover the protocol-circuit tomls, split by whether the sample needs
31
31
AZTEC_GENERATE_TEST_DATA=1 yarn workspace @aztec/prover-client test regenerate_rollup_sample_inputs
32
32
```
33
33
34
-
Regenerates: `rollup-block-root-first-empty-tx`, `rollup-block-root-first`, `rollup-block-root-first-single-tx`, `rollup-block-root`, `rollup-block-root-single-tx`, `rollup-block-merge`, `rollup-checkpoint-root`, `rollup-checkpoint-root-single-block`, `rollup-checkpoint-merge`, `rollup-tx-merge`, `rollup-root`. The scenario list lives in the `scenarios` array in that test; each scenario's `dump` field names the tomls it owns.
34
+
Regenerates: `rollup-block-root-first-empty-tx`, `rollup-block-root-first`, `rollup-block-root-first-single-tx`, `rollup-block-root`, `rollup-block-root-single-tx`, `rollup-block-root-msgs-only`, `rollup-block-merge`, `rollup-checkpoint-root`, `rollup-checkpoint-root-single-block`, `rollup-checkpoint-merge`, `rollup-tx-merge`, `rollup-root`. The scenario list lives in the `scenarios` array in that test; each scenario's `dump` field names the tomls it owns.
35
35
36
36
### Private-kernel and transaction-base circuits — e2e prover full test
(Equivalently, from `yarn-project/end-to-end`: `AZTEC_GENERATE_TEST_DATA=1 FAKE_PROOFS=1 yarn test:e2e e2e_prover/full.test`.) This is a full-stack run (L1 anvil + node + prover), ~15 min with fake proofs.
46
+
(Equivalently, from `yarn-project/end-to-end`: `AZTEC_GENERATE_TEST_DATA=1 FAKE_PROOFS=1 yarn test:e2e single-node/prover/server/full.test`.) This is a full-stack run (L1 anvil + node + prover), ~15 min with fake proofs.
0 commit comments