dogecoin/src/script
Alex Morcos c6c2f0fd78 Implement SequenceLocks functions
SequenceLocks functions are used to evaluate sequence lock times or heights per BIP 68.

The majority of this code is copied from maaku in #6312
Further credit: btcdrak, sipa, NicolasDorier
2016-02-10 15:35:33 -05:00
..
bitcoinconsensus.cpp Switch to libsecp256k1-based validation for ECDSA 2015-11-15 16:06:57 +01:00
bitcoinconsensus.h Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic 2015-10-08 17:23:22 +02:00
interpreter.cpp Implement SequenceLocks functions 2016-02-10 15:35:33 -05:00
interpreter.h Resolve issue 3166. 2015-07-30 19:56:00 -04:00
script.cpp Prevector type 2015-11-13 18:15:20 +01:00
script.h Prevector type 2015-11-13 18:15:20 +01: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 Evict sigcache entries that are seen in a block 2015-10-31 01:15:11 +01:00
sigcache.h Make sigcache faster and more efficient 2015-10-31 01:15:11 +01:00
sign.cpp Prevector type 2015-11-13 18:15:20 +01:00
sign.h Add DummySignatureCreator which just creates zeroed sigs 2015-06-11 01:03:23 -07:00
standard.cpp [trivial] Reuse translation and cleanup DEFAULT_* values 2015-11-28 19:01:11 +01:00
standard.h [trivial] Reuse translation and cleanup DEFAULT_* values 2015-11-28 19:01:11 +01:00