plugeth/vm
Felix Lange 4cf69d7cd3 vm: fix basic VM tests
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.
2014-10-29 18:50:17 +01:00
..
.ethtest Moved ethvm => vm 2014-10-18 13:31:20 +02:00
address.go Merge eth-go repository into go-ethereum 2014-10-23 15:01:27 +02:00
asm.go Merge eth-go repository into go-ethereum 2014-10-23 15:01:27 +02:00
closure.go Merge eth-go repository into go-ethereum 2014-10-23 15:01:27 +02:00
common.go Implemented LOG. Closes #159 2014-10-27 11:44:16 +01:00
debugger.go Merge eth-go repository into go-ethereum 2014-10-23 15:01:27 +02:00
environment.go Implemented LOG. Closes #159 2014-10-27 11:44:16 +01:00
errors.go Chnged to use GetOp instead & added error + checking 2014-10-23 14:04:00 +02:00
execution.go Merge eth-go repository into go-ethereum 2014-10-23 15:01:27 +02:00
log.go Implemented LOG. Closes #159 2014-10-27 11:44:16 +01:00
stack.go Implemented LOG. Closes #159 2014-10-27 11:44:16 +01:00
types.go Implemented LOG. Closes #159 2014-10-27 11:44:16 +01:00
virtual_machine.go Moved ethvm => vm 2014-10-18 13:31:20 +02:00
vm_debug.go Implemented LOG. Closes #159 2014-10-27 11:44:16 +01:00
vm_test.go vm: fix basic VM tests 2014-10-29 18:50:17 +01:00
vm.go Implemented LOG. Closes #159 2014-10-27 11:44:16 +01:00