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: non-interactive PoRep #1734

Merged
merged 3 commits into from
Dec 19, 2023
Merged

feat: non-interactive PoRep #1734

merged 3 commits into from
Dec 19, 2023

Commits on Dec 18, 2023

  1. feat: non-interactice PoRep

    Adding non-interactive PoRep. It's similar to the interactive PoRep, but
    it performance 12.6x the amount of proofs. In order to not overwhelm the
    system with too many parallel proofs, they are split into batches of 10,
    which then leads to a similar resource consumption per batch as for a
    single interactive PoRep.
    vmx committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    1f3b235 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    e2153ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23c0973 View commit details
    Browse the repository at this point in the history