Kagome
Polkadot Runtime Engine in C++17
|
#include "network/synchronizer.hpp"
#include <atomic>
#include <mutex>
#include <queue>
#include <libp2p/basic/scheduler.hpp>
#include "application/app_state_manager.hpp"
#include "consensus/babe/block_appender.hpp"
#include "consensus/babe/block_executor.hpp"
#include "metrics/metrics.hpp"
#include "network/router.hpp"
#include "storage/buffer_map_types.hpp"
#include "telemetry/service.hpp"
Go to the source code of this file.
Classes | |
class | kagome::network::SynchronizerImpl |
struct | kagome::network::SynchronizerImpl::KnownBlock |
Namespaces | |
kagome::application | |
kagome::storage::changes_trie | |
kagome::storage::trie | |
kagome::network | |
struct kagome::network::SynchronizerImpl::KnownBlock |
Definition at line 229 of file synchronizer_impl.hpp.
Class Members | ||
---|---|---|
BlockData | data | Data of block. |
set< PeerId > | peers | Peers who know this block. |