aboutsummaryrefslogtreecommitdiff
path: root/src/policy
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-1/+3
* Update copyright headers to 2018DrahtBot2018-07-278-8/+8
* Merge #13096: [Policy] Fix MAX_STANDARD_TX_WEIGHT checkWladimir J. van der Laan2018-07-051-1/+1
|\
| * Fix MAX_STANDARD_TX_WEIGHT checkJohnson Lau2018-05-051-1/+1
* | policy: Treat segwit as always activeMarcoFalke2018-05-292-8/+5
* | Merge #11423: [Policy] Several transaction standardness rulesWladimir J. van der Laan2018-05-121-1/+4
|\ \
| * | Policy to reject extremely small transactionsJohnson Lau2018-05-051-0/+2
| * | Add constant scriptCode policy in non-segwit scriptsJohnson Lau2018-05-051-1/+2
| |/
* / Add compile time checking for all ::mempool.cs runtime locking assertionspracticalswift2018-05-051-1/+1
|/
* Extract consts for WITNESS_V0 hash sizesBen Woosley2018-04-101-1/+1
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | Merge #12757: Clarify include guard naming conventionMarcoFalke2018-04-011-3/+3
|\ \
| * | Fix missing or inconsistent include guardspracticalswift2018-03-221-3/+3
* | | Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan2018-03-274-11/+11
|\ \ \ | |/ / |/| |
| * | scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-094-11/+11
* | | Fix typospracticalswift2018-03-211-1/+1
* | | Calculate and store the number of bytes required to spend an inputAndrew Chow2018-03-092-0/+6
|/ /
* / fee estimator: avoid sorting mempool on shutdownSuhas Daftuar2018-01-252-7/+8
|/
* Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-18/+18
|\
| * Abstract out IsSolvable from WitnessifierPieter Wuille2018-01-031-18/+18
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-038-8/+8
* | Remove dead feeest-file read code for old versionsMatt Corallo2017-12-191-24/+15
* | Merge #11273: Ignore old format estimation fileWladimir J. van der Laan2017-12-191-26/+3
|\ \ | |/ |/|
| * Ignore old format estimation fileMurch2017-09-071-26/+3
* | Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-2/+0
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-168-33/+33
* | Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats)practicalswift2017-11-092-18/+12
* | Avoid division by zero in the case of a corrupt estimates filepracticalswift2017-10-131-0/+4
* | Merge #11133: Document assumptions that are being made to avoid division by zeroWladimir J. van der Laan2017-10-121-0/+1
|\ \
| * | Document assumptions that are being made to avoid division by zeropracticalswift2017-08-281-0/+1
* | | Merge #11303: Fix estimatesmartfee rounding display issueMarcoFalke2017-09-302-4/+9
|\ \ \
| * | | Force explicit double -> int conversion for CFeeRate constructorMatt Corallo2017-09-112-3/+8
| * | | Make float <-> int casts explicit outside of test, qt, CFeeRateMatt Corallo2017-09-111-1/+1
* | | | Implement BIP173 addresses and testsPieter Wuille2017-09-281-1/+1
* | | | Use a sensible default for blockmaxweightMatt Corallo2017-09-111-1/+1
* | | | Deprecate confusing blockmaxsize, fix getmininginfo outputMatt Corallo2017-09-111-2/+0
|/ / /
* | | Merge #10682: Trivial: Move the AreInputsStandard documentation next to its i...MarcoFalke2017-09-061-17/+16
|\ \ \ | |_|/ |/| |
| * | Move the AreInputsStandard documentation next to its implementationesneider2017-06-271-17/+16
* | | Remove redundant explicitly defined copy ctorsDan Raviv2017-08-281-1/+0
| |/ |/|
* | Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* | Merge #10862: Remove unused variable int64_t nEnd. Fix typo: "conditon" → "...Wladimir J. van der Laan2017-07-201-3/+3
|\ \
| * | Fix typo: "conditon" → "condition"practicalswift2017-07-181-3/+3
* | | Merge #10817: Redefine Dust and add a discard_rateWladimir J. van der Laan2017-07-192-6/+8
|\ \ \ | |/ / |/| |
| * | Remove factor of 3 from definition of dust.Alex Morcos2017-07-172-6/+8
* | | Improve api to estimatesmartfeeAlex Morcos2017-07-171-11/+8
|/ /
* | Merge #10706: Improve wallet fee logic and fix GUI bugsWladimir J. van der Laan2017-07-172-60/+52
|\ \
| * | Remove checking of mempool min fee from estimateSmartFee.Alex Morcos2017-07-142-60/+52
* | | Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...practicalswift2017-07-161-1/+1
* | | Fix typospracticalswift2017-07-151-2/+2
|/ /