aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Remove unused CDiskBlockPos* argument from ProcessNewBlockMatt Corallo2016-12-041-2/+2
* | Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo2016-12-041-3/+5
* | Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...Pieter Wuille2016-12-021-1/+1
|\ \
| * | Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* | | Disable fee estimates for a confirm target of 1 blockAlex Morcos2016-11-291-0/+2
|/ /
* / Always add default_witness_commitment with GBT client supportPieter Wuille2016-11-211-1/+3
|/
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-2/+3
* Replace CValidationState param in ProcessNewBlock with BlockCheckedMatt Corallo2016-11-091-11/+5
* Remove pfrom parameter from ProcessNewBlockMatt Corallo2016-11-091-2/+2
* Revert "RPC: Give more details when "generate" fails"Matt Corallo2016-11-081-1/+1
* RPC: Give more details when "generate" failsJorge Timón2016-11-081-1/+1
* Merge #9026: Fix handling of invalid compact blocksPieter Wuille2016-11-071-2/+2
|\
| * Fix compact block handling to not ban if block is invalidSuhas Daftuar2016-11-031-2/+2
* | Remove priority estimationAlex Morcos2016-11-071-2/+2
|/
* instance of 'mem pool' to 'mempool'S. Matthew English2016-10-271-1/+1
* [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-45/+45
* Merge #8951: RPC/Mining: getblocktemplate: Update and fix formatting of helpWladimir J. van der Laan2016-10-191-30/+36
|\
| * RPC/Mining: getblocktemplate: Update and fix formatting of helpLuke Dashjr2016-10-191-30/+36
* | Merge #8865: Decouple peer-processing-logic from block-connection-logicWladimir J. van der Laan2016-10-181-2/+2
|\ \