Skip to content

Commit

Permalink
feat!: debug logs for all (#6392)
Browse files Browse the repository at this point in the history
Unify and implement debug log Noir and oracles.
  • Loading branch information
fcarreiro authored and AztecBot committed May 15, 2024
1 parent ef5aff2 commit f820773
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp/src/barretenberg/vm/avm_trace/avm_opcode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ enum class OpCode : uint8_t {
RETURN,
REVERT,

// Misc
DEBUGLOG,

// Gadgets
KECCAK,
POSEIDON2,
Expand Down

0 comments on commit f820773

Please sign in to comment.