aboutsummaryrefslogtreecommitdiff
path: root/src/policy/fees.cpp
Commit message (Expand)AuthorAgeFilesLines
* policy/fees: remove a floating-point division by zeroAntoine Poinsot2020-09-141-2/+11
* policy/fees: unify some duplicated for loopsAntoine Poinsot2020-09-141-7/+6
* policy/fees: small readability improvementsAntoine Poinsot2020-09-141-19/+17
* policy/fee: remove requireGreater parameter in EstimateMedianVal()Antoine Poinsot2020-09-141-30/+20
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* refactor: Remove redundant c_str() calls in formattingWladimir J. van der Laan2019-10-281-1/+1
* Remove unused includespracticalswift2019-10-151-1/+0
* Fix spelling errors identified by codespell 1.15.0Ben Woosley2019-06-111-1/+1
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne2019-05-031-1/+1
* [build] Add several util unitsJohn Newbery2019-04-091-34/+0
* Add locking annotations to feeStats, shortStats and longStatspracticalswift2018-12-031-0/+1
* scripted-diff: Rename from cs_feeEstimator to m_cs_fee_estimatorpracticalswift2018-12-021-8/+8
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* fee estimator: avoid sorting mempool on shutdownSuhas Daftuar2018-01-251-6/+7
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Remove dead feeest-file read code for old versionsMatt Corallo2017-12-191-24/+15
* Merge #11273: Ignore old format estimation fileWladimir J. van der Laan2017-12-191-26/+3
|\
| * Ignore old format estimation fileMurch2017-09-071-26/+3
* | 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-10/+10
* | Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats)practicalswift2017-11-091-15/+9
* | Avoid division by zero in the case of a corrupt estimates filepracticalswift2017-10-131-0/+4
* | Merge #11133: Document assumptions that are being made to avoid division by zeroWladimir J. van der Laan2017-10-121-0/+1
|\ \
| * | Document assumptions that are being made to avoid division by zeropracticalswift2017-08-281-0/+1
| |/
* | Force explicit double -> int conversion for CFeeRate constructorMatt Corallo2017-09-111-2/+2
* | Make float <-> int casts explicit outside of test, qt, CFeeRateMatt Corallo2017-09-111-1/+1
|/
* Fix typo: "conditon" → "condition"practicalswift2017-07-181-3/+3
* Improve api to estimatesmartfeeAlex Morcos2017-07-171-11/+8
* Merge #10706: Improve wallet fee logic and fix GUI bugsWladimir J. van der Laan2017-07-171-59/+51
|\
| * Remove checking of mempool min fee from estimateSmartFee.Alex Morcos2017-07-141-59/+51
* | Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...practicalswift2017-07-161-1/+1
* | Fix typospracticalswift2017-07-151-2/+2
|/
* Merge #10543: Change API to estimaterawfeeWladimir J. van der Laan2017-07-111-1/+32
|\
| * Add function to report highest estimate target tracked per horizonAlex Morcos2017-07-101-1/+19
| * Change API to estimaterawfeeAlex Morcos2017-07-101-0/+13
* | Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos2017-07-101-0/+14
|/
* Merge #10284: Always log debug information for fee calculation in CreateTrans...Wladimir J. van der Laan2017-06-151-22/+68
|\
| * Output Fee Estimation Calculations in CreateTransactionAlex Morcos2017-06-131-22/+68
* | Merge #10521: Limit variable scopePieter Wuille2017-06-091-1/+2
|\ \ | |/ |/|
| * Limit variable scopepracticalswift2017-06-051-1/+2
* | Merge #10422: Fix timestamp in fee estimate debug messageWladimir J. van der Laan2017-06-051-1/+1
|\ \ | |/ |/|
| * Fix timestamp in fee estimate debug messageAlex Morcos2017-05-181-1/+1
* | Merge #10419: [trivial] Fix three recently introduced typosPieter Wuille2017-05-261-1/+1
|\ \
| * | [trivial] Fix three recently introduced typospracticalswift2017-05-231-1/+1
| |/
* / Use range-based for loops (C++11) when looping over vector elementspracticalswift2017-05-191-2/+2
|/
* Merge #10199: Better fee estimatesPieter Wuille2017-05-171-142/+477
|\
| * Comments and improved documentationAlex Morcos2017-05-101-0/+10
| * minor cleanup: remove unnecessary variableAlex Morcos2017-05-101-2/+1