BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Macros | Variables
config.hpp File Reference
#include <graphene/protocol/config.hpp>
#include <string>

Go to the source code of this file.

Macros

#define GRAPHENE_MIN_UNDO_HISTORY   10
 
#define GRAPHENE_MAX_UNDO_HISTORY   10000
 
#define GRAPHENE_MAX_NESTED_OBJECTS   (200)
 
#define GRAPHENE_RECENTLY_MISSED_COUNT_INCREMENT   4
 
#define GRAPHENE_RECENTLY_MISSED_COUNT_DECREMENT   3
 

Variables

const std::string GRAPHENE_CURRENT_DB_VERSION = "20230906"
 

Macro Definition Documentation

◆ GRAPHENE_MAX_NESTED_OBJECTS

#define GRAPHENE_MAX_NESTED_OBJECTS   (200)

Definition at line 33 of file config.hpp.

◆ GRAPHENE_MAX_UNDO_HISTORY

#define GRAPHENE_MAX_UNDO_HISTORY   10000

Definition at line 31 of file config.hpp.

◆ GRAPHENE_MIN_UNDO_HISTORY

#define GRAPHENE_MIN_UNDO_HISTORY   10

Definition at line 30 of file config.hpp.

◆ GRAPHENE_RECENTLY_MISSED_COUNT_DECREMENT

#define GRAPHENE_RECENTLY_MISSED_COUNT_DECREMENT   3

Definition at line 38 of file config.hpp.

◆ GRAPHENE_RECENTLY_MISSED_COUNT_INCREMENT

#define GRAPHENE_RECENTLY_MISSED_COUNT_INCREMENT   4

Definition at line 37 of file config.hpp.

Variable Documentation

◆ GRAPHENE_CURRENT_DB_VERSION

const std::string GRAPHENE_CURRENT_DB_VERSION = "20230906"

Definition at line 35 of file config.hpp.