aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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