|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/wsdb/wsdb_ipc_server.hpp"#include "barretenberg/common/log.hpp"#include "barretenberg/common/thread_pool.hpp"#include "barretenberg/crypto/merkle_tree/indexed_tree/indexed_leaf.hpp"#include "barretenberg/serialize/msgpack.hpp"#include "barretenberg/world_state/world_state.hpp"#include "barretenberg/wsdb/generated/wsdb_ipc_server.hpp"#include "barretenberg/wsdb/wsdb_handlers.hpp"#include "barretenberg/wsdb/wsdb_request.hpp"#include "barretenberg/wsdb/wsdb_scheduler.hpp"#include "ipc_runtime/ipc_server.hpp"#include "ipc_runtime/serve_helper.hpp"#include "ipc_runtime/signal_handlers.hpp"#include <algorithm>#include <cstdint>#include <functional>#include <iostream>#include <memory>#include <sstream>#include <string>#include <unordered_map>#include <vector>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. | |