Monday
Monday copied to clipboard
Open source LDK Node iOS app built in SwiftUI.
### Description Playing around with [Expose Node status and statistics](https://github.com/lightningdevkit/ldk-node/issues/127#event-12052204321). ### Notes to the reviewers Using local build of `ldk-node` at [commit 71b1d3c](https://github.com/lightningdevkit/ldk-node/commit/71b1d3c5594b1901cb88b47defec4c6507fba6db) of `main`. Kind of undoes all of...
bip21
### Description Adding BIP21 support per https://github.com/lightningdevkit/ldk-node/pull/302 Using locally generated bindings of ldk-node for now [x] Receive [ ] Send [x] Remove Bolt11 [x] Remove Bolt12 [x] Remove OnChain [...
This adds an option under settings to switch LSP. #146
### Description UNTESTED ### Notes to the reviewers ### Changelog notice ### Checklists #### All Submissions: * [ ] I've signed all my commits * [ ] I have formatted...
### Description UNTESED ### Notes to the reviewers ### Changelog notice ### Checklists #### All Submissions: * [x] I've signed all my commits * [ ] I have formatted my...
### Description ### Notes to the reviewers ### Changelog notice ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I have formatted my code with...
**Describe the bug** Wallet gets created even if you dont want it to
**Describe the bug** Toast kept showing for same payment, even when killing the app. The only thing that fixed it was doing a pull-to-refresh. 
It would be great if the app allows for setting/switching between LSPs. Currently, the LSP is hard coded and can't be changed by the user. Given that this may brake...
Currently when a payment is 'sent' it is optimistically assumed to have been successful unless there is a local error, which shows immediately. There are other cases worth handling better...