aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | [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
* | | | Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan2018-03-271-6/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-6/+6
* | | | Merge #11041: Add LookupBlockIndexWladimir J. van der Laan2018-03-131-9/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Add LookupBlockIndex functionJoão Barbosa2018-03-061-9/+7
| | |/ | |/|
* / | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
|/ /
* | Merge #12356: Fix 'mempool min fee not met' debug outputWladimir J. van der Laan2018-02-151-2/+2
|\ \
| * | Consistently use FormatStateMessage in RPC error outputBen Woosley2018-02-081-2/+2
* | | scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek2018-02-101-63/+63
|/ /
* | [rpc] Remove deprecated getmininginfo RPC optionJohn Newbery2018-02-051-6/+1
* | [rpc] remove deprecated estimatefee RPCJohn Newbery2018-02-051-38/+3
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|/
* Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-2/+0
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-22/+22
* Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std fr...Matt Corallo2017-11-061-5/+5
* Change getmininginfo errors field to warningsAndrew Chow2017-09-271-2/+7
* Unify help text for GetWarnings output in get*info RPCsAndrew Chow2017-09-271-2/+2
* [rpc] Deprecate estimatefee RPCJohn Newbery2017-09-261-0/+6
* Merge #11267: rpc: update cli for estimate*fee argument renameMarcoFalke2017-09-121-1/+1
|\
| * rpc: make estimatesmartfee argument naming consistent with documentationWladimir J. van der Laan2017-09-081-1/+1
* | Deprecate confusing blockmaxsize, fix getmininginfo outputMatt Corallo2017-09-111-2/+0
|/
* Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-3/+4
* Merge #11173: RPC: Fix currency unit string in the help textMarcoFalke2017-09-051-4/+4
|\
| * Fix currency/fee-rate unit string in the help textAkio Nakamura2017-09-051-4/+4
* | rpc: Push down safe mode checksAndrew Chow2017-08-291-10/+11
|/