Commit 8bf8a4f
committed
feat: add option to not require a t_aux file to be present
The `FFI_USE_FIXED_ROWS_TO_DISCARD` variable will make the proofs
ignore the `FIL_PROOFS_ROWS_TO_DISCARD` setting, hence not relying
on a `t_aux` file to be present. If enabled, then no `t_aux` file
will be written by the proofs and a hard-coded value for
`FIL_PROOFS_ROWS_TO_DISCARD` will be used.1 parent 4f55a65 commit 8bf8a4f
3 files changed
+33
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
211 | 219 | | |
212 | 220 | | |
213 | | - | |
| 221 | + | |
214 | 222 | | |
215 | | - | |
| 223 | + | |
216 | 224 | | |
217 | 225 | | |
218 | 226 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
0 commit comments