dpc
dpc
I think we need: * `fedimint-cli dev` subcommands that dump: * All server side supported API versions (coree + all discovered modules). * All client side support API versions. *...
Now that we use task group to join on all features, we might have stopped ignoring panics. ``` fedimint-workspace-lcov-ci> thread 'tokio-runtime-worker' panicked at modules/fedimint-mint-tests/tests/tests.rs:151:17: fedimint-workspace-lcov-ci> assertion `left == right` failed...
I want to have a client module that can call module endpoint that is admin-auth protected. I'm looking at: ```rust pub struct WsAdminClient { inner: DynGlobalApi, pub url: SafeUrl, }...
When using `fedimint-cli`, if you just get peer id wrong, you're going to send your admin password to another peer...
Every server & client, should re-export publicly `common`.
* fedimintd * gatewayd * fedimint-cli (with RUST_LOG=debug) should print all the consensus versions they have on start.
Is it even possible? :)
In our project produce binary reproducible binaries, and we would like to build, release and sign bundled versions as well. However currently the resulting files are not reproducible. After some...
After playing a bit with it, I really do think that. First, it would make [`trait Key`](https://docs.rs/redb/latest/redb/trait.Key.html) unnecessary, which is a simplification. It is particularly beneficial for crates that will...