Bugfix: Unspendable inputs handling
[novacoin.git] / src / script.cpp
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-16 CryptoManiacTurn the signature cache lock into a shared mutex
2014-07-15 CryptoManiacMove VerifySignature to main
2014-07-15 CryptoManiacImplement additional script verification flags
2014-07-13 CryptoManiacAdd OP_SMALLDATA handling to GetOpName
2014-07-10 CryptoManiacRelay OP_RETURN data TxOut as standard transaction...
2014-02-12 MASM fanAdd -enforcecanonical option
2013-08-24 alexRemove loop macro from util.h
2013-07-28 alexAdd wallet dump functionality and key creation timestamps
2013-04-15 alexhzupdate to 0.4 preview
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2013-02-10 BalthazarInitial commit of NovaCoin changes
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
2012-06-19 Gavin AndresenMerge branch '0.6.x' of git://gitorious.org/+bitcoin...
2012-06-19 Gavin AndresenMove signature cache from CKey::Verify to CheckSig...
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-27 Sunny KingPPCoin: Fix CreateCoinStake() signature bug since 747f99fb
2012-04-26 Gavin AndresenUndo part of c2e8c8ac to fix issue#1148
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 Jeff GarzikPrefer 'unsigned int' for loop index variables tested...
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Pieter WuilleRemove headers.h
2012-04-15 Wladimir J. van... fix warnings: unused variable 'XX' [-Wunused-variable]
2012-04-15 Wladimir J. van... fix warnings: unused variable 'XX' [-Wunused-variable]
2012-03-21 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
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()
2012-01-02 coderrrmake sure IsMine only returns true when we own all...
2011-12-27 Wladimir J. van... Fix OP_EVAL recursion depth counting
2011-12-22 Gavin AndresenFix broken ExtractAddress (refactored, made callers...
2011-12-19 Gavin AndresenUpdate bitcoin address numbers for latest luke-jr/sipa...
2011-12-19 Gavin AndresenUse block times for 'hard' OP_EVAL switchover, and...
2011-12-19 Gavin AndresenInterpret OP_EVAL as OP_NOP until Feb 1, 2012
2011-12-19 Gavin AndresenOP_EVAL implementation
2011-12-19 Gavin AndresenSupport 3 new multisignature IsStandard transactions
2011-12-19 Gavin AndresenCollapse no-op ExtractAddress/ExtractAddressInner
2011-09-02 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-31 Gavin AndresenFix rpc-hanging deadlocks
2011-08-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-09 Matt CoralloUnify copyright notices.
2011-07-27 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-26 Pieter WuilleBugfix: don't overuse limited ExtractAddress
2011-07-26 Wladimir J. van... Merge remote branch 'upstream/master'
2011-07-17 Pieter Wuillesplit off CBase58Data from CBitcoinAddress
2011-07-17 Pieter WuilleUse CBitcoinAddress instead of string/uint160
2011-07-17 Pieter Wuilleget rid of mapPubKeys
2011-07-13 Giel van Schijndelfix warning: X enumeration values not handled in switch...
2011-07-13 Pieter WuilleDo not use obsolete CPrivKey for passing keys around
2011-07-13 Matt CoralloAdd wallet privkey encryption.
2011-07-08 Pieter WuillePrepare codebase for Encrypted Keys.
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-20 Pieter WuilleBugfixes walletclass
2011-06-15 Pieter WuilleCWallet class
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)