Definition at line 22 of file world_state.test.cpp.
◆ SetUp()
void WorldStateTest::SetUp |
( |
| ) |
|
|
inlineoverrideprotected |
◆ TearDown()
void WorldStateTest::TearDown |
( |
| ) |
|
|
inlineoverrideprotected |
◆ data_dir
std::string WorldStateTest::data_dir |
|
staticprotected |
◆ initial_header_generator_point
uint32_t WorldStateTest::initial_header_generator_point = 28 |
|
protected |
◆ map_size
uint64_t WorldStateTest::map_size = 10240 |
|
protected |
◆ thread_pool_size
uint64_t WorldStateTest::thread_pool_size = 1 |
|
protected |
◆ tree_heights
std::unordered_map<MerkleTreeId, uint32_t> WorldStateTest::tree_heights |
|
protected |
Initial value:{
{ MerkleTreeId::NULLIFIER_TREE, 40 }, { MerkleTreeId::NOTE_HASH_TREE, 40 },
{ MerkleTreeId::PUBLIC_DATA_TREE, 40 }, { MerkleTreeId::L1_TO_L2_MESSAGE_TREE, 39 },
{ MerkleTreeId::ARCHIVE, 29 },
}
Definition at line 37 of file world_state.test.cpp.
◆ tree_prefill
Initial value:{
{ MerkleTreeId::NULLIFIER_TREE, 128 },
{ MerkleTreeId::PUBLIC_DATA_TREE, 128 },
}
Definition at line 42 of file world_state.test.cpp.
The documentation for this class was generated from the following file: