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
Currently if the prover has commitments to two or more rangesets and they want to reveal them, they must make two or more separate calls to TranscriptProofBuilder::reveal.
We want to allow the prover to make a single call to reveal passing in the union of all rangesets to be revealed.
Currently if the prover has commitments to two or more rangesets and they want to reveal them, they must make two or more separate calls to
TranscriptProofBuilder::reveal
.We want to allow the prover to make a single call to
reveal
passing in the union of all rangesets to be revealed.Reveal logic is located here:
tlsn/crates/core/src/transcript/proof.rs
Line 215 in 1d66359
The text was updated successfully, but these errors were encountered: