aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linterMarcoFalke2019-11-041-4/+4
|\ \
| * | replace asserts in RPC code with CHECK_NONFATAL and add linterAdam Jonas2019-10-301-4/+4
* | | 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-6/+6
|\ \ \ \
| * | | | [validation] Remove unused first_invalid parameter from ProcessNewBlockHeaders()John Newbery2019-10-291-1/+1
| * | | | [validation] Add CValidationState subclassesJohn Newbery2019-10-291-5/+5
| |/ / /
* | | | Merge #16943: test: Add generatetodescriptor RPCWladimir J. van der Laan2019-10-301-0/+44
|\ \ \ \ | |_|/ / |/| | |
| * | | rpc: Add generatetodescriptorMarcoFalke2019-10-301-0/+44
| |/ /
* | | scripted-diff: Remove g_connman, g_banman globalsRussell Yanofsky2019-10-281-2/+2
* | | Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky2019-10-281-0/+1
|/ /
* | Merge #16060: Bury bip9 deploymentsMarcoFalke2019-08-151-3/+2
|\|
| * [Consensus] Bury segwit deploymentJohn Newbery2019-08-141-3/+2
* | rpc: Fix getblocktemplate CLI example (#16594)Emil Engler2019-08-131-1/+1
|/
* Merge #16240: JSONRPCRequest-aware RPCHelpManMarcoFalke2019-07-091-31/+10
|\
| * rpc: switch to using RPCHelpMan.Check()Karl-Johan Alm2019-07-081-30/+9
| * rpc: fix RPC help requirements for getblocktemplateKarl-Johan Alm2019-07-031-1/+1
* | Merge #16262: rpc: Allow shutdown while in generateblocksWladimir J. van der Laan2019-07-031-4/+3
|\ \ | |/ |/|
| * rpc: Allow shutdown while in generateblocksPatrick Strateman2019-06-231-4/+3
* | validation: Add missing mempool locksMarcoFalke2019-06-071-1/+1
* | txpool: Make nTransactionsUpdated atomicMarcoFalke2019-06-071-0/+1
|/
* refactoring: IsInitialBlockDownload -> CChainStateJames O'Beirne2019-05-161-1/+1
* scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne2019-05-031-12/+12
* [rpc] simplify generate RPCJohn Newbery2019-04-101-12/+6
* [build] Add several util unitsJohn Newbery2019-04-091-0/+2
* doc: rpc-mining: Clarify error messagesMarcoFalke2019-03-281-2/+2
* Remove uses of fee globals in wallet codeRussell Yanofsky2019-02-221-2/+4
* Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblo...MarcoFalke2019-02-151-14/+14
|\
| * [rpc] mining: Omit uninitialized currentblockweight, currentblocktxMarcoFalke2019-02-121-14/+14
* | Merge #14918: RPCHelpMan: Check default values are given at compile-timeMarcoFalke2019-02-121-21/+21
|\ \ | |/ |/|
| * RPCHelpMan: Check default values are given at compile-timeMarcoFalke2019-02-111-21/+21
* | Move ParseConfirmTarget from rpc/mining to rpc/utilRussell Yanofsky2019-02-081-10/+0
|/
* RPCHelpMan: Pass through Result and ExamplesMarcoFalke2019-01-251-54/+63
* Merge #14811: Mining: Enforce that segwit option must be set in GBTMarcoFalke2018-12-211-14/+9
|\
| * [mining] segwit option must be set in GBTJohn Newbery2018-12-101-14/+9
* | RPCHelpMan: Support required arguments after optional onesMarcoFalke2018-12-101-1/+1
|/
* rpc: Document default values for optional argumentsMarcoFalke2018-12-071-3/+3
* rpc: Pass argument descriptions to RPCHelpManMarcoFalke2018-11-271-70/+33
* Use RPCHelpMan for all RPCsMarcoFalke2018-11-141-39/+92
* rpc: Correctly name argumentsJon Layton2018-11-131-2/+2
* rpc: Include rpc/util.h where needed for RPCHelpManMarcoFalke2018-11-091-1/+2
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* Merge #14468: [wallet] Deprecate generate RPC methodMarcoFalke2018-10-231-0/+2
|\
| * [rpc] add 'getnewaddress' hint to 'generatetoaddress' help text.John Newbery2018-10-231-0/+2
* | [doc] getblocktemplate: use SegWit in exampleSjors Provoost2018-10-131-2/+2
|/
* [rpc] Descriptions: Textual consistency fixesJon Layton2018-10-091-1/+1
* 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-2/+2
|\ \
| * | Consistently use ParseHashV to validate hash inputs in rpcBen Woosley2018-08-071-2/+2