aboutsummaryrefslogtreecommitdiff
path: root/src/policy
Commit message (Expand)AuthorAgeFilesLines
* Cap maximum feeRoss Nicoll2021-07-092-9/+17
* 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-122-5/+5
* wallet: add CFeeRate ctor doxygen documentationJon Atack2020-11-111-1/+10
* Only relay Taproot spends if next block has it activePieter Wuille2020-10-302-3/+7
* Make Taproot spends standard + policy limitsPieter Wuille2020-10-122-2/+40
* policy/fees: remove a floating-point division by zeroAntoine Poinsot2020-09-141-2/+11
* policy/fees: unify some duplicated for loopsAntoine Poinsot2020-09-141-7/+6
* policy/fees: small readability improvementsAntoine Poinsot2020-09-141-19/+17
* policy/fee: remove requireGreater parameter in EstimateMedianVal()Antoine Poinsot2020-09-141-30/+20
* policy/fees: correct decay explanation commentsAntoine Poinsot2020-09-141-2/+2
* doc: Add doxygen comment to IsRBFOptInMarcoFalke2020-09-051-5/+16
* refactor: Add IsRBFOptInEmptyMempoolMarcoFalke2020-09-052-0/+7
* Add txids with non-standard inputs to reject filterSuhas Daftuar2020-08-041-1/+7
* doc: Add non-thread-safe note to FeeFilterRounder::round()Hennadii Stepanov2020-07-051-1/+1
* Merge #19114: scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-282-11/+11
|\
| * scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-212-11/+11
* | policy: optional FeeEstimateMode param to CFeeRate::ToStringKarl-Johan Alm2020-06-242-3/+6
* | rpc/wallet: add two explicit modes to estimate_modeKarl-Johan Alm2020-06-241-0/+2
* | MOVEONLY: Make FeeEstimateMode available to CFeeRateKarl-Johan Alm2020-06-242-7/+7
* | added CURRENCY_ATOM to express minimum indivisible unitKarl-Johan Alm2020-06-202-3/+2
|/
* Convert everything except wallet/qt to new serializationPieter Wuille2020-03-301-6/+1
* scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
* scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke2020-01-151-1/+1
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-309-9/+9
* refactor: Remove redundant c_str() calls in formattingWladimir J. van der Laan2019-10-281-1/+1
* Remove unused includespracticalswift2019-10-151-1/+0
* Disallow implicit conversion for CFeeRate constructorGregory Sanders2019-10-031-1/+1
* [wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost2019-06-281-1/+0
* Fix spelling errors identified by codespell 1.15.0Ben Woosley2019-06-111-1/+1
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-022-5/+0
* scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne2019-05-031-1/+1
* [POLICY] Make sending to future native witness outputs standardPieter Wuille2019-04-181-1/+1
* Remove access to node globals from wallet-linked codeRussell Yanofsky2019-04-103-13/+41
* [build] Add several util unitsJohn Newbery2019-04-095-55/+1
* [build] Move policy settings to new src/policy/settings unitJohn Newbery2019-04-094-8/+34
* rpc: Pass mempool into MempoolToJSONMarcoFalke2019-02-252-2/+2
* Add locking annotations to feeStats, shortStats and longStatspracticalswift2018-12-032-3/+4
* scripted-diff: Rename from cs_feeEstimator to m_cs_fee_estimatorpracticalswift2018-12-022-24/+24
* policy: Add Clang thread safety annotations for variables guarded by cs_feeEs...practicalswift2018-12-021-17/+17
* Merge #14636: Avoid using numeric_limits for sequence numbers and lock timesMarcoFalke2018-11-071-1/+1
|\
| * Replace platform dependent type with proper constHennadii Stepanov2018-11-011-1/+1
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-042-3/+3
|/
* doxygen: Fix member commentsMarcoFalke2018-09-261-3/+3
* Merge #13558: Drop unused GetType() from CSizeComputerWladimir J. van der Laan2018-09-111-1/+1
|\
| * Drop unused GetType() from CSizeComputerBen Woosley2018-09-111-1/+1
* | Merge #14103: docs: Fix broken Doxygen commentsWladimir J. van der Laan2018-08-301-46/+44
|\ \ | |/ |/|
| * Fix incorrect Doxygen commentspracticalswift2018-08-081-46/+44
* | Merge #13429: Return the script type from SolverWladimir J. van der Laan2018-08-251-13/+10
|\ \
| * | Return the script type from SolverBen Woosley2018-07-221-13/+10
| |/