aboutsummaryrefslogtreecommitdiff
path: root/src/policy/fees.h
Commit message (Expand)AuthorAgeFilesLines
* 0.18: [wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost2019-08-251-1/+0
* Add locking annotations to feeStats, shortStats and longStatspracticalswift2018-12-031-3/+3
* scripted-diff: Rename from cs_feeEstimator to m_cs_fee_estimatorpracticalswift2018-12-021-16/+16
* policy: Add Clang thread safety annotations for variables guarded by cs_feeEs...practicalswift2018-12-021-17/+17
* doxygen: Fix member commentsMarcoFalke2018-09-261-3/+3
* Merge #14103: docs: Fix broken Doxygen commentsWladimir J. van der Laan2018-08-301-46/+44
|\
| * Fix incorrect Doxygen commentspracticalswift2018-08-081-46/+44
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | Merge #12757: Clarify include guard naming conventionMarcoFalke2018-04-011-3/+3
|\ \
| * | Fix missing or inconsistent include guardspracticalswift2018-03-221-3/+3
* | | scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-1/+1
|/ /
* / fee estimator: avoid sorting mempool on shutdownSuhas Daftuar2018-01-251-1/+1
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-5/+5
* Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats)practicalswift2017-11-091-3/+3
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Remove checking of mempool min fee from estimateSmartFee.Alex Morcos2017-07-141-1/+1
* Merge #10543: Change API to estimaterawfeeWladimir J. van der Laan2017-07-111-0/+5
|\
| * Add function to report highest estimate target tracked per horizonAlex Morcos2017-07-101-0/+3
| * Change API to estimaterawfeeAlex Morcos2017-07-101-0/+2
* | Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos2017-07-101-0/+2
* | remove default argument from estimateSmartFeeAlex Morcos2017-07-061-1/+1
* | Introduce a fee estimate mode.Alex Morcos2017-07-061-0/+7
|/
* Fixed multiple typosDimitris Tsapakidis2017-06-221-1/+1
* Output Fee Estimation Calculations in CreateTransactionAlex Morcos2017-06-131-5/+29
* [trivial] Fix three recently introduced typospracticalswift2017-05-231-1/+1
* Merge #10199: Better fee estimatesPieter Wuille2017-05-171-50/+140
|\
| * Comments and improved documentationAlex Morcos2017-05-101-27/+45
| * minor cleanup: remove unnecessary variableAlex Morcos2017-05-101-1/+0
| * Introduce a scale factorAlex Morcos2017-05-101-3/+7
| * Historical block spanAlex Morcos2017-05-101-0/+5
| * Track first recorded heightAlex Morcos2017-05-101-0/+4
| * Rewrite estimateSmartFeeAlex Morcos2017-05-101-1/+3
| * Track failures in fee estimation.Alex Morcos2017-05-101-1/+5
| * Expose estimaterawfeeAlex Morcos2017-05-101-0/+29
| * Make EstimateMedianVal smarter about small failures.Alex Morcos2017-05-101-2/+2
| * Change parameters for fee estimation and estimates on all 3 time horizons.Alex Morcos2017-05-101-28/+48
| * Change file format for fee estimates.Alex Morcos2017-04-201-0/+5
* | Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus moduleJorge Timón2017-05-031-0/+1
|/
* MOVEONLY: move TxConfirmStats to cppAlex Morcos2017-04-101-107/+1
* Initialize TxConfirmStats in constructorAlex Morcos2017-04-101-3/+4
* Read and Write fee estimate file directly from CBlockPolicyEstimatorAlex Morcos2017-04-101-3/+3
* Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos2017-04-101-4/+4
* Give CBlockPolicyEstimator it's own lockAlex Morcos2017-04-101-0/+3
* Make processBlockTx private.Alex Morcos2017-04-101-3/+4
* Merge #9548: Remove min reasonable feeWladimir J. van der Laan2017-03-071-3/+8
|\
| * CBlockPolicyEstimator now uses hard coded minimum bucket feerateAlex Morcos2017-01-171-2/+7
| * Change fee estimation bucket limit variable namesAlex Morcos2017-01-171-2/+2