Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converted variable functionality into classes that can hold state ins…
…tead of passing around state needed to allow for simpler resolution of variables. State is now reflected in a VariableContext object that is contract specific and is stored by variable objects. Add Encode variable type to allow function calls to be provided in yml - allows proxy constructor to call logic contract function to initialize.
- Loading branch information