aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | Convert named argument from nblocks to conf_targetAlex Morcos2017-07-171-21/+15
* | Improve api to estimatesmartfeeAlex Morcos2017-07-171-15/+35
|/
* Properly bound check conf_target in wallet RPC callsAlex Morcos2017-07-141-0/+10
* Remove checking of mempool min fee from estimateSmartFee.Alex Morcos2017-07-141-2/+1
* Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell2017-07-141-4/+5
* Improve error reporting for estimaterawfeeAlex Morcos2017-07-101-25/+46
* Change API to estimaterawfeeAlex Morcos2017-07-101-49/+51
* rpc: Move the `generate` RPC call to rpcwalletWladimir J. van der Laan2017-06-291-37/+1
* Merge #10191: [trivial] Rename unused RPC arguments 'dummy'Wladimir J. van der Laan2017-06-241-7/+4
|\
| * [RPCs] Remove submitblock parameters argument help textJohn Newbery2017-06-141-7/+4
* | Merge #10284: Always log debug information for fee calculation in CreateTrans...Wladimir J. van der Laan2017-06-151-3/+3
|\ \ | |/ |/|
| * Output Fee Estimation Calculations in CreateTransactionAlex Morcos2017-06-131-3/+3
* | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-1/+1
|\ \
| * | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-1/+1
* | | Merge #10488: Note that the prioritizetransaction dummy value is deprecated, ...Wladimir J. van der Laan2017-06-121-4/+5
|\ \ \
| * | | Remove references to priority that snuck back in in 870824e9.Matt Corallo2017-06-061-4/+5
| | |/ | |/|
* | | Merge #10521: Limit variable scopePieter Wuille2017-06-091-4/+2
|\ \ \
| * | | Limit variable scopepracticalswift2017-06-051-4/+2
| | |/ | |/|
* | | Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift2017-06-061-5/+3
| |/ |/|