aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
AgeCommit message (Expand)Author
2017-06-15Merge #10284: Always log debug information for fee calculation in CreateTrans...Wladimir J. van der Laan
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-13Output Fee Estimation Calculations in CreateTransactionAlex Morcos
2017-06-12Merge #10488: Note that the prioritizetransaction dummy value is deprecated, ...Wladimir J. van der Laan
2017-06-09Merge #10521: Limit variable scopePieter Wuille
2017-06-06Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift
2017-06-06Remove references to priority that snuck back in in 870824e9.Matt Corallo
2017-06-06Merge #10252: RPC/Mining: Restore API compatibility for prioritisetransactionWladimir J. van der Laan
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-06-05Limit variable scopepracticalswift
2017-05-30scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/Jorge Timón
2017-05-23RPC/Mining: Restore API compatibility for prioritisetransactionLuke Dashjr
2017-05-17Make more json-like output from estimaterawfeeAlex Morcos
2017-05-10Comments and improved documentationAlex Morcos
2017-05-10Introduce a scale factorAlex Morcos
2017-05-10Rewrite estimateSmartFeeAlex Morcos
2017-05-10Track failures in fee estimation.Alex Morcos
2017-05-10Expose estimaterawfeeAlex Morcos
2017-04-20Merge #9942: Refactor CBlockPolicyEstimatorWladimir J. van der Laan
2017-04-10Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos
2017-04-07Use std::shared_ptr instead of boost::shared_ptr in ScriptForMiningMatt Corallo
2017-04-07Add override to functions using CValidationInterface methodsMatt Corallo
2017-04-03Add braces to submitblock per current style.Gregory Maxwell
2017-04-03Check transaction count early in submitblock.Gregory Maxwell
2017-03-27refactor: Move GetDifficulty out of `rpc/server.h`Wladimir J. van der Laan
2017-03-14Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar
2017-03-08Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm
2017-03-03[rpc] Remove priorityDelta from prioritisetransactionAlex Morcos
2017-02-27[rpc] Remove estimatepriority and estimatesmartpriority.Alex Morcos
2017-02-22Merge #9801: Removed redundant parameter from mempool.PrioritiseTransactionWladimir J. van der Laan
2017-02-21Removed redundant parameter from mempool.PrioritiseTransactiongubatron
2017-02-02Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activatesLuke Dashjr
2017-01-14Remove redundant semicolonspracticalswift
2017-01-10Merge #8811: rpc: Add support for JSON-RPC named argumentsWladimir J. van der Laan
2017-01-10Update RPC argument namesJohn Newbery
2017-01-05Merge #8747: [rpc] Fix transaction size comments and RPC help text.Wladimir J. van der Laan
2017-01-05rpc: Named arguments for mining callsWladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-22Added missing colons in when running help commandAnditto Heristyo
2016-12-08Fix transaction size comments. Size now refers to virtual size as defined in ...jonnynewbs
2016-12-04Remove unused CDiskBlockPos* argument from ProcessNewBlockMatt Corallo
2016-12-04Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo
2016-12-02Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...Pieter Wuille
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-11-29Disable fee estimates for a confirm target of 1 blockAlex Morcos
2016-11-21Always add default_witness_commitment with GBT client supportPieter Wuille
2016-11-19Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille
2016-11-09Replace CValidationState param in ProcessNewBlock with BlockCheckedMatt Corallo
2016-11-09Remove pfrom parameter from ProcessNewBlockMatt Corallo
2016-11-08Revert "RPC: Give more details when "generate" fails"Matt Corallo