Refactored state, state object and vm
* The State and StateObject have been moved to their own package * The VM is moved to it's own package
Showing
ethstate/.ethtest
0 → 100644
ethstate/errors.go
0 → 100644
ethstate/state.go
0 → 100644
ethstate/state_object.go
0 → 100644
ethstate/state_test.go
0 → 100644
ethvm/.ethtest
0 → 100644
ethvm/asm.go
0 → 100644
ethvm/closure.go
0 → 100644
ethvm/common.go
0 → 100644
ethvm/stack.go
0 → 100644
ethvm/types.go
0 → 100644
ethvm/vm.go
0 → 100644
This diff is collapsed.
ethvm/vm_test.go
0 → 100644
Please register or sign in to comment