AztecProtocol / aztec-packages

Apache License 2.0
181 stars 184 forks source link

AVM simulator: Increment side effect counter for SENDL2TOL1MSG opcode #7174

Closed jeanmon closed 3 months ago

jeanmon commented 3 months ago

avm/journal/trace.ts does not include any tracing for SENDL2TOL1MSG while the VM circuit increments the side effect counter for this opcode (see op_emit_l2_to_l1_msg() in avm_trace.cpp).

jeanmon commented 3 months ago

This was resolved as part of task #7091 so we can close this one. .cc @dbanks12