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
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2018-12-17
test: Add missing validation locks
MarcoFalke
2018-12-11
Removed implicit CTransaction constructor from tests
lucash-dev
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-29
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-30
scripted-diff: Remove unused first argument to addUnchecked
MarcoFalke
2018-07-29
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
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