| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make output of gettxout RPC more consistent | Pieter Wuille | 2013-01-04 | 1 | -3/+4 |
| | | | | | | * Report "value" in BTC, rather than "amount" in satoshis * Use ScriptPubKeyToJSON to report script data | ||||
| * | Split off CBlockHeader from CBlock | Pieter Wuille | 2012-11-16 | 1 | -1/+1 |
| | | | | | | Cleaner and removes the need for the application-specific flags in serialize.h. | ||||
| * | Add gettxout and gettxoutsetinfo RPCs | Pieter Wuille | 2012-10-20 | 1 | -0/+62 |
| | | |||||
| * | Document RPC error codes | Wladimir J. van der Laan | 2012-10-04 | 1 | -1/+1 |
| | | | | | Replace all "magic values" in RPCError(...) by constants. | ||||
| * | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module | Jeff Garzik | 2012-08-21 | 1 | -0/+165 |