Results 38 issues of Arvin

This adds two checks for invalid `RELEASE` values that can potentially come from the `update-status.json` file: - check that `RELEASE` is not an empty value. This can happen if for...

### Description This PR adds a `--all` flag to the `scripts/stop` script which looks for the background scripts that currently get kicked off in Umbrel and kills them with a...

## Description Minor improvements from debugging delete-payments methods.

## Discussion There is a subset of transactions that is currently not added to our ledger or accounted for in our balances. These are the incoming onchain transactions for a...

## Description This is a first draft for the fix for issues: #1399, #1528, https://github.com/GaloyMoney/galoy-mobile/issues/548 The issue is that the full `IncomingOnChainTransaction` type isn't persisted in redis, but our code...

## Description We currently only add confirmed onchain transactions (and confirmed/pending LN balances) to our ledger. This could be tricky for folks trying to draw a total balance (confirmed and...

api

## Description We recently implemented a skip probe pathway (#1505) for instances like payments to Muun where the probe would always fail since the last hop doesn't exist, but mission...

## Description **_WIP PR_** This PR adds a new `OnChainPaymentFlowBuilder` object to facilitate sending from USD wallet via onchain as well. ## `TODO` - [ ] add unit tests for...

## Description If a user wants to get the details of a particular transaction, they currently have to call `transactions` and then iterate through all transactions until they find the...

api

**_This will be a new query that will require new logic in our domain (see #1203 for context)_** ### Tasks - [ ] Implement a method that can take a...

good first issue
api