aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-8/+73
* Scrypt n=1024 PoW hashRoss Nicoll2019-04-031-1/+1
* [doc] getblocktemplate: use SegWit in exampleSjors Provoost2018-10-181-2/+2
* 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
|/
* Merge #11050: Avoid treating null RPC arguments different from missing argumentsWladimir J. van der Laan2017-08-221-1/+1
|\
| * Get rid of redundant RPC params.size() checksRussell Yanofsky2017-08-141-1/+1
* | Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
|/
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-3/+3
* Merge #10783: [RPC] Various rpc argument fixesWladimir J. van der Laan2017-07-201-3/+3
|\
| * check for null values in rpc args and handle appropriatelyGregory Sanders2017-07-171-3/+3
* | Avoid redundant redeclaration of GetWarnings(const string&)practicalswift2017-07-181-0/+1