aboutsummaryrefslogtreecommitdiff
path: root/src/policy/policy.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* policy: Treat segwit as always activeMarcoFalke2018-05-291-2/+2
* Policy to reject extremely small transactionsJohnson Lau2018-05-051-0/+2
* Add constant scriptCode policy in non-segwit scriptsJohnson Lau2018-05-051-1/+2
* Calculate and store the number of bytes required to spend an inputAndrew Chow2018-03-091-0/+1
* 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-031-1/+1
|/
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-4/+4
* Use a sensible default for blockmaxweightMatt Corallo2017-09-111-1/+1
* Deprecate confusing blockmaxsize, fix getmininginfo outputMatt Corallo2017-09-111-2/+0
* Remove factor of 3 from definition of dust.Alex Morcos2017-07-171-2/+2
* Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus moduleJorge Timón2017-05-031-0/+1
* Consensus: Minimal way to move dust out of consensusJorge Timón2017-05-031-0/+5
* [mining] Remove -blockprioritysize.Alex Morcos2017-02-271-2/+0
* Introduce -dustrelayfeeAlex Morcos2017-01-161-0/+7
* Introduce -incrementalrelayfeeAlex Morcos2017-01-161-0/+3
* Introduce -blockmintxfeeAlex Morcos2017-01-041-0/+2
* [copyright] copyright header style uniformisle29832016-11-061-1/+1
* Require compressed keys in segwit as policy and disable signing with uncompre...Johnson Lau2016-10-161-2/+3
* Add standard limits for P2WSH with testsJohnson Lau2016-10-161-0/+12
* Add policy: null signature for failed CHECK(MULTI)SIGJohnson Lau2016-09-271-0/+1
* Make non-minimal OP_IF/NOTIF argument non-standard for P2WSHJohnson Lau2016-09-231-0/+1
* Merge #8381: Make witness v0 outputs non-standardWladimir J. van der Laan2016-07-261-2/+2
|\
| * Make witness v0 outputs non-standard before segwit activationJohnson Lau2016-07-221-2/+2
* | Treat high-sigop transactions as larger rather than rejecting themPieter Wuille2016-07-191-2/+6
|/
* Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-6/+6
* Remove -blockminsize optionSuhas Daftuar2016-06-301-2/+1
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-2/+8
* BIP141: Witness programPieter Wuille2016-06-221-1/+3
* BIP112: Implement CHECKSEQUENCEVERIFYMark Friedenbach2016-02-141-0/+1
* Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan2016-02-121-2/+3
|\
| * fix sdaftuar's nits againAlex Morcos2016-02-111-1/+1
| * Implement SequenceLocks functionsAlex Morcos2016-02-101-2/+3
* | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|/
* Change default block priority size to 0Alex Morcos2015-11-301-1/+1
* EstimateSmart functions consider mempool min feeAlex Morcos2015-11-161-0/+2
* Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of...Gregory Maxwell2015-11-031-1/+1
* Restore MedianTimePast for locktime.Gregory Maxwell2015-11-031-0/+3
* Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoin...Gregory Maxwell2015-11-011-3/+0
* Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-ti...Gregory Maxwell2015-11-011-1/+1
* [Trivial] ensure minimal header conventionsPhilip Kaufmann2015-10-271-3/+3
* Enable policy enforcing GetMedianTimePast as the end point of lock-time const...Mark Friedenbach2015-10-231-1/+1
* Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo...Mark Friedenbach2015-10-231-0/+3
* Test LowS in standardness, removes nuisance malleability vector.Gregory Maxwell2015-10-061-1/+2
* Policy: MOVEONLY: 3 functions to policy.o:Luke Dashjr2015-06-261-0/+17
* Policy: MOVEONLY: Create policy/policy.h with some constantsJorge Timón2015-06-261-0/+41