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, when users use Provable.witness() or Provable.asProver blocks and access the state within, STs will be emitted, which aren't enforced provably though.
We should add in a check that returns the state, but doesn't emit STs in the process.
Additionally, .set calls should be disallowed in witness blocks
The text was updated successfully, but these errors were encountered:
Currently, when users use Provable.witness() or Provable.asProver blocks and access the state within, STs will be emitted, which aren't enforced provably though.
We should add in a check that returns the state, but doesn't emit STs in the process.
Additionally, .set calls should be disallowed in witness blocks
The text was updated successfully, but these errors were encountered: