aboutsummaryrefslogtreecommitdiffstats
path: root/vm.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2014-12-031-2/+2
|\ | | | | | | | | Conflicts: test/vm.cpp
| * added logs to state testsCJentzsch2014-12-021-2/+0
|/
* Add Log testsChristoph Jentzsch2014-11-191-0/+2
|
* Moved instructions and assembly to new libevmcore.Christian2014-11-061-1/+1
|
* Clean up and organize tests + state class testsChristoph Jentzsch2014-11-031-2/+1
|
* Clean up FakeExtVM - move to state testsChristoph Jentzsch2014-10-311-9/+0
|
* Restructure state tests. Remove FakeStateClassChristoph Jentzsch2014-10-301-8/+8
|
* Fixed storage output in VMTRACE for vm testsChristoph Jentzsch2014-10-281-29/+0
|
* Update vm.hChristoph Jentzsch2014-10-281-1/+0
|
* log VMTRACE in file for user defined testChristoph Jentzsch2014-10-281-2/+34
|
* Add VMTRACE to user defined vm testChristoph Jentzsch2014-10-281-0/+3
| | | | | Conflicts: test/vm.cpp
* Move suicides into SubState and include logs and refunds.Gav Wood2014-10-271-1/+1
| | | | Refund gas from zero-resetting SSTOREs.
* Drop universal initializer in some placesPaweł Bylica2014-10-221-1/+1
|
* Add virtual specifier to overridden methods in FakeVMPaweł Bylica2014-10-221-10/+10
|
* Another round of fixing ExtVM interfacePaweł Bylica2014-10-221-9/+9
|
* Merge pull request #346 from CJentzsch/developGav Wood2014-10-101-1/+9
|\ | | | | Corrected call function in FakeExtVM
| * Corrected call function in FakeExtVMChristoph Jentzsch2014-10-081-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 Wood2014-10-081-1/+1
|/
* Bug fix, push callcreate before changing gas value in FakeExtVMChristoph Jentzsch2014-10-061-0/+2
|
* corrected CALLSTATELESS test, style fixes, code length independent call in ↵Christoph Jentzsch2014-10-011-5/+4
| | | | FakeExtVM
* Reorganized FakeExtVM class into .h and .cpp file. Added state class member ↵Christoph Jentzsch2014-09-271-0/+85
in order to test CREATE and CALL. Added system operations test.