aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix RPC/pruneblockchain returned prune heightJonas Schnelli2019-06-141-1/+6
* Merge #15552: 0.18: Granular invalidateblock and RewindBlockIndexWladimir J. van der Laan2019-03-071-3/+3
|\
| * Call InvalidateBlock without cs_main heldPieter Wuille2019-02-241-3/+3
* | Add support for stop/[start,stop] ranges to scantxoutsetPieter Wuille2019-02-281-6/+9
* | rpc: Actually throw help when passed invalid number of paramsMarcoFalke2019-02-201-5/+5
|/
* RPCHelpMan: Check default values are given at compile-timeMarcoFalke2019-02-111-37/+37
* Merge #15159: [RPC] Remove lookup to UTXO set from GetTransactionMarcoFalke2019-01-301-1/+1
|\
| * [RPC] Update getrawtransaction interfaceAmiti Uttarwar2019-01-261-1/+1
* | RPCHelpMan: Pass through Result and ExamplesMarcoFalke2019-01-251-168/+214
|/
* Merge #12153: Avoid permanent cs_main lock in getblockheaderWladimir J. van der Laan2019-01-081-4/+9
|\
| * rpc: Avoid permanent cs_main lock in getblockheaderJoão Barbosa2019-01-041-4/+9
* | Merge #15057: [rpc] Correct reconsiderblock help text, add testWladimir J. van der Laan2019-01-071-1/+1
|\ \ | |/ |/|
| * [rpc] Correct reconsiderblock help text, add testMarcoFalke2019-01-011-1/+1
* | Merge #12151: rpc: Remove cs_main lock from blockToJSON and blockheaderToJSONMarcoFalke2019-01-041-29/+28
|\ \ | |/ |/|
| * rpc: Remove cs_main lock from blockToJSON and blockHeaderToJSONJoão Barbosa2018-09-091-16/+18
| * rpc: Specify chain tip instead of chain in GetDifficultyJoão Barbosa2018-09-091-11/+8
| * rpc: Fix SoftForkMajorityDesc and SoftForkDesc signaturesJoão Barbosa2018-09-091-2/+2
* | Merge #14877: rpc: Document default values for optional argumentsMarcoFalke2018-12-101-5/+3
|\ \
| * | rpc: Document default values for optional argumentsMarcoFalke2018-12-071-5/+3
* | | Merge #14863: refactor: Add and use HaveTxsDownloaded() where appropriateWladimir J. van der Laan2018-12-071-1/+1
|\ \ \ | |/ / |/| |
| * | validation: Add and use HaveTxsDownloaded where appropriateMarcoFalke2018-12-041-1/+1
* | | Merge #14796: rpc: Pass argument descriptions to RPCHelpManMarcoFalke2018-12-051-107/+47
|\ \ \ | |/ / |/| |
| * | rpc: Pass argument descriptions to RPCHelpManMarcoFalke2018-11-271-107/+47
* | | Merge #14477: Add ability to convert solvability info to descriptorPieter Wuille2018-11-271-1/+8
|\ \ \ | |/ / |/| |
| * | Add matching descriptors to scantxoutset output + testsPieter Wuille2018-11-141-1/+8
* | | Merge #14726: Use RPCHelpMan for all RPCsWladimir J. van der Laan2018-11-231-81/+194
|\ \ \
| * | | Use RPCHelpMan for all RPCsMarcoFalke2018-11-141-81/+194
* | | | Merge #14718: Remove unreferenced boost headersMarcoFalke2018-11-191-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unreferenced boost headersMurray Nesbitt2018-11-161-1/+0
* | | | rpc: Correctly name argumentsJon Layton2018-11-131-7/+7
* | | | rpc: Include rpc/util.h where needed for RPCHelpManMarcoFalke2018-11-091-3/+4
|/ / /
* / / scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
|/ /
* | rpc: Always throw in getblockstats if -txindex is requiredJoão Barbosa2018-10-191-4/+4
* | [rpc] Descriptions: Textual consistency fixesJon Layton2018-10-091-10/+10
* | Merge #13311: Don't edit Chainparams after initializationMarcoFalke2018-09-241-0/+1
|\ \
| * | MOVEONLY: Move versionbits info out of versionbits.oJorge Timón2018-09-231-0/+1
* | | Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke2018-09-241-16/+9
|\ \ \ | |/ / |/| |
| * | Consistently use ParseHashV to validate hash inputs in rpcBen Woosley2018-08-071-16/+9
* | | Merge #13558: Drop unused GetType() from CSizeComputerWladimir J. van der Laan2018-09-111-4/+4
|\ \ \
| * | | Drop unused GetType() from CSizeComputerBen Woosley2018-09-111-4/+4
* | | | Merge #14008: Preserve a format of RPC command definitionsWladimir J. van der Laan2018-09-101-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Preserve a format of RPC command definitionsKostiantyn Stepaniuk2018-08-201-0/+2
* | | | Adjust TODO linkPieter Wuille2018-09-051-1/+1
* | | | Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan2018-09-041-1/+1
|\ \ \ \
| * | | | Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-1/+1
| | |/ / | |/| |
* | | | scripted-diff: Small locking renameRussell Yanofsky2018-08-311-1/+1
* | | | Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan2018-08-311-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Use LOCK macros for non-recursive locksRussell Yanofsky2018-08-031-4/+4
* | | | Merge #12676: Show "bip125-replaceable" flag, when retrieving mempool entriesWladimir J. van der Laan2018-08-261-1/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | Add "bip125-replaceable" flag to mempool RPCsdexX72018-04-251-1/+14