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.h
Age
Commit message (
Expand
)
Author
2022-05-23
coinstats: Move GetUTXOStats to rpc/blockchain
Carl Dong
2022-05-23
scripted-diff: Move src/kernel/coinstats to kernel::
Carl Dong
2022-05-23
coinstats: Split node/coinstats.h to kernel/coinstats.h
Carl Dong
2022-05-23
coinstats: Move hasher codepath to kernel/coinstats
Carl Dong
2022-05-23
coinstats: Separate hasher/index lookup codepaths
Carl Dong
2022-05-23
coinstats: Return purely out-param CCoinsStats
Carl Dong
2022-05-20
coinstats: Extract index_requested in-member to in-param
Carl Dong
2022-05-20
coinstats: Extract hash_type in-member to in-param
Carl Dong
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2022-01-05
Merge bitcoin/bitcoin#23411: refactor: Avoid integer overflow in ApplyStats w...
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-17
refactor: Avoid integer overflow in ApplyStats when activating snapshot
MarcoFalke
2021-12-17
Add dev doc to CCoinsStats::m_hash_type and make it const
MarcoFalke
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-07-25
coinstats: Add comments for new coinstatsindex values
Fabian Jahr
2021-06-03
scripted-diff: Fix coinstats data member names
Fabian Jahr
2021-04-19
index, rpc: Add use_index option for gettxoutsetinfo
Fabian Jahr
2021-04-19
rpc, index: Add verbose amounts tracking to Coinstats index
Fabian Jahr
2021-04-19
rpc: gettxoutsetinfo can be requested for specific blockheights
Fabian Jahr
2021-04-19
index: Add Coinstats index
Fabian Jahr
2021-04-19
refactor: Pass hash_type to CoinsStats in stats object
Fabian Jahr
2021-03-24
node/coinstats: Replace #include with fwd-declaration
Carl Dong
2021-03-08
node/coinstats: Pass in BlockManager to GetUTXOStats
Carl Dong
2021-01-30
rpc: Add hash_type MUHASH to gettxoutsetinfo
Fabian Jahr
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
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-05-22
rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2019-11-05
coinstats: add coins_count
James O'Beirne
2019-08-27
move-only: move coins statistics utils out of RPC
James O'Beirne