btcpayserver/BTCPayServer/Views/UIWallets
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
..
_Nav.cshtml Sticky header updates (#3471) 2022-02-21 11:05:42 +09:00
_PSBTInfo.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
_ViewImports.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
_ViewStart.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
CoinSelection.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
ListWallets.cshtml Store: Combine General and Payment settings 2022-01-25 06:57:55 +01:00
SigningContext.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
SignWithSeed.cshtml Fix the PSBT signing flow (#3465) 2022-02-17 17:58:56 +09:00
WalletPSBT.cshtml settings + PSBT constrain 2022-02-02 10:19:17 +01:00
WalletPSBTCombine.cshtml Fix the PSBT signing flow (#3465) 2022-02-17 17:58:56 +09:00
WalletPSBTDecoded.cshtml Fix the PSBT signing flow (#3465) 2022-02-17 17:58:56 +09:00
WalletReceive.cshtml Dashboard (#3530) 2022-04-12 16:55:10 +09:00
WalletRescan.cshtml Simple Wallet View Inconsistencies (#3355) 2022-01-26 14:54:29 +09:00
WalletSend.cshtml Transfer Processors (#3476) 2022-04-24 12:19:34 +09:00
WalletSendVault.cshtml [UX/UI] Add CPFP (#3395) 2022-02-10 12:24:28 +09:00
WalletSigningOptions.cshtml [UX/UI] Add CPFP (#3395) 2022-02-10 12:24:28 +09:00
WalletsNavPages.cs Rename UI controllers 2022-01-14 13:46:03 +09:00
WalletTransactions.cshtml Wallet view: Minor display improvements (#3647) 2022-04-18 10:23:32 +09:00