This PR removes GetAnomaProcess from the Anoma effect.
Use the launchAnoma function to start a persistent Anoma client / server (used by juvix dev anoma node).
Other changes:
It's no longer necessary to pass the protobuf files to grpcurl because the Anoma client now supports gRPC reflection.
We pass the elixir start command to mix via -e argument instead of using a temporary file.
The purpose for this change is that I want to add an interpreter for Anoma that makes gRPC calls to an existing Anoma client. GetAnomaProcess has no meaning for this interpreter.
This PR removes
GetAnomaProcess
from the Anoma effect.Use the
launchAnoma
function to start a persistent Anoma client / server (used byjuvix dev anoma node
).Other changes:
grpcurl
because the Anoma client now supports gRPC reflection.mix
via-e
argument instead of using a temporary file.The purpose for this change is that I want to add an interpreter for Anoma that makes gRPC calls to an existing Anoma client.
GetAnomaProcess
has no meaning for this interpreter.