aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve gettxoutsetinfo commandPieter Wuille2013-05-011-1/+4
| | | | | | | | | * Bugfix: output the correct best block hash (during IBD, it can differ from the actual current best block) * Add height to output * Add hash_serialized, which is a hash of the entire UTXO state. Can be useful to compare two nodes. * Add total_amount, the sum of all UTXOs' values.
* Make output of gettxout RPC more consistentPieter Wuille2013-01-041-3/+4
| | | | | * Report "value" in BTC, rather than "amount" in satoshis * Use ScriptPubKeyToJSON to report script data
* Split off CBlockHeader from CBlockPieter Wuille2012-11-161-1/+1
| | | | | Cleaner and removes the need for the application-specific flags in serialize.h.
* Add gettxout and gettxoutsetinfo RPCsPieter Wuille2012-10-201-0/+62
|
* Document RPC error codesWladimir J. van der Laan2012-10-041-1/+1
| | | | Replace all "magic values" in RPCError(...) by constants.
* RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik2012-08-211-0/+165