interop: move into pkg/interop, replace pkg/vm/api

neo-storm has developed more wrappers for syscall APIs, so they can and should
be used as a drop-in replacement for pkg/vm/api. Moving it out of vm, as it's
not exactly related to the VM itself.
This commit is contained in:
Roman Khimov 2019-08-15 19:41:51 +03:00
parent 7cd91610df
commit a1e3655560
38 changed files with 58 additions and 281 deletions

View file

@ -1,8 +1,8 @@
package engine_contract
import (
"github.com/CityOfZion/neo-storm/interop/engine"
"github.com/CityOfZion/neo-storm/interop/runtime"
"github.com/CityOfZion/neo-go/pkg/interop/engine"
"github.com/CityOfZion/neo-go/pkg/interop/runtime"
)
func Main() bool {