BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Contains per-node database configuration. More...
#include <node_property_object.hpp>
Public Member Functions | |
node_property_object () | |
~node_property_object () | |
Public Attributes | |
uint32_t | skip_flags = 0 |
std::map< block_id_type, std::vector< fc::variant_object > > | debug_updates |
Contains per-node database configuration.
Transactions are evaluated differently based on per-node state. Settings here may change based on whether the node is syncing or up-to-date. Or whether the node is a witness node. Or if we're processing a transaction in a witness-signed block vs. a fresh transaction from the p2p network. Or configuration-specified tradeoffs of performance/hardfork resilience vs. paranoia.
Definition at line 39 of file node_property_object.hpp.
|
inline |
Definition at line 42 of file node_property_object.hpp.
|
inline |
Definition at line 43 of file node_property_object.hpp.
std::map< block_id_type, std::vector< fc::variant_object > > graphene::chain::node_property_object::debug_updates |
Definition at line 46 of file node_property_object.hpp.
uint32_t graphene::chain::node_property_object::skip_flags = 0 |
Definition at line 45 of file node_property_object.hpp.