aboutsummaryrefslogtreecommitdiff
path: root/src/policy/fees.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Introduce a scale factorAlex Morcos2017-05-101-27/+34
| * Historical block spanAlex Morcos2017-05-101-9/+48
| * Clean up fee estimate debug printingAlex Morcos2017-05-101-1/+1
| * Track first recorded heightAlex Morcos2017-05-101-1/+6
| * Rewrite estimateSmartFeeAlex Morcos2017-05-101-6/+83
| * Track failures in fee estimation.Alex Morcos2017-05-101-14/+58
| * Expose estimaterawfeeAlex Morcos2017-05-101-11/+86
| * minor refactor: explicitly track start of new bucket range and don't update c...Alex Morcos2017-05-101-1/+6
| * Make EstimateMedianVal smarter about small failures.Alex Morcos2017-05-101-5/+3
| * Refactor to update moving average on flyAlex Morcos2017-05-101-29/+16
| * Change parameters for fee estimation and estimates on all 3 time horizons.Alex Morcos2017-05-101-11/+26
| * Change file format for fee estimates.Alex Morcos2017-04-201-77/+151
* | Trivial: fix fee estimate write error log messageCryptAxe2017-04-231-1/+1
|/
* MOVEONLY: move TxConfirmStats to cppAlex Morcos2017-04-101-0/+106