index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
policyestimator_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-29
1
-0
/
+1
|
/
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-6
/
+6
*
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
1
-10
/
+0
*
remove default argument from estimateSmartFee
Alex Morcos
2017-07-06
1
-2
/
+2
*
Introduce a scale factor
Alex Morcos
2017-05-10
1
-5
/
+2
*
Rewrite estimateSmartFee
Alex Morcos
2017-05-10
1
-8
/
+1
*
Track failures in fee estimation.
Alex Morcos
2017-05-10
1
-4
/
+4
*
Change parameters for fee estimation and estimates on all 3 time horizons.
Alex Morcos
2017-05-10
1
-12
/
+15
*
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
1
-21
/
+21
*
Make feeEstimator its own global instance of CBlockPolicyEstimator
Alex Morcos
2017-04-10
1
-1
/
+2
*
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-03-07
1
-1
/
+1
|
\
|
*
Remove unnecessary min fee argument in CTxMemPool constructor
Alex Morcos
2017-01-17
1
-1
/
+1
*
|
[test] Remove priority from tests
Alex Morcos
2017-03-03
1
-4
/
+4
*
|
[cleanup] Remove estimatePriority and estimateSmartPriority
Alex Morcos
2017-02-27
1
-2
/
+0
|
/
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Disable fee estimates for a confirm target of 1 block
Alex Morcos
2016-11-29
1
-7
/
+15
*
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
1
-4
/
+4
*
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-4
/
+4
*
Remove priority estimation
Alex Morcos
2016-11-07
1
-39
/
+21
*
Make removed and conflicted arguments optional to remove
Pieter Wuille
2016-10-21
1
-6
/
+5
*
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-1
/
+2
*
Get rid of CTxMempool::lookup() entirely
Pieter Wuille
2016-06-07
1
-9
/
+9
*
Change GetPriority calculation.
Alex Morcos
2015-11-19
1
-1
/
+1
*
Merge pull request #6134
Wladimir J. van der Laan
2015-11-27
1
-17
/
+40
|
\
|
*
add estimateSmartFee to the unit test
Alex Morcos
2015-11-16
1
-0
/
+20
|
*
Increase success threshold for fee estimation to 95%
Alex Morcos
2015-11-16
1
-17
/
+20
*
|
Implement helper class for CTxMemPoolEntry constructor
Alex Morcos
2015-11-16
1
-3
/
+4
|
/
*
Create new BlockPolicyEstimator for fee estimates
Alex Morcos
2015-05-13
1
-0
/
+186