1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-26 17:13:35 +03:00
juvix/test/Rust
Paul Cadman f916c0a95a
Update Anoma client to testnet-v1 release (#3190)
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.
2024-11-25 18:28:24 +01:00
..
Compilation Add support for unsigned 8-bit integer type Byte (#2918) 2024-08-02 07:43:24 +01:00
RiscZero Update Anoma client to testnet-v1 release (#3190) 2024-11-25 18:28:24 +01:00
Compilation.hs Add precondition to run tests (#2887) 2024-07-15 10:02:48 +02:00
RiscZero.hs Add precondition to run tests (#2887) 2024-07-15 10:02:48 +02:00