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.h
Age
Commit message (
Expand
)
Author
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: Pass Chain interface instead of CChainState class to indexes
Ryan Ofsky
2022-05-23
scripted-diff: Move src/kernel/coinstats to kernel::
Carl Dong
2022-05-23
Use only kernel/coinstats.h in index/coinstatsindex.h
Carl Dong
2022-05-23
Move logic from LookupUTXOStatsWithIndex to CoinStatsIndex::LookUpStats
Carl Dong
2022-04-25
Index: Use prune locks for blockfilterindex
Fabian Jahr
2022-02-21
index: Commit DB_MUHASH and DB_BEST_BLOCK to disk together
Martin Zumsande
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-06-03
scripted-diff: Fix coinstats data member names
Fabian Jahr
2021-04-19
rpc, index: Add verbose amounts tracking to Coinstats index
Fabian Jahr
2021-04-19
index: Add Coinstats index
Fabian Jahr