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
Age
Commit message (
Expand
)
Author
2021-04-06
doc: fixup -Wdocumentation issues
fanquake
2021-01-03
refactor: Use C++17 std::array deduction for ALL_FEE_ESTIMATE_HORIZONS
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-26
refactor: Enable -Wswitch for FeeEstimateHorizon
MarcoFalke
2020-12-15
Merge #20611: Move TX_MAX_STANDARD_VERSION to policy
Wladimir J. van der Laan
2020-12-10
Move TX_MAX_STANDARD_VERSION to policy
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-12-01
Merge #20207: Follow-up extra comments on taproot code and tests
MarcoFalke
2020-11-26
Mention units of MAX_STANDARD_ policy constants
Pieter Wuille
2020-11-26
Document additional IsWitnessStandard behavior
Pieter Wuille
2020-11-25
Add MAX_STANDARD_SCRIPTSIG_SIZE to policy
sanket1729
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-10-30
Only relay Taproot spends if next block has it active
Pieter Wuille
2020-10-12
Make Taproot spends standard + policy limits
Pieter Wuille
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
2020-09-14
policy/fees: correct decay explanation comments
Antoine Poinsot
2020-09-05
doc: Add doxygen comment to IsRBFOptIn
MarcoFalke
2020-09-05
refactor: Add IsRBFOptInEmptyMempool
MarcoFalke
2020-08-04
Add txids with non-standard inputs to reject filter
Suhas Daftuar
2020-07-05
doc: Add non-thread-safe note to FeeFilterRounder::round()
Hennadii Stepanov
2020-06-28
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
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-21
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
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
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-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-10-03
Disallow implicit conversion for CFeeRate constructor
Gregory Sanders
2019-06-28
[wallet] abort when attempting to fund a transaction above maxtxfee
Sjors Provoost
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-18
[POLICY] Make sending to future native witness outputs standard
Pieter Wuille
2019-04-10
Remove access to node globals from wallet-linked code
Russell Yanofsky
2019-04-09
[build] Add several util units
John Newbery
2019-04-09
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-02-25
rpc: Pass mempool into MempoolToJSON
MarcoFalke
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
[next]