aboutsummaryrefslogtreecommitdiff
path: root/src/script.cpp
AgeCommit message (Expand)Author
2014-08-12Remove unused CKeyStoreIsMineVisitorjtimon
2014-07-09move rand functions from util to new random.h/.cppPhilip Kaufmann
2014-07-02replaced MINE_ with ISMINE_JaSK
2014-07-02Use script matching rather than destination matching for watch-only.Pieter Wuille
2014-07-02Add support for watch-only addressesPieter Wuille
2014-06-28Merge pull request #4398Wladimir J. van der Laan
2014-06-26Add an option to allow users to disable relaying/mining data carrier transact...Luke Dashjr
2014-06-26ensure clean and consistent "namespace" usagePhilip Kaufmann
2014-06-21Add CMutableTransaction and make CTransaction immutable.Pieter Wuille
2014-06-21Add built-in RIPEMD-160 implementationPieter Wuille
2014-06-21Move crypto implementations to src/crypto/Pieter Wuille
2014-06-21Add built-in SHA-1 implementation.Pieter Wuille
2014-06-21Switch script.cpp and hash.cpp to use sha2.cpp instead of OpenSSL.Pieter Wuille
2014-06-10Remove unused Print/PrintHex functionsWladimir J. van der Laan
2014-05-31Remove template matching params from GetOpName()Huang Le
2014-05-09Merge pull request #3637Wladimir J. van der Laan
2014-05-09Merge pull request #3843Wladimir J. van der Laan
2014-05-08Add rejection of non-null CHECKMULTISIG dummy valuesPeter Todd
2014-05-05Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constantsPeter Todd
2014-04-22script: remove bignum dependencyCory Fields
2014-04-22script: switch to CScriptNum usage for scriptsCory Fields
2014-03-10Also switch the (unused) verification code to low-s instead of even-s.Pieter Wuille
2014-02-26script: reduce OP_RETURN standard relay bytes to 40Jeff Garzik
2014-02-21script: tighten multisig non-standard rules: do not relay pubkeys above 65 bytesJeff Garzik
2014-02-11Add HasCanonicalPushes(), and use it in IsStandardTxPieter Wuille
2014-02-11Move IsPushOnly() to script.cppPieter Wuille
2013-11-20Merge pull request #3257Wladimir J. van der Laan
2013-11-15orphan spaces cleanup ;-)Philip Kaufmann
2013-11-15core: remove includes in .cpp, if header is already in .hPhilip Kaufmann
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-24Relay OP_RETURN TxOut as standard transaction typePeter Todd
2013-10-21Merge pull request #2738 from jgarzik/op_returnGavin Andresen
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-10-02Relay OP_RETURN data TxOut as standard transaction typeJeff Garzik
2013-09-28Inline signature serializerPieter Wuille
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-08-25Merge pull request #2938 from petertodd/op-reserved-weirdnessGavin Andresen
2013-08-25Document and test OP_RESERVED weirdnessPeter Todd
2013-08-24Merge pull request #2618 from fcicq/solaris-supportJeff Garzik
2013-08-16Only create signatures with even S, and verification mode to check.Pieter Wuille
2013-07-31Remove #define loop from util.hGavin Andresen
2013-07-17Fix boost uint type bug by reordering the includesfcicq
2013-06-22Add ExtractAffectedKeys to scriptPieter Wuille
2013-06-05Removed script.cpp's dependence on main.hEric Lombrozo
2013-05-30Make signature cache store CPubKeysPieter Wuille
2013-05-30CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille
2013-05-30Make CPubKey statically allocatedPieter Wuille
2013-05-02Remove implementation of disabled opcodesGavin Andresen
2013-01-23Merge pull request #2114 from sipa/strictstrictGavin Andresen