aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
Commit message (Expand)AuthorAgeFilesLines
* rpc: Fix getblocktemplate CLI example (#16594)Emil Engler2019-09-241-1/+1
* 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
* | | [RPC] Remove warning for removed estimatefee RPCJohn Newbery2018-09-221-7/+0
| |/ |/|
* | Merge #13983: rpc: Return more specific reject reason for submitblockMarcoFalke2018-09-131-5/+1
|\ \
| * | rpc: Return more specific reject reason for submitblockMarcoFalke2018-08-151-5/+1
* | | 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
| |/ /
* | | 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
| |/ /
* | | Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan2018-08-311-1/+1
|\ \ \ | |/ / |/| |
| * | Use LOCK macros for non-recursive locksRussell Yanofsky2018-08-031-1/+1
* | | rpc: Expose ProcessNewBlockHeadersMarcoFalke2018-08-131-1/+38
|/ /
* | Merge #12764: doc: Remove field in getblocktemplate help that has never been ...MarcoFalke2018-07-221-1/+0
|\ \
| * | [RPC] Remove field in getblocktemplate help that has never been usedConor Scott2018-03-261-1/+0
* | | Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley2018-06-251-2/+2
* | | Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblockJonas Schnelli2018-06-191-7/+6
|\ \ \ | |_|/ |/| |
| * | rpc: Avoid "duplicate" return value for invalid submitblockMarcoFalke2018-06-111-7/+6
* | | Drop the chain argument to GetDifficultyBen Woosley2018-05-201-1/+1
|/ /
* | Merge #12963: Fix Clang Static Analyzer warningsMarcoFalke2018-05-141-0/+1
|\ \
| * | Add assertion to guide static analyzers. Clang Static Analyzer needs this gui...practicalswift2018-04-121-0/+1
* | | Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-11/+11
* | | Merge #12448: Interrupt block generation on shutdown requestWladimir J. van der Laan2018-04-231-1/+1
|\ \ \
| * | | rpc: Interrupt block generation on shutdown requestJoão Barbosa2018-02-161-1/+1
* | | | Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/miningPieter Wuille2018-04-121-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Modernize best block mutex/cv/hash variable namingPieter Wuille2018-04-031-3/+3
| * | | Fix csBestBlock/cvBlockChange waiting in rpc/miningPieter Wuille2018-04-031-1/+1
* | | | Merge #12007: [Doc] Clarify the meaning of fee delta not being a fee rate in ...MarcoFalke2018-04-091-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | [Doc] Clarify the meaning of fee delta not being a fee rate in prioritisetran...Jan Čapek2017-12-241-0/+1