aboutsummaryrefslogtreecommitdiff
path: root/src/script/standard.h
AgeCommit message (Expand)Author
2015-10-08Enable CHECKLOCKTIMEVERIFY as a standard script verify flagPeter Todd
2015-10-07Test LowS in standardness, removes nuisance malleability vector.Gregory Maxwell
2015-02-03Merge pull request #5286Wladimir J. van der Laan
2015-02-01BIP66 changeover logicPieter Wuille
2015-01-08Merge pull request #5143Wladimir J. van der Laan
2015-01-05Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-11-25Make SCRIPT_VERIFY_CLEANSTACK a standardness requirementPieter Wuille
2014-11-17Discourage NOPs reserved for soft-fork upgradesPeter Todd
2014-11-14Change the default maximum OP_RETURN size to 80 bytesFlavien Charlon
2014-11-10Make comments in /src/script doxygen compatibleMichael Ford
2014-11-04minor code style cleanup after recent mergesPhilip Kaufmann
2014-11-04Merge pull request #5196Wladimir J. van der Laan
2014-11-04Merge pull request #5162Wladimir J. van der Laan
2014-11-03Fix all header definesPavel Janík
2014-10-31Merge pull request #5077Wladimir J. van der Laan
2014-10-31boost: moveonly: split CPubKey and friends to new filesCory Fields
2014-10-27Enable customising node policy for datacarrier data size with a -datacarriers...Luke Dashjr
2014-10-25Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille
2014-10-17script: add a slew of includes all around and drop includes from script.hCory Fields
2014-10-17script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-09-14cleanup new script files (no code changes)Philip Kaufmann
2014-09-08Separate script/standardjtimon