From 6ac9ecf8a736e06a5dba6b971e632342fe6eef66 Mon Sep 17 00:00:00 2001 From: Stephen Buttolph Date: Thu, 16 Apr 2020 01:02:16 -0400 Subject: Revert "Added the EVM as a plugin" --- plugin/main.go | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 plugin/main.go (limited to 'plugin/main.go') diff --git a/plugin/main.go b/plugin/main.go deleted file mode 100644 index f5c9909..0000000 --- a/plugin/main.go +++ /dev/null @@ -1,21 +0,0 @@ -package main - -import ( - "github.com/hashicorp/go-plugin" - - "github.com/ava-labs/gecko/vms/rpcchainvm" - - "github.com/ava-labs/coreth/plugin/evm" -) - -func main() { - plugin.Serve(&plugin.ServeConfig{ - HandshakeConfig: rpcchainvm.Handshake, - Plugins: map[string]plugin.Plugin{ - "vm": rpcchainvm.New(&evm.VM{}), - }, - - // A non-nil value here enables gRPC serving for this plugin... - GRPCServer: plugin.DefaultGRPCServer, - }) -} -- cgit v1.2.3-70-g09d2