anoma / juvix

A language for intent-centric and declarative decentralised applications
https://docs.juvix.org
GNU General Public License v3.0
457 stars 53 forks source link

Remove `GetAnomaProcess` from the Anoma effect #3179

Closed paulcadman closed 6 days ago

paulcadman commented 6 days ago

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:

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.