HomePhabricator

script: move CScriptID to standard.h and add a ctor for creating them from…
066e2a1403feUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

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();

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Sep 25 2014, 02:24
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGe8f6d54f1f58: Merge pull request #5082
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rSTAGING066e2a1403fe: script: move CScriptID to standard.h and add a ctor for creating them from… (authored by Cory Fields <cory-nospam-@coryfields.com>).Oct 17 2014, 17:44