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
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-02
Merge bitcoin/bitcoin#22014: refactor: Make m_cs_fee_estimator non-recursive
MarcoFalke
2021-10-20
Merge bitcoin/bitcoin#23258: doc: Fix outdated comments referring to ::ChainA...
fanquake
2021-10-12
Fix outdated comments referring to ::ChainActive()
Samuel Dobson
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-05-24
Convert uses of double-serialization to {En,De}codeDouble
Pieter Wuille
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-05-21
refactor: Add non-thread-safe CBlockPolicyEstimator::_removeTx helper
Hennadii Stepanov
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-26
refactor: Enable -Wswitch for FeeEstimateHorizon
MarcoFalke
2020-12-07
log: Clarify that failure to read fee_estimates.dat is non-fatal
MarcoFalke
2020-12-07
log: Clarify that failure to write fee_estimates.dat is non-fatal
MarcoFalke
2020-12-03
feestimator: encapsulate estimation file logic
Antoine Poinsot
2020-09-14
policy/fees: remove a floating-point division by zero
Antoine Poinsot
2020-09-14
policy/fees: unify some duplicated for loops
Antoine Poinsot
2020-09-14
policy/fees: small readability improvements
Antoine Poinsot
2020-09-14
policy/fee: remove requireGreater parameter in EstimateMedianVal()
Antoine Poinsot
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
[next]