aboutsummaryrefslogtreecommitdiff
path: root/src/policy/policy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only relay Taproot spends if next block has it activePieter Wuille2020-10-301-1/+4
* Make Taproot spends standard + policy limitsPieter Wuille2020-10-121-1/+33
* Add txids with non-standard inputs to reject filterSuhas Daftuar2020-08-041-1/+7
* scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-211-10/+10
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-4/+0
* [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-101-9/+9
* [build] Add several util unitsJohn Newbery2019-04-091-1/+0
* [build] Move policy settings to new src/policy/settings unitJohn Newbery2019-04-091-4/+1
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* Drop unused GetType() from CSizeComputerBen Woosley2018-09-111-1/+1
* 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
* | 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