Commit 28c0eb8
committed
docs: fix code snippets to match actual zilkworm source
Cross-repo audit against erigontech/zilkworm@master surfaced 6 drifts
where docs claimed CLI flags / Make targets / help text that don't
exist in the actual source. Fixes (all against prover_hypercube/src/main.rs
unless noted):
1. getting-started.md — `prove` options table: drop the bogus `--is-test`
row (flag only exists in commented-out prover_turbo) and rewrite
`--block-number` + `--file-name` descriptions to match source ("Block
number to prove" / "Path to the unified RLP input file (overrides
--block-number lookup)").
2. getting-started.md — `execute` options table: same fixes as #1.
3. getting-started.md — CUDA example: `--n 1` is not a real flag (it was
a leftover from before z6m_prover existed). Replace with the canonical
`--block-number 1`.
4. src/pages/index.tsx (landing hero) — `z6m_prover verify proof.json`
would fail with a clap parse error. The `verify` subcommand requires
named flags only: `--proof-path <PATH>` and `--vk-path <PATH>`. Update
the hero example accordingly.
5. riscv-testing-eests-on-rv32im-via-qemu.md — `make rv32im_eest_blockchain_tests`
target does not exist in qemu_runner/Makefile. The intended target is
`make eest-rv32` (or `make eest-blockchain-tests`, which defaults to
ARCH=rv32). Switch to `eest-rv32`.
Regenerated llms-full.txt so the inline copies of the affected pages
stay in sync.1 parent 1b2ad23 commit 28c0eb8
4 files changed
Lines changed: 11 additions & 15 deletions
File tree
- docs
- basics
- testing
- src/pages
- static
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
81 | | - | |
82 | | - | |
83 | | - | |
| 80 | + | |
| 81 | + | |
84 | 82 | | |
85 | 83 | | |
86 | 84 | | |
| |||
98 | 96 | | |
99 | 97 | | |
100 | 98 | | |
101 | | - | |
| 99 | + | |
102 | 100 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
| 148 | + | |
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
| |||
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
160 | | - | |
161 | | - | |
162 | | - | |
| 159 | + | |
| 160 | + | |
163 | 161 | | |
164 | 162 | | |
165 | 163 | | |
| |||
177 | 175 | | |
178 | 176 | | |
179 | 177 | | |
180 | | - | |
| 178 | + | |
181 | 179 | | |
182 | 180 | | |
183 | 181 | | |
| |||
388 | 386 | | |
389 | 387 | | |
390 | 388 | | |
391 | | - | |
| 389 | + | |
392 | 390 | | |
393 | 391 | | |
394 | 392 | | |
| |||
0 commit comments