aboutsummaryrefslogtreecommitdiff
path: root/src/policy/policy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* 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-291-6/+3
|/
* Extract consts for WITNESS_V0 hash sizesBen Woosley2018-04-101-1/+1
* Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan2018-03-271-2/+2
|\
| * scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-2/+2
* | Fix typospracticalswift2018-03-211-1/+1
* | Calculate and store the number of bytes required to spend an inputAndrew Chow2018-03-091-0/+5
|/
* 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-8/+8
* Implement BIP173 addresses and testsPieter Wuille2017-09-281-1/+1
* 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 factor of 3 from definition of dust.Alex Morcos2017-07-171-4/+6
* | Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell2017-07-141-0/+1
* | scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
|/
* scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-2/+2
* Merge CCoinsViewCache's GetOutputFor and AccessCoinPieter Wuille2017-06-011-2/+2
* Prevent shadowing the global dustRelayFee.Pavel Janík2017-05-191-4/+4
* Consensus: Minimal way to move dust out of consensusJorge Timón2017-05-031-1/+38
* Missing includesJorge Timón2017-04-131-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