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
/
node
/
coinstats.cpp
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-04-19
index, rpc: Add use_index option for gettxoutsetinfo
Fabian Jahr
2021-04-19
rpc: gettxoutsetinfo can be requested for specific blockheights
Fabian Jahr
2021-04-19
index: Coinstats index can be activated with command line flag
Fabian Jahr
2021-04-19
index: Add Coinstats index
Fabian Jahr
2021-04-19
refactor: Simplify ApplyStats and ApplyHash
Fabian Jahr
2021-04-19
refactor: Pass hash_type to CoinsStats in stats object
Fabian Jahr
2021-04-04
refactor: Prefer clean assert over UB in coinstats
MarcoFalke
2021-03-23
rpc: Improve gettxoutsetinfo help
Fabian Jahr
2021-03-08
node/coinstats: Pass in BlockManager to GetUTXOStats
Carl Dong
2021-02-12
chainparams: add allowed assumeutxo values
James O'Beirne
2021-02-12
Merge #19145: Add hash_type MUHASH for gettxoutsetinfo
Wladimir J. van der Laan
2021-01-30
rpc: Add hash_type MUHASH to gettxoutsetinfo
Fabian Jahr
2021-01-30
refactor: Separate hash and stats calculation in coinstats
Fabian Jahr
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-06-22
rpc: Add hash_type NONE to gettxoutsetinfo
Fabian Jahr
2020-06-22
rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)
Fabian Jahr
2020-06-19
refactor: Extract GetBogoSize function
Fabian Jahr
2020-05-22
rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-02-10
Get rid of VARINT default argument
Pieter Wuille
2019-11-06
Merge #17382: rpc: Remove unused boost::this_thread::interruption_point
Wladimir J. van der Laan
2019-11-05
rpc: Remove unused boost::this_thread::interruption_point
MarcoFalke
2019-11-05
coinstats: add coins_count
James O'Beirne
2019-10-15
Remove unused includes
practicalswift
2019-08-27
move-only: move coins statistics utils out of RPC
James O'Beirne