Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
hinting_dbs.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

◆ base_contract_db

testing::StrictMock<MockContractDB> base_contract_db

Definition at line 46 of file hinting_dbs.test.cpp.

◆ base_merkle_db

testing::StrictMock<MockLowLevelMerkleDB> base_merkle_db

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

◆ hinting_contract_db

HintingContractsDB hinting_contract_db = HintingContractsDB(base_contract_db)

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

◆ hinting_merkle_db

HintingRawDB hinting_merkle_db = HintingRawDB(base_merkle_db)

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

◆ inputs

AvmProvingInputs inputs

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

◆ mock_tree_info

TreeSnapshots mock_tree_info
protected
Initial value:
= {
{ 1, 2 },
{ 3, 2 },
{ 5, 5 },
{ 7, 3 },
}

Definition at line 200 of file hinting_dbs.test.cpp.