Results 38 issues of Arvin

## Idea _(see: https://github.com/GaloyMoney/galoy/issues/1306#issuecomment-1134769222)_ If a payment flow for a higher amount already exists for the same invoice, explore how we can skip re-running the probe from lnd. Either: -...

lightning
api

## Description Can be observed by calling this query: ```gql query btcPriceList($range: PriceGraphRange!) { btcPrice { base offset currencyUnit formattedAmount } btcPriceList(range: $range) { timestamp price { base offset currencyUnit...

good first issue

## Description With the new hedged-USD & display-currency work we're starting to get things confused with the different data fields we store in our database for a transaction. **Key issues...

accounting

## Description We've had a recent API use-case request to be able to monitor the status of a generated invoice to see when it is paid (@john-magill shared [this flow](https://gist.github.com/john-magill/530d2b07daeca6c0405c38e2dd4f8cd2)...

**_This will expand on new query introduced in #1210_** ### Tasks The following are a set of suggestions for how this problem can be tackled. - [ ] Identify different...

features

**This will be a parent issue for the following sub-issues:** - #1210 - #1205 - ... ## Background We currently return "transactions" to users via our API to be used...

features

## Background The Lightning Network is denominated in millisatoshis but amounts in our system are usually presented as a rounded version of satoshis. Within `lnd` there are usually two types...

good first issue

## Background ### `Contact` abstraction In our Bitcoin Beach app, we use the concept of a `Contact` to track who users have paid to/from via a user's `Username`. This allows...

### What is your BTCPay version? BTCPay Server v1.6.9.0 --- ### How did you deploy BTCPay Server? Lunanode [1-click install](https://docs.btcpayserver.org/Deployment/LunaNode/) --- ### What happened? When I generate invoices using the...

Bug
Lightning

## Description This PR is to separate self-trade transaction types from other intraledger transactions. The goal here is to have separate limits for self-trades vs. other intraledger transfers. It also...