index: Add Coinstats index

The index holds the values previously calculated in coinstats.cpp
for each block, representing the state of the UTXO set at each
height.
This commit is contained in:
Fabian Jahr
2020-01-24 18:56:47 +01:00
parent a8a46c4b3c
commit dd58a4de21
6 changed files with 437 additions and 8 deletions

View File

@@ -152,6 +152,7 @@ BITCOIN_CORE_H = \
i2p.h \
index/base.h \
index/blockfilterindex.h \
index/coinstatsindex.h \
index/disktxpos.h \
index/txindex.h \
indirectmap.h \
@@ -318,6 +319,7 @@ libbitcoin_server_a_SOURCES = \
i2p.cpp \
index/base.cpp \
index/blockfilterindex.cpp \
index/coinstatsindex.cpp \
index/txindex.cpp \
init.cpp \
mapport.cpp \