aboutsummaryrefslogtreecommitdiff
path: root/src/script/script.h
AgeCommit message (Expand)Author
2016-06-28Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYBtcDrak
2016-06-22[RPC] signrawtransaction can sign P2WSHNicolasDorier
2016-06-22BIP141: Witness programPieter Wuille
2016-06-22BIP144: Serialization, hashes, relay (sender side)Pieter Wuille
2016-05-05Merge #7907: Optimize and Cleanup CScript::FindAndDeleteWladimir J. van der Laan
2016-04-25Treat overly long scriptPubKeys as unspendablePieter Wuille
2016-04-25Introduce constant for maximum CScript lengthPieter Wuille
2016-04-21Improve worst-case behavior of CScript::FindAndDeletePatrick Strateman
2016-04-19Replace c-style cast with c++ style static_cast.Patrick Strateman
2016-04-19Replace memcmp with std::equal in CScript::FindAndDeletePatrick Strateman
2016-02-14BIP112: Implement CHECKSEQUENCEVERIFYMark Friedenbach
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2015-12-15Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-13Prevector typePieter Wuille
2015-10-15script: Remove magic numbersDavid Hill
2015-10-01Accept any sequence of PUSHDATAs in OP_RETURN outputsPeter Todd
2015-10-01Add IsPushOnly(const_iterator pc)Peter Todd
2015-07-30Resolve issue 3166.mruddy
2015-07-20Separate core memory usage computation in core_memusage.hPieter Wuille
2015-07-10Implement accurate memory accounting for mempoolPieter Wuille
2015-07-01add CReserveScript to allow modular script keeping/returningJonas Schnelli
2015-06-26Merge pull request #6124Wladimir J. van der Laan
2015-06-21Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)Peter Todd
2015-05-14fix header include groupsPhilip Kaufmann
2015-05-09Move LOCKTIME_THRESHOLD to src/script/script.hPeter Todd
2015-05-09Make CScriptNum() take nMaxNumSize as an argumentPeter Todd
2015-03-06src/script/script.h: endian compatibility for PUSHDATA sizesWladimir J. van der Laan
2015-01-31Remove whitespaces before double colon in errors and logsPavel Janík
2014-12-19Added "Core" to copyright headerssandakersmann
2014-11-10Make comments in /src/script doxygen compatibleMichael Ford
2014-11-03Fix all header definesPavel Janík
2014-10-25Improve CScriptNum() commentPeter Todd
2014-10-25Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille
2014-10-25Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)Pieter Wuille
2014-10-23fix build with libc++ after 85c579eCory Fields
2014-10-17script: add a slew of includes all around and drop includes from script.hCory Fields
2014-10-17script: move ToString and ValueString out of the headerCory Fields
2014-10-17script: add ToByteVector() for converting anything with begin/endCory Fields
2014-10-17script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields
2014-09-25Merge pull request #4969Wladimir J. van der Laan
2014-09-25Fixing C4146 warningENikS
2014-09-23Reinitializing list's begin iterator after few elements were erased from the ...ENikS
2014-09-19Fixing condition 'sabotaging' MSVC buildENikS
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-09-14cleanup new script files (no code changes)Philip Kaufmann
2014-09-08Move CScript class and dependencies to script/scriptjtimon