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

feat: add option to not require a t_aux file to be present #434

Merged
merged 1 commit into from
Nov 20, 2023

Commits on Nov 8, 2023

  1. 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.
    vmx committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8bf8a4f View commit details
    Browse the repository at this point in the history