mutiny-node
mutiny-node copied to clipboard
SDK behind Mutiny Wallet
This fixes it so if a service reuses a key we can properly match on the correct nwc connection
While using two wallets within the same federation, I sent 10 sats from Wallet A to Wallet B. Later, I wanted to send 10 sats back from Wallet B to...
``` e5b3 2024-05-09 20:51:34.189 DEBUG [mutiny_core::federation:1575] Timeout reached, exiting loop for on chain tx e5b3 2024-05-09 20:51:34.189 TRACE [mutiny_core::federation:1584] Done with stream outcome e5b3 2024-05-09 20:51:34.189 TRACE [mutiny_core::storage:954] Trace: checking...
Closes #1174
We can get a full history of all fedimint onchain / lightning transactions if we do a full scan of the operations. This kind of works for on chain, up...
Was able to fix #1071 while i was at it This puts the node manager in a RwLock that is by default off, only until `create_node_manager` is called will we...
Should also auto do it when someone resubscribes _Originally posted by @benthecarman in https://github.com/MutinyWallet/mutiny-node/pull/1173#discussion_r1594807387_
todos: - [x] fix lnd crate to be usable - [ ] fix cargo workspace stuff - [x] more test cases