|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/wsdb/wsdb_ipc_server.hpp"#include "barretenberg/common/log.hpp"#include "barretenberg/crypto/merkle_tree/indexed_tree/indexed_leaf.hpp"#include "barretenberg/ipc/ipc_server.hpp"#include "barretenberg/serialize/msgpack.hpp"#include "barretenberg/world_state/world_state.hpp"#include "barretenberg/wsdb/wsdb_execute.hpp"#include <csignal>#include <cstdint>#include <iostream>#include <memory>#include <string>#include <thread>#include <unistd.h>#include <unordered_map>#include <vector>#include <sstream>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::wsdb |
Functions | |
| int | bb::wsdb::execute_wsdb_server (const std::string &input_path, const std::string &data_dir, const std::string &tree_heights_json, const std::string &tree_prefill_json, const std::string &map_sizes_json, uint32_t threads, uint32_t initial_header_generator_point, const std::string &prefilled_public_data_json, uint64_t genesis_timestamp, size_t request_ring_size, size_t response_ring_size) |
| Start the aztec-wsdb IPC server. | |