aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
AgeCommit message (Expand)Author
2016-03-18Add CHECKSEQUENCEVERIFY softfork through BIP9Pieter Wuille
2016-03-18Softfork status report in RPCPieter Wuille
2016-01-18Fix help, add RPC tests for getblockheaderJames O'Beirne
2016-01-18Added help text for chainwork valueGregory Sanders
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-12-21[Mempool] Fix mempool limiting and replace-by-fee for PrioritiseTransactionSuhas Daftuar
2015-12-02Merge pull request #7118Wladimir J. van der Laan
2015-12-01Add a score index to the mempool.Alex Morcos
2015-12-01Describe maxmempool and mempoolminfee in the getmempoolinfo RPC help.Pavel Janík
2015-11-27Merge pull request #7053Wladimir J. van der Laan
2015-11-27Merge pull request #6134Wladimir J. van der Laan
2015-11-23Globals: Remove a bunch of Params() calls from main.cpp:Jorge Timón
2015-11-16EstimateSmart functions consider mempool min feeAlex Morcos
2015-11-13Add mediantime field to getblock and getblockheaderPeter Todd
2015-11-13Document new mediantime field in getblockchaininfoPeter Todd
2015-11-13Add mediantime field to getblockchaininfo RPC callPeter Todd
2015-11-10Merge pull request #6163Wladimir J. van der Laan
2015-11-04Merge pull request #6905Wladimir J. van der Laan
2015-10-30Globals: Explicit Consensus::Params arg for main:Jorge Timón
2015-10-26Merge pull request #6877Wladimir J. van der Laan
2015-10-26rpc: Add maxmempool and effective min fee to getmempoolinfoWladimir J. van der Laan
2015-10-08Add BIP65 to getblockchaininfo softforks listPeter Todd
2015-10-01Bugfix: RPC: blockchain: Display correct defaults in help for verifychain methodLuke Dashjr
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-09-19Track transaction packages in CTxMemPoolEntrySuhas Daftuar
2015-09-19TxMemPool: Change mapTx to a boost::multi_index_containerAshley Holman
2015-08-14Implement REST mempool API, add test and documentation.Pavel Janík
2015-08-03Rationalize currency unit to "BTC"Ross Nicoll
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-07-19Documenting pruned, pruneheight and softforks in getblockchaininfoSimon Males
2015-07-10Implement accurate memory accounting for mempoolPieter Wuille
2015-07-05[REST] add JSON support for /rest/headers/Jonas Schnelli
2015-07-02Merge pull request #6247Wladimir J. van der Laan
2015-07-01Show softfork status in getblockchaininfoWladimir J. van der Laan
2015-06-16rpc: make `gettxoutsettinfo` run lock-freeWladimir J. van der Laan
2015-06-05Add getblockheader RPC callPeter Todd
2015-06-04fix missing univalue types during constructingJonas Schnelli
2015-06-04Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli
2015-06-04remove JSON Spirit UniValue wrapperJonas Schnelli
2015-06-04expicit set UniValue type to avoid empty valuesJonas Schnelli
2015-06-04extend conversion to UniValueJonas Schnelli
2015-06-04Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik
2015-05-15Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon
2015-05-14Typo in GetRawMemPool RPC method help: "]" --> "}"Chris Arnesen
2015-05-11Merge pull request #6058Wladimir J. van der Laan
2015-05-11appropriate response when trying to get a block in pruned modeJonas Schnelli
2015-04-30checkpoints: Decouple checkpoints from ParamsCory Fields
2015-04-26add autoprune information to RPC "getblockchaininfo"Jonas Schnelli
2015-01-28Removed main.h dependency from rpcserver.cppEric Lombrozo
2015-01-05String conversions uint256 -> uint256SWladimir J. van der Laan