aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | checkpoints: Decouple checkpoints from ParamsCory Fields2015-04-301-1/+1
|/
* Removed main.h dependency from rpcserver.cppEric Lombrozo2015-01-281-0/+19
* String conversions uint256 -> uint256SWladimir J. van der Laan2015-01-051-4/+4
* Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-1/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* [REST] JSON output: remove block infos from tx details if it is nested in blockJonas Schnelli2014-12-091-1/+1
* [REST] /rest/block response with full tx detailsJonas Schnelli2014-12-091-2/+12
* Extra explanation for getchaintipsPieter Wuille2014-12-011-0/+6
* Merge pull request #5386Wladimir J. van der Laan2014-12-011-0/+27
|\
| * Report status of chain tipsPieter Wuille2014-11-271-0/+27
* | Add 'invalidateblock' and 'reconsiderblock' RPC commands.Pieter Wuille2014-11-261-0/+76
|/
* Improve chainstate/blockindex disk writing policyPieter Wuille2014-11-241-1/+1
* Update comments in src/rpc* to be doxygen compatibleMichael Ford2014-11-201-3/+3
* minor cleanup: include orders, end comments etc.Philip Kaufmann2014-10-311-1/+1
* Merge pull request #5115Wladimir J. van der Laan2014-10-271-0/+1
|\
| * rpc: Fix leveldb iterator leak, and flush before `gettxoutsetinfo`Wladimir J. van der Laan2014-10-211-0/+1
* | getblockhash: throw JSONRPCError (not runtime_error)dexX72014-10-241-1/+1
|/
* RPC additions after headers-firstPieter Wuille2014-10-141-0/+2
* Get rid of the dummy CCoinsViewCache constructor argPieter Wuille2014-09-241-1/+1
* Introduce BlockMap type for mapBlockIndexPieter Wuille2014-09-041-1/+1
* Merge pull request #4768Wladimir J. van der Laan2014-09-011-1/+1
|\
| * Perform CVerifyDB on pcoinsdbview instead of pcoinsTipWladimir J. van der Laan2014-08-271-1/+1
* | rpc: Compute number of confirmations of a block from block heightWladimir J. van der Laan2014-08-291-4/+6
|/
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
* Closely track mempool byte total. Add "getmempoolinfo" RPC.Jeff Garzik2014-08-141-0/+24
* Implement "getchaintips" RPC command to monitor blockchain forks.Daniel Kraft2014-08-031-0/+70
* Avoid a segfault on getblock if it can't read a block from disk.Ruben Dario Ponticelli2014-07-101-1/+3
* Replace HexBits with strprintfjtimon2014-06-281-1/+1
* Add "chain" to getmininginfo, improve help in getblockchaininfojtimon2014-06-171-1/+1
* add NetworkIDString() to chainparamsPhilip Kaufmann2014-06-121-9/+6
* remove unused code from getblockchaininfo()Philip Kaufmann2014-06-111-3/+0
* small formatting, indentation and comment fixesPhilip Kaufmann2014-06-101-2/+2
* VerifyDB progressCozz Lovan2014-06-031-1/+1
* removed a few unnecessary castsKamil Domanski2014-05-131-2/+2
* switch from boost int types to <stdint.h>Kamil Domanski2014-05-131-7/+7
* rpc: add `getblockchaininfo` and `getnetworkinfo`Wladimir J. van der Laan2014-05-061-0/+36
* small changes to rpc command help message stringsPhilip Kaufmann2014-01-301-2/+2
* Move `settxfee` from rpcblockchain to rpcwalletWladimir J. van der Laan2013-12-131-24/+0
* Add verbose boolean to getrawmempoolGavin Andresen2013-11-301-12/+63
* Split up bitcoinrpc (code movement only)Wladimir J. van der Laan2013-11-271-3/+1
* Issue #1865 - Clean up RPC help messagessje2013-11-131-16/+141
* Make CCoinsView use block hashes instead of indicesPieter Wuille2013-11-101-2/+4
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-2/+9
* Merge pull request #3119Pieter Wuille2013-10-201-1/+1
|\
| * Bump Year Number to 2013super32013-10-201-1/+1
* | Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-8/+8
|/
* Add RPC call decodescriptPeter Todd2013-09-121-2/+2
* Make settxfee clear that units are btc/kb.Gregory Maxwell2013-09-051-2/+2
* Add 'chainwork' to getblockPeter Todd2013-07-241-0/+1
* RPC: add getbestblockhash, to return tip of best chainJeff Garzik2013-07-031-0/+9