aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Added VM testing toolobscuren2014-11-101-0/+18
|
* chain, tests/helper, vm: make tests compileFelix Lange2014-11-011-1/+1
| | | | They were broken by df5603de0a34e80a1, when vm.Log became ethstate.Log.
* all: fix rename breakageFelix Lange2014-11-011-17/+17
|
* vm: fix basic VM testsFelix Lange2014-10-301-19/+35
| | | | | | | | | The tests now compile and won't panic for unexpected return values. We need a recent-enough version of the mutan compiler because of the new JUMPDEST requirements. Skip some tests if the installed mutan version is too old. The debug VM test still fails, probably because of an implementation bug.
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-5/+5
| | | | mist, etheruem have been moved to cmd/
* Moved ethvm => vmobscuren2014-10-181-0/+155