aboutsummaryrefslogtreecommitdiff
path: root/src/script/standard.h
Commit message (Expand)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* BIP143: Signing logicPieter Wuille2016-06-221-0/+3
* [doc] Fix doxygen comments for membersMarcoFalke2016-04-031-1/+1
* Get rid of inaccurate ScriptSigArgsExpectedPieter Wuille2016-02-011-1/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke2015-11-281-0/+2
* Constrain constant values to a single location in codeLuke Dashjr2015-11-281-0/+1
* Accept any sequence of PUSHDATAs in OP_RETURN outputsPeter Todd2015-10-011-1/+1
* Also remove pay-2-pubkey from watch when adding a priv keyMatt Corallo2015-07-201-0/+1
* Policy: MOVEONLY: 3 functions to policy.o:Luke Dashjr2015-06-261-1/+0
* Policy: MOVEONLY: Create policy/policy.h with some constantsJorge Timón2015-06-261-17/+0
* Enable CHECKLOCKTIMEVERIFY as a standard script verify flagPeter Todd2015-06-221-1/+2
* Merge pull request #5286Wladimir J. van der Laan2015-02-031-1/+1
|\
| * Change the default maximum OP_RETURN size to 80 bytesFlavien Charlon2014-11-141-1/+1
* | BIP66 changeover logicPieter Wuille2015-02-011-0/+1
* | Merge pull request #5143Wladimir J. van der Laan2015-01-081-1/+2
|\ \
| * | Make SCRIPT_VERIFY_CLEANSTACK a standardness requirementPieter Wuille2014-11-251-1/+2
* | | Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-1/+1
* | | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
|/ /
* / Discourage NOPs reserved for soft-fork upgradesPeter Todd2014-11-171-1/+2
|/
* Make comments in /src/script doxygen compatibleMichael Ford2014-11-101-13/+18
* minor code style cleanup after recent mergesPhilip Kaufmann2014-11-041-2/+2
* Merge pull request #5196Wladimir J. van der Laan2014-11-041-3/+3
|\
| * Fix all header definesPavel Janík2014-11-031-3/+3
* | Merge pull request #5162Wladimir J. van der Laan2014-11-041-2/+2
|\ \ | |/ |/|
| * boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-2/+2
* | Merge pull request #5077Wladimir J. van der Laan2014-10-311-0/+1
|\ \ | |/ |/|
| * Enable customising node policy for datacarrier data size with a -datacarriers...Luke Dashjr2014-10-271-0/+1
* | Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille2014-10-251-0/+1
|/
* script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-171-0/+3
* script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-171-0/+9
* Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-0/+17
* cleanup new script files (no code changes)Philip Kaufmann2014-09-141-3/+3
* Separate script/standardjtimon2014-09-081-0/+56