aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* move rpc* to rpc/Daniel Cousens2016-01-211-0/+891