aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* move rpc* to rpc/Daniel Cousens2016-01-211-891/+0
* Merge pull request #7194Wladimir J. van der Laan2016-01-181-1/+2
|\
| * Add RPC documentation for getblockheader[chainwork].James O'Beirne2015-12-141-1/+2
* | Merge pull request #7232Wladimir J. van der Laan2016-01-181-0/+1
|\ \
| * | Added help text for chainwork valueGregory Sanders2016-01-111-0/+1
| |/
* | Fix typo, wrong information in gettxout help text.paveljanik2016-01-101-2/+2
* | Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\ \
| * | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| |/
* / Fix mempool limiting for PrioritiseTransactionSuhas Daftuar2015-12-021-2/+2
|/
* Merge pull request #7118Wladimir J. van der Laan2015-12-021-3/+5
|\
| * Describe maxmempool and mempoolminfee in the getmempoolinfo RPC help.Pavel Janík2015-12-011-3/+5
* | Add a score index to the mempool.Alex Morcos2015-12-011-0/+2
|/
* Merge pull request #7053Wladimir J. van der Laan2015-11-271-3/+3
|\
| * Globals: Remove a bunch of Params() calls from main.cpp:Jorge Timón2015-11-231-3/+3
* | Merge pull request #6134Wladimir J. van der Laan2015-11-271-0/+1
|\ \
| * | EstimateSmart functions consider mempool min feeAlex Morcos2015-11-161-0/+1
| |/
* | Add mediantime field to getblock and getblockheaderPeter Todd2015-11-131-0/+4
* | Document new mediantime field in getblockchaininfoPeter Todd2015-11-131-0/+1
* | Add mediantime field to getblockchaininfo RPC callPeter Todd2015-11-131-0/+1
|/
* Merge pull request #6163Wladimir J. van der Laan2015-11-101-2/+2
|\
| * Globals: Explicit Consensus::Params arg for main:Jorge Timón2015-10-301-2/+2
* | Merge pull request #6905Wladimir J. van der Laan2015-11-041-4/+4
|\ \ | |/ |/|
| * Bugfix: RPC: blockchain: Display correct defaults in help for verifychain methodLuke Dashjr2015-10-011-4/+4
* | Merge pull request #6877Wladimir J. van der Laan2015-10-261-0/+3
|\ \
| * | rpc: Add maxmempool and effective min fee to getmempoolinfoWladimir J. van der Laan2015-10-261-0/+3
| |/
* / Add BIP65 to getblockchaininfo softforks listPeter Todd2015-10-081-0/+1
|/
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* Track transaction packages in CTxMemPoolEntrySuhas Daftuar2015-09-191-0/+6
* TxMemPool: Change mapTx to a boost::multi_index_containerAshley Holman2015-09-191-3/+2
* Implement REST mempool API, add test and documentation.Pavel Janík2015-08-141-44/+53
* Rationalize currency unit to "BTC"Ross Nicoll2015-08-031-2/+3
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+6
* Documenting pruned, pruneheight and softforks in getblockchaininfoSimon Males2015-07-191-0/+2
* Implement accurate memory accounting for mempoolPieter Wuille2015-07-101-0/+2
* [REST] add JSON support for /rest/headers/Jonas Schnelli2015-07-051-2/+0
* Merge pull request #6247Wladimir J. van der Laan2015-07-021-0/+82
|\
| * Add getblockheader RPC callPeter Todd2015-06-051-0/+82
* | Show softfork status in getblockchaininfoWladimir J. van der Laan2015-07-011-0/+51
* | rpc: make `gettxoutsettinfo` run lock-freeWladimir J. van der Laan2015-06-161-2/+0
|/
* fix missing univalue types during constructingJonas Schnelli2015-06-041-2/+2
* Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli2015-06-041-18/+17
* remove JSON Spirit UniValue wrapperJonas Schnelli2015-06-041-15/+15
* expicit set UniValue type to avoid empty valuesJonas Schnelli2015-06-041-13/+13
* extend conversion to UniValueJonas Schnelli2015-06-041-2/+2
* Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik2015-06-041-5/+11
* Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-0/+2
* Typo in GetRawMemPool RPC method help: "]" --> "}"Chris Arnesen2015-05-141-1/+1
* Merge pull request #6058Wladimir J. van der Laan2015-05-111-0/+12
|\
| * appropriate response when trying to get a block in pruned modeJonas Schnelli2015-05-111-0/+3
| * add autoprune information to RPC "getblockchaininfo"Jonas Schnelli2015-04-261-0/+9