Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-27 | MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from | jtimon | |
core) with it | |||
2014-10-17 | script: add a slew of includes all around and drop includes from script.h | Cory Fields | |
Lots of files ended up with indirect includes from script.h. | |||
2014-10-17 | script: move CScriptID to standard.h and add a ctor for creating them from ↵ | Cory Fields | |
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-09-14 | cleanup new script files (no code changes) | Philip Kaufmann | |
- add missing header end comments - ensure alphabetical ordering - update copyright year and license | |||
2014-09-08 | Separate CScriptCompressor | jtimon | |