mirror of
https://github.com/anoma/juvix.git
synced 2024-12-26 17:13:35 +03:00
f916c0a95a
This PR makes changes to make our Anoma client CLI commands compatible with the https://github.com/anoma/anoma/tree/testnet-01 branch. We must now capture the Anoma client node_id on start because some endpoints (e.g mempool submit) require this node id in the request. I'm using [Effectful.Environment](https://hackage.haskell.org/package/effectful-2.5.0.0/docs/Effectful-Environment.html) to interact with environment variables as it avoids use of `IOE`. In a separate PR we should replace all usages of `System.Environment` with `Effectful.Environment` but I've left existing usages of `System.Environment` in place for the time being. |
||
---|---|---|
.. | ||
Compilation | ||
RiscZero | ||
Compilation.hs | ||
RiscZero.hs |