Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
update_check_trace.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
barretenberg/vm2/simulation/events/event_emitter.hpp
"
4
#include "
barretenberg/vm2/simulation/events/update_check.hpp
"
5
#include "
barretenberg/vm2/tracegen/lib/interaction_def.hpp
"
6
#include "
barretenberg/vm2/tracegen/trace_container.hpp
"
7
8
namespace
bb::avm2::tracegen
{
9
10
class
UpdateCheckTraceBuilder
final {
11
public
:
12
void
process
(
const
simulation::EventEmitterInterface<simulation::UpdateCheckEvent>::Container
& events,
13
TraceContainer
&
trace
);
14
15
static
const
InteractionDefinition
interactions
;
16
};
17
18
}
// namespace bb::avm2::tracegen
bb::avm2::simulation::EventEmitterInterface::Container
std::vector< Event > Container
Definition
event_emitter.hpp:13
bb::avm2::tracegen::InteractionDefinition
Definition
interaction_def.hpp:30
bb::avm2::tracegen::TraceContainer
Definition
trace_container.hpp:24
bb::avm2::tracegen::UpdateCheckTraceBuilder
Definition
update_check_trace.hpp:10
bb::avm2::tracegen::UpdateCheckTraceBuilder::process
void process(const simulation::EventEmitterInterface< simulation::UpdateCheckEvent >::Container &events, TraceContainer &trace)
Process the UpdateCheck events and populate the relevant columns in the trace.
Definition
update_check_trace.cpp:22
bb::avm2::tracegen::UpdateCheckTraceBuilder::interactions
static const InteractionDefinition interactions
Definition
update_check_trace.hpp:15
trace
TestTraceContainer trace
Definition
data_copy.test.cpp:63
event_emitter.hpp
interaction_def.hpp
bb::avm2::tracegen
Definition
full_row.hpp:9
update_check.hpp
trace_container.hpp
src
barretenberg
vm2
tracegen
update_check_trace.hpp
Generated by
1.9.8