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
/
feerate.h
Age
Commit message (
Expand
)
Author
2022-02-14
Remove outdated comment on CFeeRate
Murch
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-16
doc: Fix typos in endif header comments
MarcoFalke
2021-10-08
fees: Always round up fee calculated from a feerate
Andrew Chow
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-05-18
refactor: Make CFeeRate constructor architecture-independent
MarcoFalke
2021-04-06
doc: fixup -Wdocumentation issues
fanquake
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-12
wallet: update fee rate units, use sat/vB for fee_rate error messages
Jon Atack
2020-11-11
wallet: add CFeeRate ctor doxygen documentation
Jon Atack
2020-06-24
policy: optional FeeEstimateMode param to CFeeRate::ToString
Karl-Johan Alm
2020-06-24
rpc/wallet: add two explicit modes to estimate_mode
Karl-Johan Alm
2020-06-24
MOVEONLY: Make FeeEstimateMode available to CFeeRate
Karl-Johan Alm
2020-06-20
added CURRENCY_ATOM to express minimum indivisible unit
Karl-Johan Alm
2020-03-30
Convert everything except wallet/qt to new serialization
Pieter Wuille
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-03
Disallow implicit conversion for CFeeRate constructor
Gregory Sanders
2018-07-27
Update copyright headers to 2018
DrahtBot
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
2017-09-11
Force explicit double -> int conversion for CFeeRate constructor
Matt Corallo
2017-08-28
Remove redundant explicitly defined copy ctors
Dan Raviv
2017-07-10
Change API to estimaterawfee
Alex Morcos
2017-05-03
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón