aboutsummaryrefslogtreecommitdiff
path: root/src/policy/fees.cpp
AgeCommit message (Expand)Author
2019-08-19[wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-25fee estimator: avoid sorting mempool on shutdownSuhas Daftuar
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-19Remove dead feeest-file read code for old versionsMatt Corallo
2017-12-19Merge #11273: Ignore old format estimation fileWladimir J. van der Laan
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-09Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats)practicalswift
2017-10-13Avoid division by zero in the case of a corrupt estimates filepracticalswift
2017-10-12Merge #11133: Document assumptions that are being made to avoid division by zeroWladimir J. van der Laan
2017-09-11Force explicit double -> int conversion for CFeeRate constructorMatt Corallo
2017-09-11Make float <-> int casts explicit outside of test, qt, CFeeRateMatt Corallo
2017-09-07Ignore old format estimation fileMurch
2017-08-28Document assumptions that are being made to avoid division by zeropracticalswift
2017-07-18Fix typo: "conditon" → "condition"practicalswift
2017-07-17Improve api to estimatesmartfeeAlex Morcos
2017-07-17Merge #10706: Improve wallet fee logic and fix GUI bugsWladimir J. van der Laan
2017-07-16Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...practicalswift
2017-07-15Fix typospracticalswift
2017-07-14Remove checking of mempool min fee from estimateSmartFee.Alex Morcos
2017-07-11Merge #10543: Change API to estimaterawfeeWladimir J. van der Laan
2017-07-10Add function to report highest estimate target tracked per horizonAlex Morcos
2017-07-10Change API to estimaterawfeeAlex Morcos
2017-07-10Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos
2017-06-15Merge #10284: Always log debug information for fee calculation in CreateTrans...Wladimir J. van der Laan
2017-06-13Output Fee Estimation Calculations in CreateTransactionAlex Morcos
2017-06-09Merge #10521: Limit variable scopePieter Wuille
2017-06-05Merge #10422: Fix timestamp in fee estimate debug messageWladimir J. van der Laan
2017-06-05Limit variable scopepracticalswift
2017-05-26Merge #10419: [trivial] Fix three recently introduced typosPieter Wuille
2017-05-23[trivial] Fix three recently introduced typospracticalswift
2017-05-19Use range-based for loops (C++11) when looping over vector elementspracticalswift
2017-05-18Fix timestamp in fee estimate debug messageAlex Morcos
2017-05-17Merge #10199: Better fee estimatesPieter Wuille
2017-05-10Comments and improved documentationAlex Morcos
2017-05-10minor cleanup: remove unnecessary variableAlex Morcos
2017-05-10Introduce a scale factorAlex Morcos
2017-05-10Historical block spanAlex Morcos
2017-05-10Clean up fee estimate debug printingAlex Morcos
2017-05-10Track first recorded heightAlex Morcos
2017-05-10Rewrite estimateSmartFeeAlex Morcos
2017-05-10Track failures in fee estimation.Alex Morcos
2017-05-10Expose estimaterawfeeAlex Morcos
2017-05-10minor refactor: explicitly track start of new bucket range and don't update c...Alex Morcos
2017-05-10Make EstimateMedianVal smarter about small failures.Alex Morcos
2017-05-10Refactor to update moving average on flyAlex Morcos
2017-05-10Change parameters for fee estimation and estimates on all 3 time horizons.Alex Morcos
2017-04-23Trivial: fix fee estimate write error log messageCryptAxe
2017-04-20Change file format for fee estimates.Alex Morcos