Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-30 | rpc: Add hash_type MUHASH to gettxoutsetinfo | Fabian Jahr | |
Also small style fix in rpc/util.cpp | |||
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
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 | |
Also, add interruption points to scantxoutset | |||
2019-11-05 | coinstats: add coins_count | James O'Beirne | |
Also changes existing CCoinsStats attributes to be C++11 initialized. | |||
2019-08-27 | move-only: move coins statistics utils out of RPC | James O'Beirne | |
These procedures will later be used in the ChainstateManager to compute statistics (particularly a content hash) for UTXO sets coming in from snapshots. |