aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Replace CCoins-based CTxMemPool::pruneSpent with isSpentPieter Wuille2017-06-011-2/+1
| * Report on-disk size in gettxoutsetinfoPieter Wuille2017-05-261-0/+4
| * Remove/ignore tx version in utxo and undoPieter Wuille2017-05-261-8/+5
* | Merge #10475: [RPC] getmempoolinfo mempoolminfee is a BTC/KB feerateWladimir J. van der Laan2017-06-011-1/+1
|\ \ | |/ |/|
| * getmempool mempoolminfee is a BTC/KB feerateGregory Sanders2017-05-291-1/+1
* | Merge #9571: RPC: getblockchaininfo returns BIP signaling statisticsWladimir J. van der Laan2017-05-231-2/+20
|\ \ | |/ |/|
| * RPC: getblockchaininfo: BIP9 statsMatthew Zipkin2017-03-241-2/+20
* | Merge #8704: [RPC] Transaction details in getblockWladimir J. van der Laan2017-05-151-13/+26
|\ \
| * | Use a verbosity instead of two verbose parametersAndrew Chow2017-05-121-13/+26
* | | Merge #9279: Consensus: Move CFeeRate out of libconsensusWladimir J. van der Laan2017-05-091-0/+1
|\ \ \
| * | | Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus moduleJorge Timón2017-05-031-0/+1
* | | | Merge #10310: [doc] Add hint about getmempoolentry to getrawmempool help.MarcoFalke2017-05-081-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | [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