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
/
test
/
policyestimator_tests.cpp
Age
Commit message (
Expand
)
Author
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-07-14
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-06
remove default argument from estimateSmartFee
Alex Morcos
2017-05-10
Introduce a scale factor
Alex Morcos
2017-05-10
Rewrite estimateSmartFee
Alex Morcos
2017-05-10
Track failures in fee estimation.
Alex Morcos
2017-05-10
Change parameters for fee estimation and estimates on all 3 time horizons.
Alex Morcos
2017-04-10
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
Make feeEstimator its own global instance of CBlockPolicyEstimator
Alex Morcos
2017-03-07
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-03-03
[test] Remove priority from tests
Alex Morcos
2017-02-27
[cleanup] Remove estimatePriority and estimateSmartPriority
Alex Morcos
2017-01-17
Remove unnecessary min fee argument in CTxMemPool constructor
Alex Morcos
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-29
Disable fee estimates for a confirm target of 1 block
Alex Morcos
2016-11-19
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-07
Remove priority estimation
Alex Morcos
2016-10-21
Make removed and conflicted arguments optional to remove
Pieter Wuille
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-07
Get rid of CTxMempool::lookup() entirely
Pieter Wuille
2015-11-19
Change GetPriority calculation.
Alex Morcos
2015-11-27
Merge pull request #6134
Wladimir J. van der Laan
2015-11-16
Implement helper class for CTxMemPoolEntry constructor
Alex Morcos
2015-11-16
add estimateSmartFee to the unit test
Alex Morcos
2015-11-16
Increase success threshold for fee estimation to 95%
Alex Morcos
2015-05-13
Create new BlockPolicyEstimator for fee estimates
Alex Morcos