btcpayserver/BTCPayServer/Models/StoreViewModels
Andrew Camilleri 3818468932
Pluginify on chain wallet setup (#4999)
* Pluginify on chain wallet setup

This PR fixes a few logical points in the wallet setup flow to allow more extensive plugin flexibility; It also fixes an issue when building plugins that requires an Altcoin config profile. Here is an example showcasing the Liquid+ plugin using this to enforce that it is a hot wallet (a requirement it has) and that import to RPC is always set, and a new option that is used to configure the wallet further https://i.imgur.com/pDPQ73v.gif

* Update BTCPayServer/Controllers/UIStoresController.Onchain.cs

* update nbx
2023-06-01 21:18:28 +09:00
..
CheckoutAppearanceViewModel.cs Dotnet reformat 2023-04-10 11:07:03 +09:00
CreateStoreViewModel.cs Improve create first store case (#4951) 2023-05-10 11:18:29 +02:00
DerivationSchemeViewModel.cs Remove useless code 2021-11-16 21:02:25 +09:00
EditWebhookViewModel.cs Prune webhook data from database 2023-05-29 09:02:47 +02:00
GeneralSettingsViewModel.cs Checkout v2: Improve expired paid partial state (#4827) 2023-05-11 10:38:40 +02:00
LightningNodeViewModel.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
LightningSettingsViewModel.cs Remove disable BOLT11 option 2023-04-25 12:21:27 +02:00
LightningViewModel.cs Add Lightning page with services (#3308) 2022-01-19 11:52:05 +09:00
PairingModel.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
PaymentMethodOptionViewModel.cs Add ability to set default payment method for pay button (#3606) 2022-04-11 17:48:12 +09:00
PaymentViewModel.cs Allow any bolt11 invoice for pullpayments/payouts (#4857) 2023-04-06 15:54:19 +09:00
PluginsViewModel.cs Rewording: Integrations become (store) plugins 2022-05-12 13:32:40 +02:00
RatesViewModel.cs Register rate providers in DI, so it can be accessed by plugins (#4551) 2023-01-30 09:46:12 +09:00
RecoverySeedBackupViewModel.cs Fix a bunch of open redirect (#4575) 2023-02-02 09:42:58 +09:00
StoreDashboardViewModel.cs Do not show set up wallet link in dashboard 2022-09-13 16:14:46 +02:00
StoreDerivationScheme.cs LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00
StoreLightningNode.cs LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00
StoreUsersViewModel.cs Store Custom Roles (#4940) 2023-05-26 23:49:32 +09:00
TestWebhookViewModel.cs Add ability to send test webhook call 2021-06-03 21:16:24 -07:00
TokensViewModel.cs Improve store/selectlist labeling (#3014) 2021-10-25 13:15:08 +09:00
WalletSettingsViewModel.cs Change confirmed to settled. (#4328) 2022-11-22 11:10:21 +09:00
WalletSetupRequest.cs Pluginify on chain wallet setup (#4999) 2023-06-01 21:18:28 +09:00
WalletSetupViewModel.cs Add payjoin option to hot wallet setup (#2450) 2021-06-18 10:25:17 +09:00
WebhooksViewModel.cs Update NBitcoin, fix warnings on nullable (#2718) 2021-07-29 20:29:34 +09:00