dpc
dpc
I thought it would be good to have basic test for meta module, and I discovered a problem. To reproduce: ``` env RUST_LOG=server::module::meta=trace,info ./scripts/tests/meta-module-test.sh ``` Sometimes (quite often on my...
on clearing the outstanding minority submissions. See https://github.com/fedimint/fedimint/pull/4772#issuecomment-2033170196
https://twitter.com/PavolRusnak/status/1769633022461043023 Follow-up with what's that about, and do we need to do anything about it. Better now than when people start hitting it in real life.
* [ ] move cli handling structs and fn to `fedimint-cli/src/opts.rs` or something. They seem scattered all over ATM. * [ ] `Module` and `ModuleInit` should live in `fedimint-server` (just...
``` --> fedimint-logging/src/lib.rs:125:52 | 125 | let tracer = opentelemetry_jaeger::new_agent_pipeline() | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default ```
While spelunking in our tests and trying things, I've spotted the following assertion failure locally: ``` 00:00:17 thread 'main' panicked at /home/dpc/lab/fedimint-wrk-1/devimint/src/tests.rs:1473:17: 00:00:17 assertion `left == right` failed ``` https://pastebin.com/U8Apii3B...
It's pretty bare right now. We should: * [x] make it possible to customize the index page (@dpc) #4624 * [ ] write a nice introduction what is it for,...
To prevent abuse, and (in future) move the cost of spending pegged-in UTXOs from the spender to the creator of UTXO, mints should always charge a peg-in fee. https://github.com/fedimint/fedimint/blob/5070824f364ae40d35d148422dc3f73ffe68d6a2/modules/fedimint-wallet-common/src/config.rs#L109 Probably...
https://x.com/4moonsettler/status/1769821195698905299?s=20 I could imagine `fedimint-cli spend --to 1000sats`
``` warning: use of deprecated method `miniscript::Descriptor::::max_satisfaction_weight`: use max_weight_to_s atisfy instead --> modules/fedimint-wallet-server/src/lib.rs:1361:14 | 1361 | .max_satisfaction_weight() | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by defaul ```