lbrycrd/src/script
Cory Fields 066e2a1403 script: move CScriptID to standard.h and add a ctor for creating them from CScripts
This allows for a reversal of the current behavior.

This:
CScript foo;
CScriptID bar(foo.GetID());

Becomes:
CScript foo;
CScriptID bar(foo);

This way, CScript is no longer dependent on CScriptID or Hash();
2014-10-17 13:44:14 -04:00
..
compressor.cpp script: move CScriptID to standard.h and add a ctor for creating them from CScripts 2014-10-17 13:44:14 -04:00
compressor.h script: move CScriptID to standard.h and add a ctor for creating them from CScripts 2014-10-17 13:44:14 -04:00
interpreter.cpp Make SCRIPT_VERIFY_STRICTENC compatible with BIP62 2014-10-08 15:42:29 -07:00
interpreter.h Make SCRIPT_VERIFY_STRICTENC compatible with BIP62 2014-10-08 15:42:29 -07:00
script.cpp Move CTxDestination from script/script to script/standard 2014-09-16 19:14:32 +02:00
script.h script: move CScriptID to standard.h and add a ctor for creating them from CScripts 2014-10-17 13:44:14 -04:00
sigcache.cpp minor license, header end comment etc. cleanup in /script 2014-10-06 13:00:55 +02:00
sigcache.h minor license, header end comment etc. cleanup in /script 2014-10-06 13:00:55 +02:00
sign.cpp Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker 2014-10-02 20:26:58 +02:00
sign.h cleanup new script files (no code changes) 2014-09-14 12:25:38 +02:00
standard.cpp script: move CScriptID to standard.h and add a ctor for creating them from CScripts 2014-10-17 13:44:14 -04:00
standard.h script: move CScriptID to standard.h and add a ctor for creating them from CScripts 2014-10-17 13:44:14 -04:00