aboutsummaryrefslogtreecommitdiff
path: root/src/script/standard.h
Commit message (Expand)AuthorAgeFilesLines
* Merge #13429: Return the script type from SolverWladimir J. van der Laan2018-08-251-3/+2
|\
| * Return the script type from SolverBen Woosley2018-07-221-3/+2
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* Add P2WSH destination helper and use it instead of manual hashingPieter Wuille2018-06-171-0/+1
* Make CScript -> CScriptID conversion explicitPieter Wuille2018-04-181-1/+1
* Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-2/+20
|\
| * Extend validateaddress information for P2SH-embedded witnessPieter Wuille2018-01-031-0/+4
| * Improve witness destination types and use them morePieter Wuille2018-01-031-2/+16
* | 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-2/+2
* Implement BIP173 addresses and testsPieter Wuille2017-09-281-4/+33
* Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-1/+4
* Comments: More comments on functions/globals in standard.h.Jim Posen2017-08-181-4/+58
* 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