1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00
juvix/app/Commands/Dev/Anoma
Paul Cadman eab02a77da
Remove GetAnomaProcess from the Anoma effect (#3179)
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 we I want to add an interpreter for
Anoma that makes gRPC calls to an exisitng Anoma client.
`GetAnomaProcess` has no meaning for this interpreter.
2024-11-19 17:34:13 +00:00
..
Node Run Nockma in an Anoma node (#3128) 2024-10-29 17:32:59 +01:00
Node.hs Remove GetAnomaProcess from the Anoma effect (#3179) 2024-11-19 17:34:13 +00:00
Options.hs Fix compiler error on import cycles (#3171) 2024-11-15 09:41:02 +01:00