aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [doc] Add hint about getmempoolentry to getrawmempool help.Karl-Johan Alm2017-05-061-0/+1
* | | | Add getchaintxstats RPCPieter Wuille2017-05-031-0/+66
* | | | Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...)practicalswift2017-05-021-1/+0
|/ / /
* / / refactor TxToJSON() and ScriptPubKeyToJSON()jonnynewbs2017-04-281-2/+3
|/ /
* | Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-1/+1
* | refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicitWladimir J. van der Laan2017-03-291-2/+2
* | refactor: Move GetDifficulty out of `rpc/server.h`Wladimir J. van der Laan2017-03-271-7/+2
|/
* Merge #9853: Fix error codes from various RPCsWladimir J. van der Laan2017-03-091-6/+11
|\
| * Return correct error codes in blockchain.cpp.John Newbery2017-03-071-6/+11
* | Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm2017-03-081-29/+28
|/
* Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-071-4/+0
|\
| * [rpc] Remove priority information from mempool RPC callsAlex Morcos2017-03-031-4/+0
* | Define 7200 second timestamp window constantRussell Yanofsky2017-03-031-1/+1
|/
* Trivial: Rephrase the definition of difficulty in the code.Karl-Johan Alm2017-02-231-2/+7
* Add two hour buffer to manual pruningAlex Morcos2017-02-161-2/+4
* Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell2017-01-121-2/+2
* Merge #9472: Disentangle progress estimation from checkpoints and update itWladimir J. van der Laan2017-01-121-1/+1
|\
| * Move tx estimation data out of CCheckPointDataPieter Wuille2017-01-041-1/+1
| * [MOVEONLY] Move progress estimation out of checkpointsPieter Wuille2017-01-041-1/+1
* | Merge #9518: Return height of last block pruned by pruneblockchain RPCMarcoFalke2017-01-121-3/+10
|\ \
| * | Return height of last block pruned by pruneblockchain RPCRussell Yanofsky2017-01-111-3/+10
* | | Merge #9297: Various RPC help outputs updatedMarcoFalke2017-01-121-3/+3
|\ \ \ | |/ / |/| |
| * | RPC help updatedMichael Rotarius2017-01-111-3/+3
* | | fixup! Add pruneblockchain RPC to enable manual block file pruning.Russell Yanofsky2017-01-101-1/+11
* | | Add pruneblockchain RPC to enable manual block file pruning.mrbandrews2017-01-101-0/+31
|/ /
* | Merge #8811: rpc: Add support for JSON-RPC named argumentsWladimir J. van der Laan2017-01-101-51/+51
|\ \
| * | Update RPC argument namesJohn Newbery2017-01-101-29/+29
| * | rpc: Argument name consistencyWladimir J. van der Laan2017-01-051-1/+1
| * | rpc: Named arguments for blockchain callsWladimir J. van der Laan2017-01-051-31/+31
| |/
* | Merge #8747: [rpc] Fix transaction size comments and RPC help text.Wladimir J. van der Laan2017-01-051-5/+5
|\ \ | |/ |/|
| * Fix transaction size comments. Size now refers to virtual size as defined in ...jonnynewbs2016-12-081-5/+5
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | Added missing colons in when running help commandAnditto Heristyo2016-12-221-9/+9
* | Add option to return non-segwit serialization via rpcGregory Sanders2016-12-051-1/+1
* | Make the optional pblock in ActivateBestChain a shared_ptrMatt Corallo2016-12-041-2/+2
* | Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* | Correct help output for waitfor RPC commandsfanquake2016-11-241-10/+10
|/
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-3/+3
* instance of 'mem pool' to 'mempool'S. Matthew English2016-10-271-1/+1
* Eliminating Inconsistencies in Textual OutputS. Matthew English2016-10-201-3/+3
* Merge #7948: RPC: augment getblockchaininfo bip9_softforks dataWladimir J. van der Laan2016-10-191-1/+3
|\
| * RPC: augment getblockchaininfo bip9_softforks datamruddy2016-10-191-1/+3
* | [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-79/+79
|/
* Merge #8865: Decouple peer-processing-logic from block-connection-logicWladimir J. van der Laan2016-10-181-2/+2
|\
| * Remove CConnman parameter from ProcessNewBlock/ActivateBestChainMatt Corallo2016-10-041-2/+2
* | Merge #6996: Add preciousblock RPCWladimir J. van der Laan2016-10-181-0/+40
|\ \
| * | Add preciousblock RPCPieter Wuille2016-08-261-0/+40
* | | Merge #8884: Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the...Wladimir J. van der Laan2016-10-051-1/+1
|\ \ \ | |_|/ |/| |
| * | Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not ...Luke Dashjr2016-10-041-1/+1
* | | [rpc] throw JSONRPCError when utxo set can not be readMarcoFalke2016-09-281-0/+2