Gav Wood
dba99342ba
Move suicides into SubState and include logs and refunds.
...
Refund gas from zero-resetting SSTOREs.
2014-10-27 16:32:53 +01:00
Paweł Bylica
e987e1a692
Drop universal initializer in some places
2014-10-22 12:54:31 +02:00
Paweł Bylica
95e7e44c08
Add virtual specifier to overridden methods in FakeVM
2014-10-22 12:45:26 +02:00
Paweł Bylica
05a8e41d5d
Another round of fixing ExtVM interface
2014-10-22 11:46:14 +02:00
Gav Wood
8472a0f06f
Merge pull request #346 from CJentzsch/develop
...
Corrected call function in FakeExtVM
2014-10-09 20:19:43 +02:00
Gav Wood
9e27cb00da
PoC-7: Maximum recursion limit 1024.
2014-10-08 17:51:51 +02:00
Christoph Jentzsch
dcfcbda2fa
Corrected call function in FakeExtVM
...
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
2014-10-08 14:19:44 +02:00
Christoph Jentzsch
0d5a301957
Bug fix, push callcreate before changing gas value in FakeExtVM
2014-10-06 10:17:27 +02:00
Christoph Jentzsch
4d7a55f8e2
corrected CALLSTATELESS test, style fixes, code length independent call in FakeExtVM
2014-10-01 13:59:07 +02:00
Christoph Jentzsch
9183d2e6e3
Reorganized FakeExtVM class into .h and .cpp file. Added state class member in order to test CREATE and CALL. Added system operations test.
2014-09-27 12:51:34 +02:00