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
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-06-11
Fix spelling errors identified by codespell 1.15.0
Ben Woosley
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-04-09
[build] Add several util units
John Newbery
2018-12-03
Add locking annotations to feeStats, shortStats and longStats
practicalswift
2018-12-02
scripted-diff: Rename from cs_feeEstimator to m_cs_fee_estimator
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-25
fee estimator: avoid sorting mempool on shutdown
Suhas Daftuar
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-19
Remove dead feeest-file read code for old versions
Matt Corallo
2017-12-19
Merge #11273: Ignore old format estimation file
Wladimir J. van der Laan
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats)
practicalswift
2017-10-13
Avoid division by zero in the case of a corrupt estimates file
practicalswift
2017-10-12
Merge #11133: Document assumptions that are being made to avoid division by zero
Wladimir J. van der Laan
2017-09-11
Force explicit double -> int conversion for CFeeRate constructor
Matt Corallo
2017-09-11
Make float <-> int casts explicit outside of test, qt, CFeeRate
Matt Corallo
2017-09-07
Ignore old format estimation file
Murch
2017-08-28
Document assumptions that are being made to avoid division by zero
practicalswift
2017-07-18
Fix typo: "conditon" → "condition"
practicalswift
2017-07-17
Improve api to estimatesmartfee
Alex Morcos
2017-07-17
Merge #10706: Improve wallet fee logic and fix GUI bugs
Wladimir J. van der Laan
2017-07-16
Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...
practicalswift
2017-07-15
Fix typos
practicalswift
2017-07-14
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-11
Merge #10543: Change API to estimaterawfee
Wladimir J. van der Laan
2017-07-10
Add function to report highest estimate target tracked per horizon
Alex Morcos
2017-07-10
Change API to estimaterawfee
Alex Morcos
2017-07-10
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-06-15
Merge #10284: Always log debug information for fee calculation in CreateTrans...
Wladimir J. van der Laan
2017-06-13
Output Fee Estimation Calculations in CreateTransaction
Alex Morcos
2017-06-09
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-05
Merge #10422: Fix timestamp in fee estimate debug message
Wladimir J. van der Laan
2017-06-05
Limit variable scope
practicalswift
2017-05-26
Merge #10419: [trivial] Fix three recently introduced typos
Pieter Wuille
2017-05-23
[trivial] Fix three recently introduced typos
practicalswift
2017-05-19
Use range-based for loops (C++11) when looping over vector elements
practicalswift
2017-05-18
Fix timestamp in fee estimate debug message
Alex Morcos
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
[next]