aboutsummaryrefslogtreecommitdiff
path: root/src/policy
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge #10682: Trivial: Move the AreInputsStandard documentation next to its i...MarcoFalke2017-09-061-17/+16
|\ \ \ | |_|/ |/| |
| * | Move the AreInputsStandard documentation next to its implementationesneider2017-06-271-17/+16
* | | Remove redundant explicitly defined copy ctorsDan Raviv2017-08-281-1/+0
| |/ |/|
* | Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* | Merge #10862: Remove unused variable int64_t nEnd. Fix typo: "conditon" → "...Wladimir J. van der Laan2017-07-201-3/+3
|\ \
| * | Fix typo: "conditon" → "condition"practicalswift2017-07-181-3/+3
* | | Merge #10817: Redefine Dust and add a discard_rateWladimir J. van der Laan2017-07-192-6/+8
|\ \ \ | |/ / |/| |
| * | Remove factor of 3 from definition of dust.Alex Morcos2017-07-172-6/+8
* | | Improve api to estimatesmartfeeAlex Morcos2017-07-171-11/+8
|/ /
* | Merge #10706: Improve wallet fee logic and fix GUI bugsWladimir J. van der Laan2017-07-172-60/+52
|\ \
| * | Remove checking of mempool min fee from estimateSmartFee.Alex Morcos2017-07-142-60/+52
* | | Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...practicalswift2017-07-161-1/+1
* | | Fix typospracticalswift2017-07-151-2/+2
|/ /
* | Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell2017-07-141-0/+1
* | Merge #10543: Change API to estimaterawfeeWladimir J. van der Laan2017-07-113-1/+38
|\ \
| * | Add function to report highest estimate target tracked per horizonAlex Morcos2017-07-102-1/+22
| * | Change API to estimaterawfeeAlex Morcos2017-07-103-0/+16
* | | Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos2017-07-102-0/+16
* | | remove default argument from estimateSmartFeeAlex Morcos2017-07-061-1/+1
* | | Introduce a fee estimate mode.Alex Morcos2017-07-061-0/+7
|/ /
* | Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan2017-07-041-1/+0
|\ \ | |/ |/|
| * scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* | Fixed multiple typosDimitris Tsapakidis2017-06-221-1/+1
* | Merge #10284: Always log debug information for fee calculation in CreateTrans...Wladimir J. van der Laan2017-06-152-27/+97
|\ \ | |/ |/|
| * Output Fee Estimation Calculations in CreateTransactionAlex Morcos2017-06-132-27/+97
* | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-132-4/+4
|\ \
| * | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-052-4/+4
* | | Merge #10521: Limit variable scopePieter Wuille2017-06-091-1/+2
|\ \ \ | |_|/ |/| |
| * | Limit variable scopepracticalswift2017-06-051-1/+2
* | | Introduce MAX_BIP125_RBF_SEQUENCE constantLuke Dashjr2017-06-051-0/+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 CCoinsViewCache's GetOutputFor and AccessCoinPieter Wuille2017-06-011-2/+2
| |/ |/|
* | Merge #10419: [trivial] Fix three recently introduced typosPieter Wuille2017-05-262-2/+2
|\ \
| * | [trivial] Fix three recently introduced typospracticalswift2017-05-232-2/+2
* | | Merge #10347: Use range-based for loops (C++11) when looping over vector elem...Pieter Wuille2017-05-231-2/+2
|\ \ \ | |/ / |/| |
| * | Use range-based for loops (C++11) when looping over vector elementspracticalswift2017-05-191-2/+2
| |/
* / Prevent shadowing the global dustRelayFee.Pavel Janík2017-05-191-4/+4
|/
* Merge #10199: Better fee estimatesPieter Wuille2017-05-172-192/+617
|\
| * Comments and improved documentationAlex Morcos2017-05-102-27/+55
| * minor cleanup: remove unnecessary variableAlex Morcos2017-05-102-3/+1
| * Introduce a scale factorAlex Morcos2017-05-102-30/+41
| * Historical block spanAlex Morcos2017-05-102-9/+53
| * Clean up fee estimate debug printingAlex Morcos2017-05-101-1/+1
| * Track first recorded heightAlex Morcos2017-05-102-1/+10
| * Rewrite estimateSmartFeeAlex Morcos2017-05-102-7/+86
| * Track failures in fee estimation.Alex Morcos2017-05-102-15/+63
| * Expose estimaterawfeeAlex Morcos2017-05-102-11/+115
| * 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-102-7/+5