Kody Low
Kody Low
I would like to be able to see additional information from the paid invoices stored in my recent transactions list. Currently each paid invoice is displayed in a collapsed and...
Updated per recommendations in #450 2018->2021 edition jump across all cargo.tomls is a separate commit, can remove if this is a problem. Changed authors to "The Fedimint Developers" Added descriptions....
Any particular reason why we're using CompressedPublicKey in the wallet and some of the crypto or is that just legacy code that I can update to using PublicKey? Looks like...
Similar to AssumeUTXO, one way to speed up indexing is to allow the user to download a snapshot of the ordinal index at a specific blockheight and begin validating/updating from...
## Pull Request Template ### Checklist - [x] Confirmed that `run-checks all` script has been executed. - [ ] Made sure the book is up to date with changes in...
## Summary I'd like exchain to be packaged for Nix distribution. ## Problem Definition Exchain does not support nix distribution so cannot be effectively run inside of Replit's in-browser IDE....
**Is your feature request related to a problem? Please describe.** We've been putting Stacker.News in Fedi for the last few months and have gathered some recommendations on improving the WebLN...
For decode we're handling both cases but for encode we're writing stand b64, should write as url safe
From last time we brought this up I'm tracking using TieredMulti for the notes is tech debt from early implementation, I think we should move amount into the note itself...
addresses https://github.com/fedimint/fedimint/issues/2626 Moves htlc filtering logic to the lightning node side instead of forwarding all htlcs to gateway to filter. Adds `update_fedimint_scids` rpc for gateway to call to update which...