Kagome
Polkadot Runtime Engine in C++17
|
#include "consensus/babe/impl/block_appender_impl.hpp"
#include <chrono>
#include "blockchain/block_tree_error.hpp"
#include "blockchain/digest_tracker.hpp"
#include "consensus/babe/babe_config_repository.hpp"
#include "consensus/babe/consistency_keeper.hpp"
#include "consensus/babe/impl/babe_digests_util.hpp"
#include "consensus/babe/impl/threshold_util.hpp"
#include "consensus/babe/types/slot.hpp"
#include "consensus/grandpa/voting_round_error.hpp"
#include "network/helpers/peer_id_formatter.hpp"
#include "primitives/common.hpp"
#include "scale/scale.hpp"
Go to the source code of this file.
Namespaces | |
kagome::consensus | |
Functions | |
OUTCOME_CPP_DEFINE_CATEGORY (kagome::consensus, BlockAppenderImpl::Error, e) | |
OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::consensus | , |
BlockAppenderImpl::Error | , | ||
e | |||
) |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Definition at line 22 of file block_appender_impl.cpp.