0xPolygonZero / plonky2

Apache License 2.0
757 stars 283 forks source link

Remove `GenerationOutputs` #1408

Closed Nashtare closed 9 months ago

Nashtare commented 9 months ago

This removes the GenerationOutputs, as the get_outputs method is incomplete, can cause the prover to abort, and is rendered much less useful now, as the kernel checks everything, and reaching get_outputs basically means we're going to generate a valid proof that doesn't need debugging anyway.

cc @BGluth as there is some API change (no more need for the addresses field).

sonarcloud[bot] commented 9 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information