Fabian Jahr
|
8ea8c927ac
|
index: Avoid unnecessary type casts in coinstatsindex
|
2021-05-24 18:55:06 +02:00 |
|
Kiminuo
|
4c3a5dcbfc
|
scripted-diff: Replace GetDataDir() calls with gArgs.GetDataDirNet() calls
-BEGIN VERIFY SCRIPT-
git ls-files -- 'src' ':(exclude)src/util/system.h' ':(exclude)src/util/system.cpp' | xargs sed -i 's/GetDataDir()/gArgs.GetDataDirNet()/g';
-END VERIFY SCRIPT-
|
2021-05-24 10:29:58 +02:00 |
|
MarcoFalke
|
fafb880e88
|
refactor: [index] Replace deprecated char with uint8_t in serialization
|
2021-05-01 13:48:42 +02:00 |
|
Fabian Jahr
|
2501576ecc
|
rpc, index: Add verbose amounts tracking to Coinstats index
|
2021-04-19 20:31:02 +02:00 |
|
Fabian Jahr
|
dd58a4de21
|
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.
|
2021-04-19 20:28:48 +02:00 |
|