Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another round of fixing ExtVM interface | Paweł Bylica | 2014-10-20 | 1 | -9/+9 |
| | |||||
* | Merge pull request #346 from CJentzsch/develop | Gav Wood | 2014-10-10 | 1 | -1/+9 |
|\ | | | | | Corrected call function in FakeExtVM | ||||
| * | Corrected call function in FakeExtVM | Christoph Jentzsch | 2014-10-08 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | Added ABA calls to tests, corrections in FakeExtVm::call Use FakeStateClass instead of altering real state class for testing purposes remove posts, add broken test | ||||
* | | PoC-7: Maximum recursion limit 1024. | Gav Wood | 2014-10-08 | 1 | -1/+1 |
|/ | |||||
* | Bug fix, push callcreate before changing gas value in FakeExtVM | Christoph Jentzsch | 2014-10-06 | 1 | -0/+2 |
| | |||||
* | corrected CALLSTATELESS test, style fixes, code length independent call in ↵ | Christoph Jentzsch | 2014-10-01 | 1 | -5/+4 |
| | | | | FakeExtVM | ||||
* | Reorganized FakeExtVM class into .h and .cpp file. Added state class member ↵ | Christoph Jentzsch | 2014-09-27 | 1 | -0/+85 |
in order to test CREATE and CALL. Added system operations test. |