Arvin
Arvin
## Description [This](https://github.com/lnurl/luds/blob/luds/01.md#fallback-scheme) seems to work in the iOS version but not in the Android version. Can test with the QR code here for reference: https://pay.blink.sv/vindard/print For context, this was...
## Description [This](https://github.com/lnurl/luds/blob/luds/01.md#fallback-scheme) seems to not be supported as yet when sending from wallet. Can test with the QR code [here](https://pay.blink.sv/vindard/print) for reference which resolves to `https://pay.blink.sv/VINDARD?LIGHTNING=LNURL1DP68GURN8GHJ7URP0YHXYMRFDE4JUUMK9UH8WETVDSKKKMN0WAHZ7MRWW4EXCUP0WE5KUERPWFJQSU3QFK`
## Description With the current way the API is setup, we expose ledger entries `status` fields directly in `WalletTransaction` objects that come through the API. This means that a ledger...
## Description This is a preparatory step before I do some refactoring to separate out a build step from our Tiltfile **Note for `BUILD_ARGS`** `prepare_build_context` is called inside `npm_test_impl` and...
## Description To get this to work we would probably first need to have yarn switched out to pnpm throughout our ci/cd pipeline since this would introduce a pnpm-workspace dependency...
## Description This is to help prevent instances where we get an error in `getTransactionsForWallet` and then don't show any transactions at all back to the user. The current behavior...
## Description I just sent a 1,000,000 sats onchain payment to my BBW wallet and noticed that the transactions list had a pending txn for 997,000 sats and a 3000...
There was an issue found and addressed in #1924 where it was possible for someone to have themselves be added as a contact. This is to add a migration script...
**Describe the bug** When paying a lightning invoice using USD (stablesats) wallet, we currently use the display-price-converted amount against the sats in the invoice to check whether there is enough...