aboutsummaryrefslogtreecommitdiff
path: root/src/node/coinstats.h
Commit message (Collapse)AuthorAgeFilesLines
* Change count type used by `gettxoutsetinfo`Ross Nicoll2021-06-081-1/+2
| | | | changing CAmount (is a int64_t) to arith_uint256 for nTotalAmount in CCoinsStats to prevent overflow
* rpc: Add hash_type NONE to gettxoutsetinfoFabian Jahr2020-06-221-0/+1
|
* rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)Fabian Jahr2020-06-221-1/+5
|
* rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke2020-05-221-1/+2
| | | | Also, add interruption points to scantxoutset
* coinstats: add coins_countJames O'Beirne2019-11-051-10/+11
| | | | Also changes existing CCoinsStats attributes to be C++11 initialized.
* move-only: move coins statistics utils out of RPCJames O'Beirne2019-08-271-0/+33
These procedures will later be used in the ChainstateManager to compute statistics (particularly a content hash) for UTXO sets coming in from snapshots.