aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | | Do not shadow variablesPavel Janík2016-09-271-4/+4
* | | Merge #8085: p2p: Begin encapsulationWladimir J. van der Laan2016-09-091-2/+2
|\ \ \
| * | | net: Pass CConnman around as neededCory Fields2016-09-081-2/+2
* | | | add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for testsCory Fields2016-09-071-0/+147
|/ / /
* | | Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/Wladimir J. van der Laan2016-09-021-1/+1
|\ \ \
| * | | C++11: s/boost::scoped_ptr/std::unique_ptr/Jorge Timón2016-09-011-1/+1
| | |/ | |/|
* / | Do not shadow global RPC table variable (tableRPC)Pavel Janík2016-08-251-2/+2
|/ /
* | Consensus: Remove ISMNicolasDorier2016-07-231-20/+16
* | Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-2/+2
|/
* The bit field is shown only when status is "started"Pavel Janík2016-06-281-1/+1
* Merge #8258: RPC: Hide softfork if timeout is 0Wladimir J. van der Laan2016-06-271-3/+12
|\
| * RPC: Hide softfork if timeout is 0jl20122016-06-251-3/+12
* | Merge #8244: remove unnecessary LOCK(cs_main) in getrawpmempoolWladimir J. van der Laan2016-06-251-2/+0
|\ \ | |/ |/|
| * remove unnecessary LOCK(cs_main)Daniel Cousens2016-06-231-2/+0
* | BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-0/+2
* | [RPC] Return witness data in blockchain RPCsJohnson Lau2016-06-221-0/+2
* | BIP141: Commitment structure and deploymentPieter Wuille2016-06-221-0/+1
|/
* Add ancestor statistics to mempool entry RPC outputSuhas Daftuar2016-06-091-0/+6
* Add getmempoolentry RPC callSuhas Daftuar2016-06-091-0/+34
* Add getmempooldescendants RPC callSuhas Daftuar2016-06-091-1/+66
* Add getmempoolancestors RPC callSuhas Daftuar2016-05-171-0/+65
* Refactor logic for converting mempool entries to JSONSuhas Daftuar2016-05-171-39/+51
* Rename ReconsiderBlock func to reflect real behaviorinstagibbs2016-05-091-1/+1
* Remove state arg from ReconsiderBlockinstagibbs2016-05-061-5/+3
* Merge #7916: Explicitly pass CChainParams& to DisconnectTip()Wladimir J. van der Laan2016-04-211-1/+1
|\
| * Pass CChainParams to DisconnectTip()face2016-04-191-1/+1
* | Merge #7827: Speed up getchaintips.Wladimir J. van der Laan2016-04-191-8/+21
|\ \
| * | Speed up getchaintips.mrbandrews2016-04-181-8/+21
* | | rpc: make sure `gettxoutsetinfo` hash has txidsWladimir J. van der Laan2016-04-151-0/+1
| |/ |/|
* | Merge #7756: Add cursor to iterate over utxo set, use this in `gettxoutsetinfo`Wladimir J. van der Laan2016-04-151-1/+57
|\ \
| * | txdb: Add Cursor() method to CCoinsView to iterate over UTXO setWladimir J. van der Laan2016-04-151-1/+57
| |/
* / getblockchaininfo: make bip9_softforks an object, not an array.Rusty Russell2016-04-131-8/+6
|/
* RPC: add versionHex in getblock and getblockheader JSON results; expand data ...mruddy2016-04-041-1/+15
* Merge #7766: rpc: Register calls where they are definedWladimir J. van der Laan2016-03-311-0/+28
|\
| * rpc: Register calls where they are definedWladimir J. van der Laan2016-03-311-0/+28
* | Add CHECKSEQUENCEVERIFY softfork through BIP9Pieter Wuille2016-03-181-0/+1
|/
* Softfork status report in RPCPieter Wuille2016-03-151-0/+22
* use cached block hash in blockToJSON()Pavel Vasin2016-03-121-1/+1