Unused emitted_events
and return_values
in Private Kernel Circuit?
#689
Labels
C-protocol-circuits
Component: Protocol circuits (kernel & rollup)
T-question
Type: Someone is asking a questions about something
We have
emitted_events
andreturn_values
as a part of thePrivateCircuitPublicInputs
:aztec-packages/circuits/cpp/src/aztec3/circuits/abis/private_circuit_public_inputs.hpp
Lines 31 to 33 in ab006b0
The
emitted_events
are probably copied over to theOptionallyRevealedData
struct in the PKC but thereturn_values
aren't. Need to check if this a bug.aztec-packages/circuits/cpp/src/aztec3/circuits/kernel/private/native_private_kernel_circuit_inner.cpp
Line 61 in ab006b0
aztec-packages/circuits/cpp/src/aztec3/circuits/abis/optionally_revealed_data.hpp
Line 23 in ab006b0
The text was updated successfully, but these errors were encountered: