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
Age
Commit message (
Expand
)
Author
2017-05-17
Merge #10199: Better fee estimates
Pieter Wuille
2017-05-10
Comments and improved documentation
Alex Morcos
2017-05-10
minor cleanup: remove unnecessary variable
Alex Morcos
2017-05-10
Introduce a scale factor
Alex Morcos
2017-05-10
Historical block span
Alex Morcos
2017-05-10
Clean up fee estimate debug printing
Alex Morcos
2017-05-10
Track first recorded height
Alex Morcos
2017-05-10
Rewrite estimateSmartFee
Alex Morcos
2017-05-10
Track failures in fee estimation.
Alex Morcos
2017-05-10
Expose estimaterawfee
Alex Morcos
2017-05-10
minor refactor: explicitly track start of new bucket range and don't update c...
Alex Morcos
2017-05-10
Make EstimateMedianVal smarter about small failures.
Alex Morcos
2017-05-10
Refactor to update moving average on fly
Alex Morcos
2017-05-10
Change parameters for fee estimation and estimates on all 3 time horizons.
Alex Morcos
2017-05-03
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-05-03
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-04-23
Trivial: fix fee estimate write error log message
CryptAxe
2017-04-20
Merge #10181: Include cleanup
Wladimir J. van der Laan
2017-04-20
Change file format for fee estimates.
Alex Morcos
2017-04-13
Missing includes
Jorge Timón
2017-04-10
MOVEONLY: move TxConfirmStats to cpp
Alex Morcos
2017-04-10
Initialize TxConfirmStats in constructor
Alex Morcos
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-10
Make processBlockTx private.
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-27
[mining] Remove -blockprioritysize.
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-16
Merge #9380: Separate different uses of minimum fees
Wladimir J. van der Laan
2017-01-16
Introduce -dustrelayfee
Alex Morcos
2017-01-16
Introduce -incrementalrelayfee
Alex Morcos
2017-01-04
Introduce -blockmintxfee
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-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-02
Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...
Pieter Wuille
[next]