dogecoin/src/script
Wladimir J. van der Laan ef30389e2a
Merge pull request #6544
c5c1edf Fix spelling mistake in -> if. (Mark Friedenbach)
e846b2a Correct a possibly intentional pun that is nevertheless hard to read: "two times of nLockTime." What is meant is that there are two kinds, or categories of nLockTime. (Mark Friedenbach)
2015-08-19 17:37:52 +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 Correct a possibly intentional pun that is nevertheless hard to read: "two times of nLockTime." What is meant is that there are two kinds, or categories of nLockTime. 2015-08-10 18:08:30 -07:00
interpreter.h Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) 2015-06-21 23:56:28 -04:00
script.cpp Separate core memory usage computation in core_memusage.h 2015-07-20 11:17:53 -04:00
script.h Separate core memory usage computation in core_memusage.h 2015-07-20 11:17:53 -04:00
script_error.cpp Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) 2015-06-21 23:56:28 -04:00
script_error.h Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) 2015-06-21 23:56:28 -04: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 Policy: MOVEONLY: Create policy/policy.h with some constants 2015-06-26 17:59:07 +02:00
sign.h Add DummySignatureCreator which just creates zeroed sigs 2015-06-11 01:03:23 -07:00
standard.cpp Also remove pay-2-pubkey from watch when adding a priv key 2015-07-20 16:01:37 -07:00
standard.h Also remove pay-2-pubkey from watch when adding a priv key 2015-07-20 16:01:37 -07:00