Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bytecode_manager.test.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::avm2
 
namespace  bb::avm2::simulation
 

Variable Documentation

◆ bytecode_hasher

BytecodeHasher bytecode_hasher
protected

Definition at line 51 of file bytecode_manager.test.cpp.

◆ contract_db

StrictMock<MockContractDB> contract_db
protected

Definition at line 41 of file bytecode_manager.test.cpp.

◆ contract_instance_manager

StrictMock<MockContractInstanceManager> contract_instance_manager
protected

Definition at line 45 of file bytecode_manager.test.cpp.

◆ decomposition_events

EventEmitter<BytecodeDecompositionEvent> decomposition_events
protected

Definition at line 48 of file bytecode_manager.test.cpp.

◆ hashing_events

EventEmitter<BytecodeHashingEvent> hashing_events
protected

Definition at line 50 of file bytecode_manager.test.cpp.

◆ instruction_fetching_events

EventEmitter<InstructionFetchingEvent> instruction_fetching_events
protected

Definition at line 49 of file bytecode_manager.test.cpp.

◆ merkle_db

StrictMock<MockHighLevelMerkleDB> merkle_db
protected

Definition at line 42 of file bytecode_manager.test.cpp.

◆ poseidon2

StrictMock<MockPoseidon2> poseidon2
protected

Definition at line 43 of file bytecode_manager.test.cpp.

◆ range_check

StrictMock<MockRangeCheck> range_check
protected

Definition at line 44 of file bytecode_manager.test.cpp.

◆ retrieval_events

EventEmitter<BytecodeRetrievalEvent> retrieval_events
protected

Definition at line 47 of file bytecode_manager.test.cpp.