dpc
dpc
IMO, ATM. for multiple reasons, primarily because wallet module is the least tested and most prone to issues that could lock or permanently lose funds, it should be possible for...
``` devimint::federation: Pegging-in client funds amount=23455000 deposit_fees=1000 fedimint-test-all-wasm32-unknown-unknown-ci> 00:00:21 2024-05-01T05:05:40.499380Z INFO devimint::federation: Pegging-in client funds amount=34566000 deposit_fees=1000 fedimint-test-all-wasm32-unknown-unknown-ci> 00:00:27 2024-05-01T05:05:46.582535Z INFO devimint::tests: Recovering using utxos method fedimint-test-all-wasm32-unknown-unknown-ci> 00:00:27 2024-05-01T05:05:46.600531Z INFO...
A new kind of flake. ``` 00:00:15 2024-05-14T05:41:49.332215Z DEBUG spawn{task="jit-value"}: fm::devimint: Polling lnd_startup failed, will retry... attempt=49 err=status: Unknown, message: "empty macaroon data", details: [], metadata: MetadataMap { headers: {"content-type":...
I remember when we were discussing the new DKG/UI system, the core goal (in my mind at least) was better UX and chance of success of setting up Federation by...
I'm going back to trying to implement wallet module recovery, as a part of #1477, and I'm going to write out some thoughts on the matter. We have a derivation...
In my app I'd like the user to have an option to rate-limit based on IP (if running in a standalone mode), or reverse proxy headers. However currently conditionally setting...
See https://github.com/johnstonskj/rust-email_address/issues/29 ``` error[E0277]: the trait bound `EmailAddress: std::cmp::Eq` is not satisfied --> /home/dpc/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lnurl-rs-0.4.1/src/lightning_address.rs:10:5 | 8 | #[derive(Debug, PartialEq, Clone, Eq, Hash)] | -- in this derive macro expansion 9...
I have recently reached a point of usability on my little project, where I was testing an overlapping tech stack. I used parts of this template and thank you for...
**Describe the bug** We are trying to rely on Nix deterministic building and I found some weird behavior. when building using local `git+file:` vs remote `github` to the same tag...
## Bug Report I just lost decent amount of time debugging a problem that turned out to be `tracing-subscriber` logging to `stdout` which was overlooked during refactoring. This is a...