-
Are there any cases where we'd prefer `.unwrap()` over `.expect()`? If not, I think adding a pre-commit hook check to ensure `.unwrap()` is not used could speed up PR review for newcomers.
-
https://x.com/4moonsettler/status/1769821195698905299?s=20
I could imagine `fedimint-cli spend --to 1000sats`
-
We have some base64 encoded fixtured that trip `typos`:
```
error: `wel` should be `well`
--> modules/fedimint-ln-tests/tests/tests.rs:120:50
|
120 | cqp2rzjq0ag45qspt2vd47jvj3t5n…
-
We could use that to show guardians which UTXOs the federation owns or even do a public proof-of-reserves.
-
Note how in the top right, only that follower has approved, but the message says "All Guardians have validated..."
-
A bunch of macros defined inside `fedimint_core` (such as `Encodable`, `Decodable`, and many of the `plugin...` macros) expect `::fedimint_core::` to be in the path. This prohibits us from being able …
-
```
fedimint-test-all-wasm32-unknown-unknown-ci> 00:00:18 thread 'rbf_withdrawals_are_rejected' panicked at modules/fedimint-wallet-tests/tests/tests.rs:499:5:
fedimint-test-all-wasm32-unknown-unk…
-
Reported by @yojoe in fedimint repo. Moving here because it's a client-side problem.
> Everytime I spend fm-sats to pay sigpay.sirion.io invoices, the fm-sats are immediately deducted from my flutt…
-
From @justinmoon
One thing I would really like is a simple way to build little dashboard from a federation or gateway rockdb.
I would love to just have a jupyter notebook that I could easily wr…
-