Update CMakeLists.txt - play with openssl
[novacoin.git] / src / script.h
2024-02-15 svostIncludes cleanup
2022-01-29 svostRemove unused code
2022-01-04 svostUpdate headers in script cpp h files
2022-01-02 svostRemove boost foreach macro
2021-12-20 svostFix compiler noise (default ctor)
2016-03-29 CryptoManiacMove signature verification functions to CPubKey.
2016-03-11 CryptoManiacKeep address labels for pubkey pair addresses.
2016-03-07 CryptoManiacCOunt received coins for owned pubkey-pair addresses...
2016-03-06 CryptoManiacSimplification of scriptPubKey handling code.
2016-02-27 svostUpdate script.h 285/head
2016-02-23 CryptoManiacSeparate implementations of CHECKLOCKTIMEVERIFY and...
2016-02-21 CryptoManiacOP_CHECKSEQUENCEVERIFY
2016-02-21 CryptoManiacInteger tempalte matching opcode.
2016-02-21 CryptoManiacSimplify OP_RETURN handling.
2016-02-21 CryptoManiacAdd OP_CHECKLOCKTIMEVERIFY support.
2016-02-18 CryptoManiacRPC: Modify sendtoaddress/sendfrom methods to treat...
2016-02-12 0xDEADFACEAdd TX_PUBKEY_DROP transaction type.
2016-02-07 svostFix some V813 PVS Studio - argument as a constant reference 271/head
2016-01-31 svostGet rid of some useless-cast 270/head
2016-01-07 svostCode cleanup (icc warning #271 trailing comma is nonsta... 260/head
2015-09-13 CryptoManiacRemove legacy checkings.
2015-04-26 CryptoManiacAutomatically reserialize non-canonical proof-of-stake...
2015-04-10 svostRemove msvc warnings. 201/head
2014-12-29 CryptoManiacscript.h: fix msvc warnings
2014-12-27 CryptoManiacUse fixed data types for some basic structures
2014-12-27 CryptoManiacCode cleanup
2014-07-26 CryptoManiacImplement IsMine filter 24/head
2014-07-25 CryptoManiacBugfix: Unspendable inputs handling
2014-07-19 CryptoManiacMerge support for watch-only addresses
2014-07-18 CryptoManiacExtended signature format checkings.
2014-07-18 CryptoManiacUse low S to break signatures malleability issue
2014-07-15 CryptoManiacMove VerifySignature to main
2014-07-15 CryptoManiacImplement additional script verification flags
2014-07-10 CryptoManiacRelay OP_RETURN data TxOut as standard transaction...
2014-02-12 MASM fanAdd -enforcecanonical option
2013-07-28 alexAdd wallet dump functionality and key creation timestamps
2013-04-15 alexhzupdate to 0.4 preview
2012-08-29 Sunny KingPPCoin: Pretty print txout script in getblock RPC command
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
2012-06-12 Luke DashjrBugfix: Move IsStandard scriptSig size check out of...
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-04-23 Jeff GarzikAdd casts for unavoidable signed/unsigned comparisons
2012-04-23 Jeff GarzikSigOp and orphan-tx constants and counts are always...
2012-04-22 Dwayne C. LitzenbergerFix bugs on 'unsigned char' platforms.
2012-04-22 Dwayne C. LitzenbergerFix bugs on 'unsigned char' platforms.
2012-04-21 Wladimir J. van... Add explicit numeric constant value for all opcodes
2012-04-18 Dwayne C. LitzenbergerFix bugs on 'unsigned char' platforms.
2012-03-26 Pieter WuilleBegin doxygen-compatible comments
2012-03-20 Luke DashjrMinimal support for validating BIP16 pay-to-script...
2012-03-19 Scott NadalPPCoin: Add block signature
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-01-19 Gavin AndresenMake transactions with extra data in their scriptSig...
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2012-01-13 Gavin AndresenRemove not-used-anywhere scriptPrereq from SignSignature()
2011-12-22 Gavin AndresenFix broken ExtractAddress (refactored, made callers...
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-19 Gavin AndresenUse block times for 'hard' OP_EVAL switchover, and...
2011-12-19 Gavin AndresenOP_EVAL implementation
2011-12-19 Gavin AndresenSupport 3 new multisignature IsStandard transactions
2011-08-11 Gavin AndresenMerge pull request #458 from TheBlueMatt/copyright
2011-08-09 Matt CoralloUnify copyright notices.
2011-08-08 Vegard NossumAdd prototype for EvalScript() to script.h
2011-08-08 Vegard NossumAdd missing include to script.h
2011-07-17 Pieter WuilleUse CBitcoinAddress instead of string/uint160
2011-07-17 Pieter Wuilleget rid of mapPubKeys
2011-07-13 Giel van Schijndelfix warnings: expression result unused [-Wunused-value]
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-15 Pieter WuilleCWallet class
2011-06-15 Pieter Wuillemove wallet code to separate file
2011-06-11 Wladimir J. van... move back to original directory structure
2011-05-15 Wladimir J. van... make bitcoin include files more modular
2011-04-23 Jaromildirectory re-organization (keeps the old build system)