[C++] Caller of private kernel can submit "transient" read_requests
for "pending" commitments
#834
Labels
C-protocol-circuits
Component: Protocol circuits (kernel & rollup)
Kernel needs to match transient reads to commitments.
new_commitments
and check for matches when a transient read is encounteredi
andj
such that we canconstrain read_requests[i] == new_commitments[j]
.**Note: do not worry about nullifiers as part of this ticket, although this may lead to e2e failures (EDIT: note sure if this is true actually) in which case this ticket can share 1 PR to master with #836
The text was updated successfully, but these errors were encountered: