aboutsummaryrefslogtreecommitdiff
path: root/src/policy/policy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use CAmount for amountsRoss Nicoll2021-08-081-1/+1
* [fees] introduce configurable hard dust limitPatrick Lodder2021-08-051-0/+1
* Introduce -dustrelayfeeAlex Morcos2017-01-161-1/+2
* Introduce -incrementalrelayfeeAlex Morcos2017-01-161-0/+1
* Move CTxInWitness inside CTxInPieter Wuille2016-12-041-4/+4
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* update comments for tx weightBrian Deery2016-11-141-1/+1
* [copyright] copyright header style uniformisle29832016-11-061-1/+1
* Add standard limits for P2WSH with testsJohnson Lau2016-10-161-1/+53
* Merge #8381: Make witness v0 outputs non-standardWladimir J. van der Laan2016-07-261-3/+6
|\
| * qa: Add test for standardness of segwit v0 outputsSuhas Daftuar2016-07-231-1/+1
| * Make witness v0 outputs non-standard before segwit activationJohnson Lau2016-07-221-3/+6
* | Treat high-sigop transactions as larger rather than rejecting themPieter Wuille2016-07-191-4/+6
|/
* Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-5/+5
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-2/+12
* BIP143: Verification logicPieter Wuille2016-06-221-1/+1
* Doc: Update isStandardTx commentMatthew English2016-04-081-2/+2
* Policy: allow transaction version 2 relay policy.BtcDrak2016-03-181-1/+1
* Get rid of inaccurate ScriptSigArgsExpectedPieter Wuille2016-02-011-31/+6
* Merge pull request #7266Wladimir J. van der Laan2016-01-071-3/+0
|\
| * Removed comment about IsStandard for P2SH scriptsMarcel Krüger2015-12-301-3/+0
* | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|/
* Constrain constant values to a single location in codeLuke Dashjr2015-11-281-1/+1
* Accept any sequence of PUSHDATAs in OP_RETURN outputsPeter Todd2015-10-011-1/+3
* Policy: MOVEONLY: 3 functions to policy.o:Luke Dashjr2015-06-261-0/+178