Commit Graph
7 Commits
Author SHA1 Message Date
liana b06de7e8de -added test case for hash8 to string1 conversion 2015-01-27 10:48:10 +01:00
liana f5b739da9a - modifications according to PR review 2015-01-26 13:24:16 +01:00
liana 5076f532d8 - added conversion for string/hash of equal sizes
- added tests
2015-01-23 17:45:37 +01:00
liana 037d9a7528 - corrected delete in case we have more than one locals
- added a test
2015-01-16 16:26:57 +01:00
liana dc30fb6385 removed spaces 2015-01-16 13:07:16 +01:00
liana ac77d20ee3 Corrected "delete" for local variables i.e. set them to 0
Added test case
2015-01-16 12:55:49 +01:00
liana 3b7fff5389 - added functionality to set values to 0 when deleting structure(not for mapping)
- added unit test

Made some changes after Christian`s review on pull request
- remove/edit comments
- BoolType and ContractType return VoidType after delete

- fixed constructor_arguments test

- fixed set to 0 when deleting variable from stack
- changed test case to test that
2015-01-15 11:59:58 +01:00