index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
policy
/
fees.cpp
Age
Commit message (
Expand
)
Author
2017-01-04
Remove extraneous LogPrint from fee estimation
Alex Morcos
2017-01-04
Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounder
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-08
fix a bug if the min fee is 0 for FeeFilterRounder
Alex Morcos
2016-11-29
Disable fee estimates for a confirm target of 1 block
Alex Morcos
2016-11-07
Merge #7730: Remove priority estimation
Wladimir J. van der Laan
2016-11-07
Remove priority estimation
Alex Morcos
2016-11-06
[copyright] copyright header style uniform
isle2983
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-03-21
Implement "feefilter" P2P message.
Alex Morcos
2016-01-17
Typo fixes in comments
Chris Wheeler
2015-11-24
Pass reference to estimateSmartFee and cleanup whitespace
Suhas Daftuar
2015-11-16
EstimateSmart functions consider mempool min fee
Alex Morcos
2015-11-16
Add smart fee estimation functions
Alex Morcos
2015-08-10
typofixes (found by misspell_fixer)
Veres Lajos
2015-08-03
Make sure LogPrintf strings are line-terminated
Wladimir J. van der Laan
2015-05-13
Create new BlockPolicyEstimator for fee estimates
Alex Morcos