elements/src/script
Peter Todd 6ea5ca4b4e Enable CHECKLOCKTIMEVERIFY as a standard script verify flag
Transactions that fail CLTV verification will be rejected from the
mempool, making it easy to test the feature. However blocks containing
"invalid" CLTV-using transactions will still be accepted; this is *not*
the soft-fork required to actually enable CLTV for production use.

Rebased-From: ffd75adce0
2015-10-08 17:48:10 +02:00
..
bitcoinconsensus.cpp Avoid storing a reference passed to SignatureChecker constructors 2015-02-02 20:19:46 -08:00
bitcoinconsensus.h BIP66 changeover logic 2015-02-01 17:51:24 -04:00
interpreter.cpp Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) 2015-10-08 17:46:55 +02:00
interpreter.h Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) 2015-10-08 17:46:55 +02:00
script.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
script.h Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) 2015-10-08 17:46:55 +02:00
script_error.cpp Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) 2015-10-08 17:46:55 +02:00
script_error.h Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) 2015-10-08 17:46:55 +02:00
sigcache.cpp Use separate SignatureChecker for CMutableTransaction 2015-02-02 20:19:12 -08:00
sigcache.h Avoid storing a reference passed to SignatureChecker constructors 2015-02-02 20:19:46 -08:00
sign.cpp Abstract out Ctransaction-specific signing into TransactionSignatureCreator 2015-03-21 07:06:18 -07:00
sign.h Abstract out Ctransaction-specific signing into TransactionSignatureCreator 2015-03-21 07:06:18 -07:00
standard.cpp Fix CScriptID(const CScript& in) in empty script case 2014-12-25 03:18:40 -05:00
standard.h Enable CHECKLOCKTIMEVERIFY as a standard script verify flag 2015-10-08 17:48:10 +02:00