aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
AgeCommit message (Expand)Author
2016-12-05Add option to return non-segwit serialization via rpcGregory Sanders
2016-12-02instance of 'mem pool' to 'mempool'S. Matthew English
2016-10-05Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not ...Luke Dashjr
2016-10-03[rpc] throw JSONRPCError when utxo set can not be readMarcoFalke
2016-07-19Rename "block cost" to "block weight"Suhas Daftuar
2016-06-28The bit field is shown only when status is "started"Pavel Janík
2016-06-27Merge #8258: RPC: Hide softfork if timeout is 0Wladimir J. van der Laan
2016-06-25Merge #8244: remove unnecessary LOCK(cs_main) in getrawpmempoolWladimir J. van der Laan
2016-06-25RPC: Hide softfork if timeout is 0jl2012
2016-06-23remove unnecessary LOCK(cs_main)Daniel Cousens
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-22[RPC] Return witness data in blockchain RPCsJohnson Lau
2016-06-22BIP141: Commitment structure and deploymentPieter Wuille
2016-06-09Add ancestor statistics to mempool entry RPC outputSuhas Daftuar
2016-06-09Add getmempoolentry RPC callSuhas Daftuar
2016-06-09Add getmempooldescendants RPC callSuhas Daftuar
2016-05-17Add getmempoolancestors RPC callSuhas Daftuar
2016-05-17Refactor logic for converting mempool entries to JSONSuhas Daftuar
2016-05-09Rename ReconsiderBlock func to reflect real behaviorinstagibbs
2016-05-06Remove state arg from ReconsiderBlockinstagibbs
2016-04-21Merge #7916: Explicitly pass CChainParams& to DisconnectTip()Wladimir J. van der Laan
2016-04-19Pass CChainParams to DisconnectTip()face
2016-04-19Merge #7827: Speed up getchaintips.Wladimir J. van der Laan
2016-04-18Speed up getchaintips.mrbandrews
2016-04-15rpc: make sure `gettxoutsetinfo` hash has txidsWladimir J. van der Laan
2016-04-15Merge #7756: Add cursor to iterate over utxo set, use this in `gettxoutsetinfo`Wladimir J. van der Laan
2016-04-15txdb: Add Cursor() method to CCoinsView to iterate over UTXO setWladimir J. van der Laan
2016-04-13getblockchaininfo: make bip9_softforks an object, not an array.Rusty Russell
2016-04-04RPC: add versionHex in getblock and getblockheader JSON results; expand data ...mruddy
2016-03-31Merge #7766: rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-18Add CHECKSEQUENCEVERIFY softfork through BIP9Pieter Wuille
2016-03-15Softfork status report in RPCPieter Wuille
2016-03-12use cached block hash in blockToJSON()Pavel Vasin
2016-01-21move rpc* to rpc/Daniel Cousens