btcpayserver/BTCPayServer.Client
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
..
JsonConverters Allow multi-step settings in custodian (#4838) 2023-04-04 14:48:29 +09:00
Models Prune webhook data from database 2023-05-29 09:02:47 +02:00
BTCPayServer.Client.csproj Pluginify on chain wallet setup (#4999) 2023-06-01 21:18:28 +09:00
BTCPayServerClient.APIKeys.cs Greenfield: Admins can create/delete API keys of any user (#4680) 2023-02-24 16:19:03 +09:00
BTCPayServerClient.Apps.cs Dotnet reformat 2023-04-10 11:07:03 +09:00
BTCPayServerClient.Authorization.cs
BTCPayServerClient.cs Prune webhook data from database 2023-05-29 09:02:47 +02:00
BTCPayServerClient.CustodianAccounts.cs Dotnet reformat 2023-04-10 11:07:03 +09:00
BTCPayServerClient.Custodians.cs
BTCPayServerClient.Health.cs
BTCPayServerClient.Invoices.cs Improve documentation of Refund API in Greenfield (#4372) 2022-11-28 20:58:18 +09:00
BTCPayServerClient.Lightning.Internal.cs Dotnet reformat 2023-04-10 11:07:03 +09:00
BTCPayServerClient.Lightning.Store.cs Dotnet reformat 2023-04-10 11:07:03 +09:00
BTCPayServerClient.LightningAddresses.cs Greenfield: Lightning addresses API (#4546) 2023-01-23 10:11:34 +01:00
BTCPayServerClient.LightningNetworkPaymentMethods.cs
BTCPayServerClient.LNURLPayPaymentMethods.cs
BTCPayServerClient.Misc.cs
BTCPayServerClient.Notifications.cs
BTCPayServerClient.OnChainPaymentMethods.cs
BTCPayServerClient.OnChainWallet.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
BTCPayServerClient.OnChainWallet.Objects.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
BTCPayServerClient.PaymentRequests.cs [Greenfield] Can create an invoice for a payment request via Greenfield (#4243) 2022-11-02 18:41:19 +09:00
BTCPayServerClient.PayoutProcessors.cs
BTCPayServerClient.PullPayments.cs Add Greenfield API endpoint for pull payment LNURL items (#4472) 2023-01-26 14:43:07 +09:00
BTCPayServerClient.ServerInfo.cs Store Custom Roles (#4940) 2023-05-26 23:49:32 +09:00
BTCPayServerClient.StoreEmail.cs
BTCPayServerClient.StorePaymentMethods.cs
BTCPayServerClient.StorePayoutProcessors.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
BTCPayServerClient.StoreRatesConfiguration.cs Dotnet reformat 2023-04-10 11:07:03 +09:00
BTCPayServerClient.Stores.cs
BTCPayServerClient.StoreUsers.cs Store Custom Roles (#4940) 2023-05-26 23:49:32 +09:00
BTCPayServerClient.Users.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
BTCPayServerClient.Webhooks.cs
GreenFieldAPIException.cs
GreenFieldValidationException.cs
icon.png
Permissions.cs Store Custom Roles (#4940) 2023-05-26 23:49:32 +09:00
PushNuget.ps1