aboutsummaryrefslogtreecommitdiff
path: root/src/script/standard.h
Commit message (Expand)AuthorAgeFilesLines
* Merge #17924: Bug: IsUsedDestination shouldn't use key id as script id for Sc...Wladimir J. van der Laan2020-01-161-0/+5
|\
| * Don't allow implementers to think ScriptHash(Witness*()) results in nesting c...Gregory Sanders2020-01-141-0/+5
* | scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
|/
* Merge #16658: validation: Rename CheckInputs to CheckInputScriptsMarcoFalke2020-01-021-1/+1
|\
| * scripted-diff: [validation] Rename CheckInputs to CheckInputScriptsJohn Newbery2019-11-071-1/+1
* | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
|/
* Remove unused includespracticalswift2019-10-151-1/+0
* Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-3/+19
* remove out-of-date comment on pay-to-witness supportr89210392019-04-151-2/+1
* 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