|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/world_state/world_state.hpp"#include <algorithm>#include <any>#include <array>#include <cstdint>#include <iostream>#include <memory>#include <optional>#include <sstream>#include <stdexcept>#include <sys/types.h>#include <unordered_map>#include "barretenberg/crypto/merkle_tree/hash_path.hpp"#include "barretenberg/crypto/merkle_tree/indexed_tree/indexed_leaf.hpp"#include "barretenberg/crypto/merkle_tree/response.hpp"#include "barretenberg/crypto/merkle_tree/types.hpp"#include "barretenberg/ecc/curves/bn254/fr.hpp"#include "barretenberg/messaging/header.hpp"#include "barretenberg/nodejs_module/util/async_op.hpp"#include "barretenberg/nodejs_module/world_state/world_state.hpp"#include "barretenberg/nodejs_module/world_state/world_state_message.hpp"#include "barretenberg/serialize/msgpack.hpp"#include "barretenberg/world_state/fork.hpp"#include "barretenberg/world_state/types.hpp"#include "napi.h"Go to the source code of this file.
Variables | |
| const uint64_t | DEFAULT_MAP_SIZE = 1024UL * 1024 |
| const uint64_t DEFAULT_MAP_SIZE = 1024UL * 1024 |
Definition at line 34 of file world_state.cpp.