-
Notifications
You must be signed in to change notification settings - Fork 837
Closed
Description
Hi, I can see that coreth is avalanchego's plugin, and is implemented by go-plugin, also in the doc there is a sinppets shows how to make a plugin to communicate with avalanchgo by grpc.
But in discord developer-chat, @jpop32 said coreth is in-process to avalanchego so it probably doesn't use grpc. Subnet VMs do which makes me very confused.
coreth do started a grpc server(link) , it's useless?
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,
})Could someone clarify this?
Metadata
Metadata
Assignees
Labels
No labels