btcpayserver/BTCPayServer.Data/Data
Andrew Camilleri 51690b47a3
Transfer Processors (#3476)
* Automated Transfer processors

This PR introduces a few things:
* Payouts can now be directly nested under a store instead of through a pull payment.
* The Wallet Send screen now has an option to "schedule" instead of simply creating a transaction. When you click on schedule, all transaction destinations are converted into approved payouts. Any options relating to fees or coin selection are discarded.
* There is a new concept introduced, called "Transfer Processors".  Transfer Processors are services for stores that process payouts that are awaiting payment. Each processor specifies which payment methods it can handle.  BTCPay Server will have some forms of transfer processors baked in but it has been designed to allow the Plugin System to provide additional processors.
* The initial transfer processors provided are "automated processors", for on chain and lightning payment methods. They can be configured to process payouts every X amount of minutes. For  on-chain, this means payments are batched into one transaction, resulting in more efficient and cheaper fees for processing.
*

* fix build

* extract

* remove magic string stuff

* fix error message when scheduling

* Paginate migration

* add payout count to payment method tab

* remove unused var

* add protip

* optimzie payout migration dramatically

* Remove useless double condition

* Fix bunch of warnings

* Remove warning

* Remove warnigns

* Rename to Payout processors

* fix typo

Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2022-04-24 12:19:34 +09:00
..
AddressInvoiceData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
APIKeyData.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
AppData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
ApplicationUser.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
Fido2Credential.cs Support LNURL Auth 2022-01-14 13:26:30 +01:00
HistoricalAddressInvoiceData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
InvoiceData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
InvoiceEventData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
InvoiceSearchData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
InvoiceWebhookDeliveryData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
LightingAddressData.cs LN Address - db schema fix method (#3638) 2022-04-19 16:58:31 +09:00
NotificationData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
OffchainTransactionData.cs Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
PairedSINData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PairingCodeData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PayjoinLock.cs Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
PaymentData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PaymentRequestData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PayoutData.cs Transfer Processors (#3476) 2022-04-24 12:19:34 +09:00
PayoutProcessorData.cs Transfer Processors (#3476) 2022-04-24 12:19:34 +09:00
PendingInvoiceData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PlannedTransaction.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PullPaymentData.cs Refactor and decouple Payout logic (#2046) 2021-04-13 17:36:49 +09:00
RefundData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
SettingData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
StoreData.cs Transfer Processors (#3476) 2022-04-24 12:19:34 +09:00
StoredFile.cs Allow file service to be used in plugins 2022-03-02 12:22:46 +01:00
StoreWebhookData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
U2FDevice.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
UserStore.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
WalletData.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
WalletTransactionData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
WebhookData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
WebhookDeliveryData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00