-
In order to build a UI for federation guardians that uses the API in `net/api.rs`, we'll need some more information. Some things we're missing:
* [x] #2990
* [x] ~Connection string (we can constru…
-
To avoid issuing denominations with low anonymity set there should be a federation API endpoint that shows issuances per denomination. The client should use that information to choose output denominat…
-
When running `fedimintd` with `RUST_LOG=fedimint_server::request`
The logs leak the API password in the logs:
```
2023-07-28T21:33:17.069689Z TRACE handle_request{method="fetch_epoch_count"}: fed…
-
-
Sometimes if I start mprocs with `just mprocs` and the close it with `ctrl-a q y`, some processes like `fedimintd` or `lnd` continue to run indefinitely.
I think there's 2 separate problems here:
…
-
I'm not sure if this is feasible, but logging the git revision of the client library (even when used as an external dependency) would be very useful for debugging client logs where the exact version i…
-
After you've joined a federation and load the guardian UI page, there is no loading state while it's fetching the list of federations. But once the call completes they show up.
-
The indicators for the Guardians own server just have static values. We need to hook up to an API (maybe needs backend work?) and determine what metric we're using for this information.
-
It could extend `crossWasm`. To just compile wasm code we shouldn't have to install ***firefox***. https://github.com/fedimint/fedimint/pull/2833#pullrequestreview-1545052327
-
Instead of the client module configs being `serde_json::Value`s internally, they could be already parsed an be a `Box` that allows encoding via `Encodable` as well as `serde`.
We alre…