96 Commits (fd29d3df299bd06c0e6bb218863e0c855b3b91af)

Author SHA1 Message Date
Alex Morcos fd29d3df29 Remove checking of mempool min fee from estimateSmartFee. 7 years ago
Gregory Maxwell 3babbcb487 Remove confusing MAX_BLOCK_BASE_SIZE. 7 years ago
Alex Morcos 5e3b7b5686 Improve error reporting for estimaterawfee 7 years ago
Alex Morcos 9c85b91dc1 Change API to estimaterawfee 7 years ago
Wladimir J. van der Laan df7e2f057b rpc: Move the `generate` RPC call to rpcwallet 7 years ago
John Newbery 0ef7de953f [RPCs] Remove submitblock parameters argument help text 7 years ago
Alex Morcos 1bebfc8d3a Output Fee Estimation Calculations in CreateTransaction 7 years ago
practicalswift 3fb81a8480 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 7 years ago
Matt Corallo 40796e1a9d Remove references to priority that snuck back in in 870824e9. 7 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 7 years ago
practicalswift 90593ed92c Limit variable scope 7 years ago
Jorge Timón b463bc9215
scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/ 7 years ago
Luke Dashjr 870824e919 RPC/Mining: Restore API compatibility for prioritisetransaction 7 years ago
Alex Morcos 38bc1ec4a4 Make more json-like output from estimaterawfee 7 years ago
Alex Morcos 2d2e17052c Comments and improved documentation 7 years ago
Alex Morcos 3ee76d6de5 Introduce a scale factor 7 years ago
Alex Morcos 3810e976d6 Rewrite estimateSmartFee 7 years ago
Alex Morcos c7447ec303 Track failures in fee estimation. 7 years ago
Alex Morcos 4186d3fdfd Expose estimaterawfee 7 years ago
Alex Morcos 14e10aa842 Call estimate(Smart)Fee directly from CBlockPolicyEstimator 7 years ago
Matt Corallo 1c95e2f9c9 Use std::shared_ptr instead of boost::shared_ptr in ScriptForMining 7 years ago
Matt Corallo acad82f375 Add override to functions using CValidationInterface methods 7 years ago
Gregory Maxwell 30f30c0f99 Add braces to submitblock per current style. 7 years ago
Gregory Maxwell 4f15ea102d Check transaction count early in submitblock. 7 years ago
Wladimir J. van der Laan e6dcfeec05 refactor: Move GetDifficulty out of `rpc/server.h` 7 years ago
Suhas Daftuar abe7b3d3ab Don't require segwit in getblocktemplate for segwit signalling or mining 7 years ago
Karl-Johan Alm f3c264e9a6
Refactor: Remove using namespace <xxx> from rpc/ 7 years ago
Alex Morcos f9b9371c60 [rpc] Remove priorityDelta from prioritisetransaction 7 years ago
Alex Morcos 12839cdd56 [rpc] Remove estimatepriority and estimatesmartpriority. 7 years ago
gubatron eaea2bbb41 Removed redundant parameter from mempool.PrioritiseTransaction 7 years ago
Luke Dashjr 9fc7f0bce9 Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates 8 years ago
practicalswift 8fc698935f Remove redundant semicolons 8 years ago
John Newbery 4e7e2e16e4 Update RPC argument names 8 years ago
Wladimir J. van der Laan 78b684f2ac rpc: Named arguments for mining calls 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Anditto Heristyo afe5b3f553 Added missing colons in when running help command 8 years ago
jonnynewbs d29505db22 Fix transaction size comments. Size now refers to virtual size as defined in BIP141. 8 years ago
Matt Corallo a13fa4c80f Remove unused CDiskBlockPos* argument from ProcessNewBlock 8 years ago
Matt Corallo 2d6e5619af Switch pblock in ProcessNewBlock to a shared_ptr 8 years ago
Matt Corallo 76faa3cdfe Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
Alex Morcos d824ad030e Disable fee estimates for a confirm target of 1 block 8 years ago
Pieter Wuille ad04d1cb35 Always add default_witness_commitment with GBT client support 8 years ago
Pieter Wuille 1662b437b3 Make CBlock::vtx a vector of shared_ptr<CTransaction> 8 years ago
Matt Corallo ae22357607 Replace CValidationState param in ProcessNewBlock with BlockChecked 8 years ago
Matt Corallo 7c98ce584e Remove pfrom parameter from ProcessNewBlock 8 years ago
Matt Corallo e2e069dabc Revert "RPC: Give more details when "generate" fails" 8 years ago
Jorge Timón 1adf82ac39
RPC: Give more details when "generate" fails 8 years ago
Alex Morcos b2322e0fc6 Remove priority estimation 8 years ago
Suhas Daftuar 88c35491ab Fix compact block handling to not ban if block is invalid 8 years ago
S. Matthew English 1c3ecc70c8 instance of 'mem pool' to 'mempool' 8 years ago