Kagome
Polkadot Runtime Engine in C++17
state_protocol_observer_impl.cpp File Reference
#include "network/impl/state_protocol_observer_impl.hpp"
#include <boost/algorithm/string/predicate.hpp>
#include <boost/bind/storage.hpp>
#include <libp2p/outcome/outcome.hpp>
#include "blockchain/block_header_repository.hpp"
#include "common/buffer.hpp"
#include "network/types/state_response.hpp"
#include "storage/predefined_keys.hpp"
#include "storage/trie/trie_storage.hpp"
#include "storage/trie/types.hpp"
Include dependency graph for state_protocol_observer_impl.cpp:

Go to the source code of this file.

Namespaces

 kagome::network
 

Functions

 OUTCOME_CPP_DEFINE_CATEGORY (kagome::network, StateProtocolObserverImpl::Error, e)
 

Variables

constexpr unsigned MAX_RESPONSE_BYTES = 2 * 1024 * 1024
 

Function Documentation

OUTCOME_CPP_DEFINE_CATEGORY ( kagome::network  ,
StateProtocolObserverImpl::Error  ,
 
)

Definition at line 20 of file state_protocol_observer_impl.cpp.

Variable Documentation

constexpr unsigned MAX_RESPONSE_BYTES = 2 * 1024 * 1024

Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Definition at line 18 of file state_protocol_observer_impl.cpp.