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
2024-08-29
scripted-diff: LogPrint -> LogDebug
MarcoFalke
2024-01-31
Don't use scientific notation in log messages
Kristaps Kaupe
2024-01-02
tx fees: update `m_from_disconnected_block` to `m_mempool_limit_bypassed`
ismaelsadeeq
2023-11-22
tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...
ismaelsadeeq
2023-11-22
tx fees, policy: update `CBlockPolicyEstimator::processBlock` parameter
ismaelsadeeq
2023-11-22
tx fees, policy: cast with static_cast instead of C-Style cast
ismaelsadeeq
2023-11-13
Merge bitcoin/bitcoin#28076: util: Replace std::filesystem with util/fs.h
fanquake
2023-11-02
Merge bitcoin/bitcoin#21161: Fee estimation: extend bucket ranges consistently
glozow
2023-10-04
[net processing] FeeFilterRounder doesn't own a FastRandomContext
dergoegge
2023-09-14
refactor: Replace <filesystem> with <util/fs.h>
MarcoFalke
2023-08-17
tx fees, policy: doc: update and delete unnecessary comment
ismaelsadeeq
2023-06-14
tx fees, policy: read stale fee estimates with a regtest-only option
ismaelsadeeq
2023-06-14
tx fees, policy: do not read estimates of old fee_estimates.dat
ismaelsadeeq
2023-06-14
tx fees, policy: periodically flush fee estimates to fee_estimates.dat
ismaelsadeeq
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-01-31
clang-tidy: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-30
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Hennadii Stepanov
2022-11-16
refactor: Move `CTxMemPoolEntry` class to its own module
Hennadii Stepanov
2022-10-13
add lock annotation for FeeFilterRounder::round()
glozow
2022-10-13
Merge bitcoin/bitcoin#24407: fees: make the class FeeFilterRounder thread-safe
Andrew Chow
2022-09-19
Use steady clock for bench logging
MacroFake
2022-09-02
Fee estimation: extend bucket ranges consistently
Anthony Towns
2022-06-29
Use AutoFile where possible
MacroFake
2022-06-28
fees: Pass in a filepath instead of referencing gArgs
Carl Dong
2022-05-31
Move minRelayTxFee to policy/settings
MacroFake
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-04-18
style: rename variables to match coding style
Vasil Dimov
2022-04-18
fees: make FeeFilterRounder::feeset const
Vasil Dimov
2022-04-18
fees: make the class FeeFilterRounder thread-safe
Vasil Dimov
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
[next]