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-04-10
Read and Write fee estimate file directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
Give CBlockPolicyEstimator it's own lock
Alex Morcos
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-07
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-02-27
[cleanup] Remove estimatePriority and estimateSmartPriority
Alex Morcos
2017-02-21
Remove harmless read of unusued priority estimates
Alex Morcos
2017-01-17
CBlockPolicyEstimator now uses hard coded minimum bucket feerate
Alex Morcos
2017-01-17
Change fee estimation bucket limit variable names
Alex Morcos
2017-01-04
Fix edge case with stale fee estimates
Alex Morcos
2017-01-04
Add clarifying comments to fee estimation
Alex Morcos
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 member variable hadNoDependencies from CTxMemPoolEntry
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-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
[prev]