aboutsummaryrefslogtreecommitdiff
path: root/src/policy
Commit message (Expand)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-1/+1
* fees: Reduce minimum relay fee to 0.001 DOGE, final change from tx to 0.01Michi Lumin2021-08-111-1/+1
* Use CAmount for constant amounts tooRoss Nicoll2021-08-081-3/+3
* Use CAmount for amountsRoss Nicoll2021-08-082-2/+2
* [fees] Express policies in COIN instead of KoinuPatrick Lodder2021-08-051-2/+2
* [fees] introduce configurable hard dust limitPatrick Lodder2021-08-052-0/+9
* Add Dogecoin current fee calculation logic (#1413)Ross Nicoll2018-09-191-1/+1
* Merge #9380: Separate different uses of minimum feesWladimir J. van der Laan2017-01-162-1/+15
|\
| * Introduce -dustrelayfeeAlex Morcos2017-01-162-1/+9
| * Introduce -incrementalrelayfeeAlex Morcos2017-01-162-0/+4
| * Introduce -blockmintxfeeAlex Morcos2017-01-041-0/+2
* | Fix edge case with stale fee estimatesAlex Morcos2017-01-041-1/+3
* | Add clarifying comments to fee estimationAlex Morcos2017-01-041-0/+5
* | Add extra logging to processBlock in fee estimation.Alex Morcos2017-01-042-10/+23
* | Pass pointers to existing CTxMemPoolEntries to fee estimationAlex Morcos2017-01-042-7/+7
* | Always update fee estimates on new blocks.Alex Morcos2017-01-042-7/+2
* | rename bool to validFeeEstimateAlex Morcos2017-01-042-3/+3
* | Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos2017-01-041-13/+8
* | Remove extraneous LogPrint from fee estimationAlex Morcos2017-01-042-11/+8
|/
* Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounderWladimir J. van der Laan2017-01-042-2/+3
|\
| * fix a bug if the min fee is 0 for FeeFilterRounderAlex Morcos2016-12-082-2/+3
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-312-2/+2
* | Move CTxInWitness inside CTxInPieter Wuille2016-12-041-4/+4
|/
* Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...Pieter Wuille2016-12-021-1/+1
|\
| * Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* | Disable fee estimates for a confirm target of 1 blockAlex Morcos2016-11-291-1/+6
|/
* update comments for tx weightBrian Deery2016-11-141-1/+1
* Remove unused var UNLIKELY_PCT from fees.hfanquake2016-11-091-1/+0
* Merge #7730: Remove priority estimationWladimir J. van der Laan2016-11-072-207/+76
|\
| * Remove priority estimationAlex Morcos2016-11-072-207/+76
* | [copyright] copyright header style uniformisle29832016-11-066-6/+6
|/
* Merge #8914: Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-182-1/+3
|\
| * Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-172-1/+3
* | Require compressed keys in segwit as policy and disable signing with uncompre...Johnson Lau2016-10-161-2/+3
* | Add standard limits for P2WSH with testsJohnson Lau2016-10-162-1/+65
|/
* Add policy: null signature for failed CHECK(MULTI)SIGJohnson Lau2016-09-271-0/+1
* Make non-minimal OP_IF/NOTIF argument non-standard for P2WSHJohnson Lau2016-09-231-0/+1
* Merge #8381: Make witness v0 outputs non-standardWladimir J. van der Laan2016-07-262-5/+8
|\
| * qa: Add test for standardness of segwit v0 outputsSuhas Daftuar2016-07-231-1/+1
| * Make witness v0 outputs non-standard before segwit activationJohnson Lau2016-07-222-5/+8
* | Treat high-sigop transactions as larger rather than rejecting themPieter Wuille2016-07-192-6/+12
|/
* Rename "block cost" to "block weight"Suhas Daftuar2016-07-182-11/+11
* Remove -blockminsize optionSuhas Daftuar2016-06-301-2/+1
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-222-4/+20
* BIP143: Verification logicPieter Wuille2016-06-221-1/+1
* BIP141: Witness programPieter Wuille2016-06-221-1/+3
* Merge #7812: Tiny refactor of `IsRBFOptIn`, avoid exceptionWladimir J. van der Laan2016-04-142-8/+15
|\
| * Refactor IsRBFOptIn, avoid exceptionJonas Schnelli2016-04-062-8/+15
* | Merge #7786: Doc: Update isStandardTx commentWladimir J. van der Laan2016-04-091-2/+2
|\ \
| * | Doc: Update isStandardTx commentMatthew English2016-04-081-2/+2
| |/