Christian
34f16940ea
Moved instructions and assembly to new libevmcore.
2014-11-06 14:50:18 +01:00
Christoph Jentzsch
6eeef2762c
Clean up and organize tests + state class tests
2014-11-03 16:33:02 +01:00
Christoph Jentzsch
3d17d7b2f1
Clean up FakeExtVM - move to state tests
2014-10-31 09:41:02 +01:00
Christoph Jentzsch
3565d42a14
Restructure state tests. Remove FakeStateClass
2014-10-29 17:25:02 +01:00
Christoph Jentzsch
01e9cf0cad
Fixed storage output in VMTRACE for vm tests
2014-10-28 12:11:52 +01:00
Christoph Jentzsch
f1f8e2632d
Update vm.h
2014-10-27 22:33:50 +01:00
Christoph Jentzsch
7a3517ed3a
log VMTRACE in file for user defined test
2014-10-27 22:21:30 +01:00
Christoph Jentzsch
1905208649
Add VMTRACE to user defined vm test
...
Conflicts:
test/vm.cpp
2014-10-27 18:59:42 +01:00
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