aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.sean2017-11-221-4/+11
* | Merge #11475: [rpc] mempoolinfo should take ::minRelayTxFee into accountWladimir J. van der Laan2017-12-231-1/+1
|\ \
| * | [rpc] mempoolinfo should take ::minRelayTxFee into accountCristian Mircea Messel2017-10-111-1/+1
* | | Merge #10874: [RPC] getblockchaininfo: Loop through the bip9 soft fork deploy...Wladimir J. van der Laan2017-11-301-4/+5
|\ \ \
| * | | Loop through the bip9 soft fork deployments instead of hard codingAndrew Chow2017-11-301-4/+5
* | | | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-22/+22
| |_|/ |/| |
* | | Merge #11258: [rpc] Add initialblockdownload to getblockchaininfoPieter Wuille2017-11-101-30/+32
|\ \ \
| * | | [trivial] (whitespace only) fix getblockchaininfo alignmentJohn Newbery2017-10-261-30/+30
| * | | [rpc] Add initialblockdownload to getblockchaininfoJohn Newbery2017-10-261-0/+2
| | |/ | |/|
* | | Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift2017-11-091-3/+3
* | | Add missing cs_main locks when calling blockToJSON/blockheaderToJSONpracticalswift2017-11-071-0/+2
|/ /
* | Merge #11367: [rpc] getblockchaininfo: add size_on_disk, prune_target_sizeWladimir J. van der Laan2017-10-091-9/+21
|\ \
| * | [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