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.h
Age
Commit message (
Expand
)
Author
2017-01-04
Add extra logging to processBlock in fee estimation.
Alex Morcos
2017-01-04
Pass pointers to existing CTxMemPoolEntries to fee estimation
Alex Morcos
2017-01-04
Always update fee estimates on new blocks.
Alex Morcos
2017-01-04
rename bool to validFeeEstimate
Alex Morcos
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-09
Remove unused var UNLIKELY_PCT from fees.h
fanquake
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-04-03
[doc] Fix doxygen comments for members
MarcoFalke
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
Increase success threshold for fee estimation to 95%
Alex Morcos
2015-11-16
Add smart fee estimation functions
Alex Morcos
2015-08-10
typofixes (found by misspell_fixer)
Veres Lajos
2015-05-13
Create new BlockPolicyEstimator for fee estimates
Alex Morcos