dogecoin/src/script
Pieter Wuille 2ddfcfd2d6 Make CScript (and prevector) c++11 movable.
Such moves are used when reallocating vectors that contain them,
for example.
2016-12-21 18:28:33 -08:00
..
bitcoinconsensus.cpp Move CTxInWitness inside CTxIn 2016-12-04 23:47:12 -08:00
bitcoinconsensus.h libconsensus: Add input validation of flags 2016-10-20 19:26:36 +02:00
interpreter.cpp Refactor: Removed begin/end_ptr functions. 2016-12-09 13:15:19 +09:00
interpreter.h Require compressed keys in segwit as policy and disable signing with uncompressed keys for segwit scripts 2016-10-16 23:53:35 +08:00
ismine.cpp Fix ismine and addwitnessaddress: no uncompressed keys in segwit 2016-10-17 00:34:37 +08:00
ismine.h Fix ismine and addwitnessaddress: no uncompressed keys in segwit 2016-10-17 00:34:37 +08:00
script.cpp Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY 2016-06-28 17:17:36 +01:00
script.h Make CScript (and prevector) c++11 movable. 2016-12-21 18:28:33 -08:00
script_error.cpp Require compressed keys in segwit as policy and disable signing with uncompressed keys for segwit scripts 2016-10-16 23:53:35 +08:00
script_error.h Require compressed keys in segwit as policy and disable signing with uncompressed keys for segwit scripts 2016-10-16 23:53:35 +08:00
sigcache.cpp Add CuckooCache implementation and replace the sigcache map_type with it 2016-12-14 16:02:05 -05:00
sigcache.h Add CuckooCache implementation and replace the sigcache map_type with it 2016-12-14 16:02:05 -05:00
sign.cpp Move CTxInWitness inside CTxIn 2016-12-04 23:47:12 -08:00
sign.h [doc] Fix typos in comments, doxygen: Fix comment syntax 2016-08-22 10:51:41 +02:00
standard.cpp BIP143: Signing logic 2016-06-22 15:43:01 +02:00
standard.h BIP143: Signing logic 2016-06-22 15:43:01 +02:00