aboutsummaryrefslogtreecommitdiff
path: root/src/policy
AgeCommit message (Expand)Author
2021-05-01scripted-diff: Clarify that feerates are per virtual sizeMarcoFalke
2021-04-06doc: fixup -Wdocumentation issuesfanquake
2021-01-03refactor: Use C++17 std::array deduction for ALL_FEE_ESTIMATE_HORIZONSMarcoFalke
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-26refactor: Enable -Wswitch for FeeEstimateHorizonMarcoFalke
2020-12-15Merge #20611: Move TX_MAX_STANDARD_VERSION to policyWladimir J. van der Laan
2020-12-10Move TX_MAX_STANDARD_VERSION to policyMarcoFalke
2020-12-07log: Clarify that failure to read fee_estimates.dat is non-fatalMarcoFalke
2020-12-07log: Clarify that failure to write fee_estimates.dat is non-fatalMarcoFalke
2020-12-03feestimator: encapsulate estimation file logicAntoine Poinsot
2020-12-01Merge #20207: Follow-up extra comments on taproot code and testsMarcoFalke
2020-11-26Mention units of MAX_STANDARD_ policy constantsPieter Wuille
2020-11-26Document additional IsWitnessStandard behaviorPieter Wuille
2020-11-25Add MAX_STANDARD_SCRIPTSIG_SIZE to policysanket1729
2020-11-12wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack
2020-11-11wallet: add CFeeRate ctor doxygen documentationJon Atack
2020-10-30Only relay Taproot spends if next block has it activePieter Wuille
2020-10-12Make Taproot spends standard + policy limitsPieter Wuille
2020-09-14policy/fees: remove a floating-point division by zeroAntoine Poinsot
2020-09-14policy/fees: unify some duplicated for loopsAntoine Poinsot
2020-09-14policy/fees: small readability improvementsAntoine Poinsot
2020-09-14policy/fee: remove requireGreater parameter in EstimateMedianVal()Antoine Poinsot
2020-09-14policy/fees: correct decay explanation commentsAntoine Poinsot
2020-09-05doc: Add doxygen comment to IsRBFOptInMarcoFalke
2020-09-05refactor: Add IsRBFOptInEmptyMempoolMarcoFalke
2020-08-04Add txids with non-standard inputs to reject filterSuhas Daftuar
2020-07-05doc: Add non-thread-safe note to FeeFilterRounder::round()Hennadii Stepanov
2020-06-28Merge #19114: scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
2020-06-24policy: optional FeeEstimateMode param to CFeeRate::ToStringKarl-Johan Alm
2020-06-24rpc/wallet: add two explicit modes to estimate_modeKarl-Johan Alm
2020-06-24MOVEONLY: Make FeeEstimateMode available to CFeeRateKarl-Johan Alm
2020-06-21scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
2020-06-20added CURRENCY_ATOM to express minimum indivisible unitKarl-Johan Alm
2020-03-30Convert everything except wallet/qt to new serializationPieter Wuille
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-15scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-28refactor: Remove redundant c_str() calls in formattingWladimir J. van der Laan
2019-10-15Remove unused includespracticalswift
2019-10-03Disallow implicit conversion for CFeeRate constructorGregory Sanders
2019-06-28[wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost
2019-06-11Fix spelling errors identified by codespell 1.15.0Ben Woosley
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-04-18[POLICY] Make sending to future native witness outputs standardPieter Wuille
2019-04-10Remove access to node globals from wallet-linked codeRussell Yanofsky
2019-04-09[build] Add several util unitsJohn Newbery
2019-04-09[build] Move policy settings to new src/policy/settings unitJohn Newbery
2019-02-25rpc: Pass mempool into MempoolToJSONMarcoFalke
2018-12-03Add locking annotations to feeStats, shortStats and longStatspracticalswift