aboutsummaryrefslogtreecommitdiff
path: root/src/policy/feerate.h
Commit message (Expand)AuthorAgeFilesLines
* Cap maximum feeRoss Nicoll2021-07-091-8/+15
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-2/+2
* wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack2020-11-121-3/+3
* wallet: add CFeeRate ctor doxygen documentationJon Atack2020-11-111-1/+10
* policy: optional FeeEstimateMode param to CFeeRate::ToStringKarl-Johan Alm2020-06-241-1/+1
* rpc/wallet: add two explicit modes to estimate_modeKarl-Johan Alm2020-06-241-0/+2
* MOVEONLY: Make FeeEstimateMode available to CFeeRateKarl-Johan Alm2020-06-241-0/+7
* added CURRENCY_ATOM to express minimum indivisible unitKarl-Johan Alm2020-06-201-1/+2
* Convert everything except wallet/qt to new serializationPieter Wuille2020-03-301-6/+1
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Disallow implicit conversion for CFeeRate constructorGregory Sanders2019-10-031-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-2/+2
* Force explicit double -> int conversion for CFeeRate constructorMatt Corallo2017-09-111-1/+6
* Remove redundant explicitly defined copy ctorsDan Raviv2017-08-281-1/+0
* Change API to estimaterawfeeAlex Morcos2017-07-101-0/+1
* Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus moduleJorge Timón2017-05-031-0/+54