Kagome
Polkadot Runtime Engine in C++17
|
#include "consensus/babe/impl/block_executor_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 "runtime/runtime_api/offchain_worker_api.hpp"
#include "scale/scale.hpp"
#include "transaction_pool/transaction_pool_error.hpp"
Go to the source code of this file.
Namespaces | |
kagome::consensus | |
Functions | |
OUTCOME_CPP_DEFINE_CATEGORY (kagome::consensus, BlockExecutorImpl::Error, e) | |
OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::consensus | , |
BlockExecutorImpl::Error | , | ||
e | |||
) |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Definition at line 24 of file block_executor_impl.cpp.