aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| |/ |/|
* | Merge #10252: RPC/Mining: Restore API compatibility for prioritisetransactionWladimir J. van der Laan2017-06-061-7/+12
|\ \
| * | RPC/Mining: Restore API compatibility for prioritisetransactionLuke Dashjr2017-05-231-7/+12
| |/
* / scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/Jorge Timón2017-05-301-4/+4
|/
* Make more json-like output from estimaterawfeeAlex Morcos2017-05-171-20/+25
* Comments and improved documentationAlex Morcos2017-05-101-1/+1
* Introduce a scale factorAlex Morcos2017-05-101-0/+2
* Rewrite estimateSmartFeeAlex Morcos2017-05-101-5/+14
* Track failures in fee estimation.Alex Morcos2017-05-101-0/+3
* Expose estimaterawfeeAlex Morcos2017-05-101-0/+74
* Merge #9942: Refactor CBlockPolicyEstimatorWladimir J. van der Laan2017-04-201-2/+3
|\
| * Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos2017-04-101-2/+3
* | Use std::shared_ptr instead of boost::shared_ptr in ScriptForMiningMatt Corallo2017-04-071-4/+3
* | Add override to functions using CValidationInterface methodsMatt Corallo2017-04-071-1/+1
|/
* Add braces to submitblock per current style.Gregory Maxwell2017-04-031-8/+13
* Check transaction count early in submitblock.Gregory Maxwell2017-04-031-0/+4
* refactor: Move GetDifficulty out of `rpc/server.h`Wladimir J. van der Laan2017-03-271-0/+1
* Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar2017-03-141-4/+14
* Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm2017-03-081-13/+11
* [rpc] Remove priorityDelta from prioritisetransactionAlex Morcos2017-03-031-11/+8
* [rpc] Remove estimatepriority and estimatesmartpriority.Alex Morcos2017-02-271-65/+0
* Merge #9801: Removed redundant parameter from mempool.PrioritiseTransactionWladimir J. van der Laan2017-02-221-1/+1
|\
| * Removed redundant parameter from mempool.PrioritiseTransactiongubatron2017-02-211-1/+1
* | Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activatesLuke Dashjr2017-02-021-2/+6
|/
* Remove redundant semicolonspracticalswift2017-01-141-2/+2
* Merge #8811: rpc: Add support for JSON-RPC named argumentsWladimir J. van der Laan2017-01-101-31/+31
|\
| * Update RPC argument namesJohn Newbery2017-01-101-11/+11
| * rpc: Named arguments for mining callsWladimir J. van der Laan2017-01-051-22/+22
* | Merge #8747: [rpc] Fix transaction size comments and RPC help text.Wladimir J. van der Laan2017-01-051-2/+4
|\ \ | |/ |/|
| * Fix transaction size comments. Size now refers to virtual size as defined in ...jonnynewbs2016-12-081-2/+4
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | Added missing colons in when running help commandAnditto Heristyo2016-12-221-4/+4