Paweł Bylica
f48c0d7e96
Expose VM kind setting of State in FakeExtVM
This reverts commit 6ad065bb3e
.
10 years ago
Christoph Jentzsch
314b070d36
Update vm.h
10 years ago
Christoph Jentzsch
875d526590
log VMTRACE in file for user defined test
10 years ago
Christoph Jentzsch
bc1e4ceee2
Add VMTRACE to user defined vm test
Conflicts:
test/vm.cpp
10 years ago
Gav Wood
52e385905e
Move suicides into SubState and include logs and refunds.
Refund gas from zero-resetting SSTOREs.
10 years ago
Paweł Bylica
6ad065bb3e
Revert "Expose VM kind setting of State in FakeExtVM"
This reverts commit 2d0557e2ee
.
10 years ago
Paweł Bylica
2d0557e2ee
Expose VM kind setting of State in FakeExtVM
10 years ago
Paweł Bylica
2de947ecc3
Drop universal initializer in some places
10 years ago
Paweł Bylica
3460d7695f
Add virtual specifier to overridden methods in FakeVM
10 years ago
Paweł Bylica
214ab5d519
Another round of fixing ExtVM interface
10 years ago
Paweł Bylica
d173447b97
Another round of fixing ExtVM interface
10 years ago
Gav Wood
cd5203fa9e
PoC-7: Maximum recursion limit 1024.
10 years ago
Christoph Jentzsch
cf6bbcf097
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
10 years ago
Christoph Jentzsch
c494a3f886
Bug fix, push callcreate before changing gas value in FakeExtVM
10 years ago
Christoph Jentzsch
a6a76a1f4b
corrected CALLSTATELESS test, style fixes, code length independent call in FakeExtVM
10 years ago
Christoph Jentzsch
98658ddd13
Reorganized FakeExtVM class into .h and .cpp file. Added state class member in order to test CREATE and CALL. Added system operations test.
10 years ago