Verify batch proofs once kernel exists
Open
blocked
rpc
- Dominant language
- Rust
- Stars
- 104
- Forks
- 138
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 56
Description
We currently verify a submitted user batch by re-proving it and verifying it matches the submitted proof. This is because the batch proof kernel does not actually do any proving yet - it simply re-verifies the batch's transaction proofs.
Once the batch kernel lands for real, we should switch to verifying it instead.
https://github.com/0xMiden/node/blob/9437942e7b45449779a6d0bc080cf9bf885a5f28/crates/rpc/src/server/api.rs#L475-L483
Contributor guide
Assessment
This issue has not been assessed yet.