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.h
Age
Commit message (
Expand
)
Author
2024-07-08
tidy: modernize-use-equals-default
MarcoFalke
2023-11-22
tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...
ismaelsadeeq
2023-11-22
tx fees, policy: update `CBlockPolicyEstimator::processBlock` parameter
ismaelsadeeq
2023-10-04
[net processing] FeeFilterRounder doesn't own a FastRandomContext
dergoegge
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-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-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-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-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-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-05-21
refactor: Make m_cs_fee_estimator non-recursive
Hennadii Stepanov
2021-05-21
refactor: Add non-thread-safe CBlockPolicyEstimator::_removeTx helper
Hennadii Stepanov
2021-05-21
Add thread safety annotations to CBlockPolicyEstimator public functions
Hennadii Stepanov
2021-01-03
refactor: Use C++17 std::array deduction for ALL_FEE_ESTIMATE_HORIZONS
MarcoFalke
2020-12-03
feestimator: encapsulate estimation file logic
Antoine Poinsot
2020-09-14
policy/fees: correct decay explanation comments
Antoine Poinsot
2020-07-05
doc: Add non-thread-safe note to FeeFilterRounder::round()
Hennadii Stepanov
2020-06-24
MOVEONLY: Make FeeEstimateMode available to CFeeRate
Karl-Johan Alm
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-06-28
[wallet] abort when attempting to fund a transaction above maxtxfee
Sjors Provoost
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-12-02
policy: Add Clang thread safety annotations for variables guarded by cs_feeEs...
practicalswift
2018-09-26
doxygen: Fix member comments
MarcoFalke
2018-08-30
Merge #14103: docs: Fix broken Doxygen comments
Wladimir J. van der Laan
2018-08-08
Fix incorrect Doxygen comments
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-01
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-03-22
Fix missing or inconsistent include guards
practicalswift
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
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-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
[next]