index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
index
/
coinstatsindex.cpp
Age
Commit message (
Expand
)
Author
2022-07-19
Merge bitcoin/bitcoin#25645: refactor: Remove unused includes from dbwrapper.h
fanquake
2022-07-19
Add missing includes
MacroFake
2022-07-18
indexes, refactor: Remove CChainState use in index CommitInternal method
Ryan Ofsky
2022-07-18
indexes, refactor: Remove CBlockIndex* uses in index Rewind methods
Ryan Ofsky
2022-07-18
indexes, refactor: Remove CBlockIndex* uses in index WriteBlock methods
Ryan Ofsky
2022-07-18
indexes, refactor: Remove CBlockIndex* uses in index Init methods
Ryan Ofsky
2022-07-18
indexes, refactor: Remove CBlockIndex* uses in coinstatsindex LookUpOne function
Ryan Ofsky
2022-07-18
indexes, refactor: Pass Chain interface instead of CChainState class to indexes
Ryan Ofsky
2022-05-23
style-only: Rearrange using decls after scripted-diff
Carl Dong
2022-05-23
scripted-diff: Move src/kernel/coinstats to kernel::
Carl Dong
2022-05-23
Move logic from LookupUTXOStatsWithIndex to CoinStatsIndex::LookUpStats
Carl Dong
2022-03-09
refactor: more const annotations for uses of CBlockIndex*
Anthony Towns
2022-02-21
index: Commit DB_MUHASH and DB_BEST_BLOCK to disk together
Martin Zumsande
2022-02-17
index: check muhash is in sync on coinstatsindex launch
Fabian Jahr
2022-01-31
index: Don't commit without valid m_best_block_index
Martin Zumsande
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-17
refactor: Avoid integer overflow in ApplyStats when activating snapshot
MarcoFalke
2021-07-28
Merge bitcoin/bitcoin#22047: index, rpc: Coinstatsindex follow-ups
W. J. van der Laan
2021-07-25
Index: Improve logging in coinstatsindex
Fabian Jahr
2021-06-03
Index: Return early from failed coinstatsindex init
Fabian Jahr
2021-06-03
index: Use batch writing in coinstatsindex WriteBlock
Fabian Jahr
2021-06-03
scripted-diff: Fix coinstats data member names
Fabian Jahr
2021-06-01
Merge bitcoin/bitcoin#21767: [Bundle 6/n] Prune g_chainman usage in auxiliary...
MarcoFalke
2021-05-27
index: Add chainstate member to BaseIndex
Carl Dong
2021-05-24
index: Avoid unnecessary type casts in coinstatsindex
Fabian Jahr
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-05-01
refactor: [index] Replace deprecated char with uint8_t in serialization
MarcoFalke
2021-04-19
rpc, index: Add verbose amounts tracking to Coinstats index
Fabian Jahr
2021-04-19
index: Add Coinstats index
Fabian Jahr