aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | [rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruningDaniel Edgecumbe2017-09-291-9/+21
* | | Merge #11021: [rpc] fix getchaintxstats()Wladimir J. van der Laan2017-10-021-10/+22
|\ \ \ | |/ / |/| |
| * | Fix getchaintxstats()Akio Nakamura2017-08-251-10/+22
* | | Unify help text for GetWarnings output in get*info RPCsAndrew Chow2017-09-271-1/+2
* | | Add warnings field to getblockchaininfoAndrew Chow2017-09-271-0/+2
* | | Merge #11238: Add assertions before potential null deferencesWladimir J. van der Laan2017-09-061-0/+3
|\ \ \
| * | | Fix potential null dereferencesMeshCollider2017-08-231-0/+3
| |/ /
* | | Merge #11099: [RPC][mempool]: Add savemempool RPCMarcoFalke2017-09-061-0/+20
|\ \ \
| * | | Add savemempool RPCLawrence Nahum2017-09-061-0/+20
* | | | Merge #11203: rpc: add wtxid to mempool entry outputWladimir J. van der Laan2017-09-061-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | RPC: add wtxid to mempool entry outputSuhas Daftuar2017-08-311-0/+2
* | | | Merge #11173: RPC: Fix currency unit string in the help textMarcoFalke2017-09-051-1/+1
|\ \ \ \
| * | | | Fix currency/fee-rate unit string in the help textAkio Nakamura2017-09-051-1/+1
| |/ / /
* | | | Merge #11179: rpc: Push down safe mode checksWladimir J. van der Laan2017-09-051-27/+27
|\ \ \ \ | |/ / / |/| | |
| * | | rpc: Push down safe mode checksAndrew Chow2017-08-291-27/+27
| |/ /
* | | Merge #10859: RPC: gettxout: Slightly improve doc and testsMarcoFalke2017-08-281-3/+4
|\ \ \ | |/ / |/| |
| * | RPC: gettxout: Slightly improve doc and testsJorge Timón2017-08-291-3/+4
| |/
* | Merge #11050: Avoid treating null RPC arguments different from missing argumentsWladimir J. van der Laan2017-08-221-2/+2
|\ \
| * | Get rid of redundant RPC params.size() checksRussell Yanofsky2017-08-141-2/+2
* | | Merge #11027: [RPC] Only return hex field once in getrawtransactionWladimir J. van der Laan2017-08-211-1/+1
|\ \ \ | |/ / |/| |
| * | Pass serialization flags and whether to include hex to TxToUnivAndrew Chow2017-08-171-1/+1
* | | scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-3/+3
* | | Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan2017-08-141-2/+2
|\ \ \
| * | | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-2/+2
| |/ /
* / / [RPC] trivial: gettxout no longer shows version of txFelix Weis2017-08-111-1/+0
|/ /
* / check for null values in rpc args and handle appropriatelyGregory Sanders2017-07-171-11/+11
|/
* Avoid dereference-of-casted-pointerPieter Wuille2017-07-071-1/+1
* Clarify CCoinsViewMemPool documentation.Matt Corallo2017-06-271-1/+1
* Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-10/+10
|\
| * scripted-diff: Remove PAIRTYPEJorge Timón2017-06-051-1/+1
| * scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-10/+10
* | Merge #10550: Don't return stale data from CCoinsViewCache::Cursor()Wladimir J. van der Laan2017-06-121-1/+2
|\ \
| * | Don't return stale data from CCoinsViewCache::Cursor()Russell Yanofsky2017-06-071-1/+2
| |/
* / Replace bytes_serialized with bogosizePieter Wuille2017-06-051-2/+7
|/
* Merge #10195: Switch chainstate db and cache to per-txout modelPieter Wuille2017-06-011-35/+48
|\
| * scripted-diff: various renames for per-utxo consistencyPieter Wuille2017-06-011-2/+2
| * Switch CCoinsView and chainstate db from per-txid to per-txoutPieter Wuille2017-06-011-21/+26
| * Refactor GetUTXOStats in preparation for per-COutPoint iterationPieter Wuille2017-06-011-12/+20
| * 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
|\ \ \ \ | |/ / / |/| | |