|
TARAXA
|
#include "storage/storage.hpp"#include <libdevcore/RLP.h>#include <boost/algorithm/string.hpp>#include <boost/algorithm/string/split.hpp>#include <cstddef>#include <cstdint>#include <memory>#include <regex>#include "common/thread_pool.hpp"#include "config/version.hpp"#include "dag/dag_block_bundle_rlp.hpp"#include "dag/sortition_params_manager.hpp"#include "final_chain/data.hpp"#include "pillar_chain/pillar_block.hpp"#include "rocksdb/utilities/checkpoint.h"#include "transaction/system_transaction.hpp"#include "vote/pbft_vote.hpp"#include "vote/votes_bundle_rlp.hpp"Namespaces | |
| namespace | taraxa |
Variables | |
| static constexpr uint16_t | taraxa::PBFT_BLOCK_POS_IN_PERIOD_DATA = 0 |
| static constexpr uint16_t | taraxa::CERT_VOTES_POS_IN_PERIOD_DATA = 1 |
| static constexpr uint16_t | taraxa::DAG_BLOCKS_POS_IN_PERIOD_DATA = 2 |
| static constexpr uint16_t | taraxa::TRANSACTIONS_POS_IN_PERIOD_DATA = 3 |
| static constexpr uint16_t | taraxa::PILLAR_VOTES_POS_IN_PERIOD_DATA = 4 |
| static constexpr uint16_t | taraxa::PREV_BLOCK_HASH_POS_IN_PBFT_BLOCK = 0 |