You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: RootVerifierLocalProver should respect AIR heights (#1554)
- Not a soundness issue. Just an issue of `RootVerifierLocalProver`
implementation in SDK.
- In some edge cases, the trace heights of the root verifier circuit are
less than the required heights. In this case, `RootVerifierLocalProver`
should pad its traces to the required heights.
- [Breaking change] Add a new field `internal_heights` into
`RootVerifierProvingKey`.
0 commit comments