btcpayserver/BTCPayServer/Payments/Bitcoin
Andrew Camilleri 04726b3ee4
Payouts: Detect External OnChain Payouts (#2462)
* Refactor and decouple Payout logic

So that we can support lightning + external payout payments

Fixes & refactoring

almost there

final

Remove uneeded payment method checks

Refactor payouts to handle custom payment method specific actions

External onchain payments to approved payouts will now require "confirmation" from the merchant that it was sent by them.

add pill tabs for payout status

* Improve some UX around feature

* add test and some fixes

* Only listen to address tracked source and determine based on wallet get tx call from nbx

* Simplify isInternal for Payout detection

* fix test

* Fix Noreferrer test

* Make EnsureNewLightningInvoiceOnPartialPayment more resilient

* Make notifications section test more resilient in CanUsePullPaymentsViaUI
2021-07-16 09:57:37 +02:00
..
BitcoinLikeOnChainPaymentMethod.cs Make Invoice Create Faster And Fix Gap Limit Issue (#1843) 2021-04-07 13:08:42 +09:00
BitcoinLikePaymentData.cs Show index of payment address for onchain payments 2020-09-16 11:49:37 +02:00
BitcoinLikePaymentHandler.cs Set lightning invoice fallback in QR code as uppercase (#2492) 2021-06-08 12:24:17 +09:00
NBXplorerListener.cs Payouts: Detect External OnChain Payouts (#2462) 2021-07-16 09:57:37 +02:00