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
Once 0xMiden/miden-vm#3829 is resolved and propagated to this repo, change ExecutedBatch::witness to vm_witness: VmWitness. We can do this because a batch's ExecutionWitness does not and should not have the precompile component.
Once 0xMiden/miden-vm#3829 is resolved and propagated to this repo, change
ExecutedBatch::witnesstovm_witness: VmWitness. We can do this because a batch'sExecutionWitnessdoes not and should not have the precompile component.Follow-up to #3859.