aboutsummaryrefslogtreecommitdiff
path: root/src/script/standard.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Remove redundant unused variablespracticalswift2018-07-181-2/+0
* Add P2WSH destination helper and use it instead of manual hashingPieter Wuille2018-06-171-3/+7
* wallet: Prevent segfault when sending to unspendable witnessMarcoFalke2018-05-301-0/+1
* Remove template matching and pseudo opcodesPieter Wuille2018-05-291-87/+62
* Extract consts for WITNESS_V0 hash sizesBen Woosley2018-04-101-2/+2
* Assert CPubKey::ValidLength to the pubkey's header-relevent sizeBen Woosley2018-02-161-2/+2
* Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-8/+3
|\
| * Improve witness destination types and use them morePieter Wuille2018-01-031-8/+3
* | 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-5/+5
* Implement BIP173 addresses and testsPieter Wuille2017-09-281-0/+45
* Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-0/+4
* Comments: More comments on functions/globals in standard.h.Jim Posen2017-08-181-3/+0
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan2017-07-041-1/+0
|\
| * scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* | Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan2017-06-261-1/+1
|\ \ | |/ |/|
| * [trivial] Add end of namespace commentspracticalswift2017-05-311-1/+1
* | scripted-diff: Remove PAIRTYPEJorge Timón2017-06-051-1/+1
* | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-2/+2
|/
* Refactor: Remove using namespace <xxx> from script/Karl-Johan Alm2017-03-081-13/+11
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* BIP143: Signing logicPieter Wuille2016-06-221-0/+41
* Get rid of inaccurate ScriptSigArgsExpectedPieter Wuille2016-02-011-21/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke2015-11-281-1/+1
* 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-11/+10
* Make TX_SCRIPTHASH clear vSolutionsRet firstPeter Todd2015-10-011-0/+2
* Also remove pay-2-pubkey from watch when adding a priv keyMatt Corallo2015-07-201-0/+5
* Policy: MOVEONLY: 3 functions to policy.o:Luke Dashjr2015-06-261-20/+0
* Fix CScriptID(const CScript& in) in empty script casePeter Todd2014-12-251-1/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Make comments in /src/script doxygen compatibleMichael Ford2014-11-101-3/+3
* Merge pull request #5162Wladimir J. van der Laan2014-11-041-0/+1
|\
| * boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-0/+1
* | Enable customising node policy for datacarrier data size with a -datacarriers...Luke Dashjr2014-10-271-2/+4
|/
* script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-171-0/+1
* script: add ToByteVector() for converting anything with begin/endCory Fields2014-10-171-3/+3
* script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-171-0/+2
* Don't return an address for invalid pubkeysAndy Alness2014-10-061-2/+13
* Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-0/+47
* cleanup new script files (no code changes)Philip Kaufmann2014-09-141-2/+2
* Separate script/standardjtimon2014-09-081-0/+254