| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change count type used by `gettxoutsetinfo` | Ross Nicoll | 2021-06-08 | 1 | -1/+2 |
| | | | | | changing CAmount (is a int64_t) to arith_uint256 for nTotalAmount in CCoinsStats to prevent overflow | ||||
| * | rpc: Add hash_type NONE to gettxoutsetinfo | Fabian Jahr | 2020-06-22 | 1 | -0/+1 |
| | | |||||
| * | rpc: gettxoutsetinfo can specify hash_type (only legacy option for now) | Fabian Jahr | 2020-06-22 | 1 | -1/+5 |
| | | |||||
| * | rpc: Make gettxoutsetinfo/GetUTXOStats interruptible | MarcoFalke | 2020-05-22 | 1 | -1/+2 |
| | | | | | Also, add interruption points to scantxoutset | ||||
| * | coinstats: add coins_count | James O'Beirne | 2019-11-05 | 1 | -10/+11 |
| | | | | | Also changes existing CCoinsStats attributes to be C++11 initialized. | ||||
| * | move-only: move coins statistics utils out of RPC | James O'Beirne | 2019-08-27 | 1 | -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. | |||||