aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | use ChainstateManager to initialize chainstateJames O'Beirne2020-03-171-1/+1
* | | Merge #18541: rpc: Make verifychain default values static, not depend on glob...MarcoFalke2020-04-101-11/+6
|\ \ \
| * | | rpc: Make verifychain default values static, not depend on global argsMarcoFalke2020-04-071-11/+6
| | |/ | |/|
* / | rpc: Avoid initialization-order-fiasco on static CRPCCommand tablesMarcoFalke2020-04-061-2/+2
|/ /
* | rpc: fix broken RPCExamples for waitforblock(height)Sebastian Falbesoner2020-03-211-3/+3
* | rpc: add missing HelpExampleRpc for getblockfilterSebastian Falbesoner2020-03-211-1/+2
|/
* Merge #18346: rpc: Document an RPCResult for all calls; Enforce at compile timeWladimir J. van der Laan2020-03-161-5/+5
|\
| * rpc: Document an RPCResult for all calls; Enforce at compile timeMarcoFalke2020-03-131-5/+5
* | Fix nit in getblockchaininfoSteven Roose2020-03-131-1/+1
|/
* Merge #17809: rpc: Auto-format RPCResultMarcoFalke2020-03-041-322/+298
|\
| * rpc: Auto-format RPCResultMarcoFalke2020-02-251-322/+298
* | Refactor FormatStateMessage into ValidationStateJeffrey Czyz2020-02-271-4/+3
|/
* scripted-diff: Add missing spaces in RPCResult, Fix type namesMarcoFalke2020-02-091-111/+111
* Merge #17750: util: change GetWarnings parameter to boolMarcoFalke2019-12-161-1/+1
|\
| * util: change GetWarnings parameter to boolJohn Newbery2019-12-151-1/+1
* | Merge #17564: rpc: Use mempool from node context instead of globalMarcoFalke2019-12-161-7/+13
|\ \ | |/ |/|
| * rpc: Use mempool from node context instead of globalMarcoFalke2019-12-051-7/+13
* | Merge #17728: rpc: require second argument only for scantxoutset start actionWladimir J. van der Laan2019-12-151-1/+6
|\ \
| * | rpc: require second argument only for scantxoutset start actionAndrew Chow2019-12-111-1/+6
| |/
* / qa: unify unix epoch time descriptionsJon Atack2019-12-131-6/+6
|/
* node: Add reference to mempool in NodeContextMarcoFalke2019-11-151-0/+10
* Merge #17382: rpc: Remove unused boost::this_thread::interruption_pointWladimir J. van der Laan2019-11-061-3/+0
|\
| * rpc: Remove unused boost::this_thread::interruption_pointMarcoFalke2019-11-051-3/+0
* | Merge #16899: UTXO snapshot creation (dumptxoutset)Wladimir J. van der Laan2019-11-051-0/+109
|\ \ | |/ |/|
| * rpc: add dumptxoutsetJames O'Beirne2019-11-051-0/+109
* | Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linterMarcoFalke2019-11-041-9/+9
|\ \
| * | replace asserts in RPC code with CHECK_NONFATAL and add linterAdam Jonas2019-10-301-9/+9
* | | Merge #17285: doc: Bip70 removal follow-upWladimir J. van der Laan2019-11-021-1/+1
|\ \ \
| * | | doc: Remove explicit network name referencesFabian Jahr2019-11-011-1/+1
* | | | Merge #15921: validation: Tidy up ValidationState interfaceWladimir J. van der Laan2019-10-301-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | [validation] Add CValidationState subclassesJohn Newbery2019-10-291-3/+3
| |/ /
* | / Avoid using g_rpc_node global in wallet codeRussell Yanofsky2019-10-281-0/+2
| |/ |/|
* | util: Add CHECK_NONFATAL and use it in src/rpcMarcoFalke2019-10-181-2/+1
|/
* Remove unused includespracticalswift2019-10-151-1/+0
* Merge #16908: txmempool: Make entry time type-safe (std::chrono)Wladimir J. van der Laan2019-10-021-1/+1
|\
| * txmempool: Make entry time type-safe (std::chrono)MarcoFalke2019-09-231-1/+1
* | [RPC] Fix casing in getblockchaininfo to be inline with the rest of the responseDan Gershony2019-09-261-2/+2
|/
* Merge #16285: rpc: Improve scantxoutset response and help messageWladimir J. van der Laan2019-09-091-10/+19
|\
| * rpc: Improve scantxoutset response and help messageJoão Barbosa2019-09-091-10/+19
* | Merge #16695: rpc: Add window final block height to getchaintxstatsWladimir J. van der Laan2019-08-291-0/+2
|\ \
| * | Add window final block height to getchaintxstatsJonathan "Duke" Leto2019-08-291-0/+2
* | | move-only: move coins statistics utils out of RPCJames O'Beirne2019-08-271-71/+1
|/ /
* | RPC: add weight to mempool entry outputDaniel Edgecumbe2019-08-191-0/+2
* | Merge #16060: Bury bip9 deploymentsMarcoFalke2019-08-151-77/+66
|\ \
| * | [Consensus] Bury segwit deploymentJohn Newbery2019-08-141-1/+1
| * | [Consensus] Bury CSV deployment heightJohn Newbery2019-08-141-1/+1
| * | [rpc] Tidy up reporting of buried and ongoing softforksJohn Newbery2019-08-131-77/+66
* | | Cover UTXO set access with lock annotationsJames O'Beirne2019-08-151-1/+3
* | | refactor: have CCoins* data managed under CChainStateJames O'Beirne2019-08-151-2/+2
* | | refactor: pcoinsTip -> CChainState::CoinsTip()James O'Beirne2019-08-061-4/+7
|/ /