Commit 4d61788
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
Submodule btcpayserver updated 61 files
- .circleci/config.yml+6
- .circleci/run-tests.sh+1-1
- BTCPayServer.Client/Models/CreatePosInvoiceRequest.cs-25
- BTCPayServer.PluginPacker/BTCPayServer.PluginPacker.csproj+1
- BTCPayServer.Tests/BTCPayServer.Tests.csproj+1
- BTCPayServer.Tests/Extensions.cs-2
- BTCPayServer.Tests/FastTests.cs+3-3
- BTCPayServer.Tests/POSTests.cs+63-11
- BTCPayServer.Tests/PayJoinTests.cs+4-4
- BTCPayServer.Tests/PlaywrightTester.cs+132-32
- BTCPayServer.Tests/PlaywrightTests.cs+271-3
- BTCPayServer.Tests/SeleniumTests.cs+88-288
- BTCPayServer.Tests/ServerTester.cs+3
- BTCPayServer.Tests/UnitTest1.cs+1-2
- BTCPayServer.Tests/WalletTests.cs+1
- BTCPayServer.Tests/docker-compose.altcoins.yml+5-2
- BTCPayServer.Tests/docker-compose.mutinynet.yml+2-2
- BTCPayServer.Tests/docker-compose.testnet.yml+2-2
- BTCPayServer.Tests/docker-compose.yml+2-2
- BTCPayServer/BTCPayServer.csproj+1-1
- BTCPayServer/Blazor/VaultBridge/HWIController.cs+5-2
- BTCPayServer/Controllers/GreenField/GreenfieldStoreOnChainWalletsController.cs+2-2
- BTCPayServer/Controllers/UIInvoiceController.UI.cs+1
- BTCPayServer/Controllers/UILNURLController.cs+41-36
- BTCPayServer/Controllers/UIStoresController.Onchain.cs+2-12
- BTCPayServer/Controllers/UIWalletsController.PSBT.cs+1-1
- BTCPayServer/Controllers/UIWalletsController.cs+4-4
- BTCPayServer/DerivationSchemeSettings.cs+29-30
- BTCPayServer/EventAggregator.cs+3
- BTCPayServer/HostedServices/Webhooks/IWebhookProvider.cs+2
- BTCPayServer/HostedServices/Webhooks/InvoiceWebhookDeliveryRequest.cs+3
- BTCPayServer/HostedServices/Webhooks/InvoiceWebhookProvider.cs+2
- BTCPayServer/HostedServices/Webhooks/PaymentRequestWebhookProvider.cs+3-1
- BTCPayServer/HostedServices/Webhooks/PayoutWebhookProvider.cs+3-1
- BTCPayServer/HostedServices/Webhooks/PendingTransactionWebhookProvider.cs+2
- BTCPayServer/HostedServices/Webhooks/WebhookProvider.cs+3-1
- BTCPayServer/HostedServices/Webhooks/WebhookSender.cs+8
- BTCPayServer/Hosting/MigrationStartupTask.cs-17
- BTCPayServer/Hosting/Startup.cs+10-1
- BTCPayServer/Models/StoreViewModels/WalletSettingsViewModel.cs+2-4
- BTCPayServer/Models/WalletViewModels/WalletSendModel.cs+1
- BTCPayServer/Payments/Bitcoin/BitcoinLikePaymentHandler.cs+6-8
- BTCPayServer/Payments/Lightning/LightningListener.cs+11-9
- BTCPayServer/Payments/PayJoin/Sender/PayjoinWallet.cs+7-2
- BTCPayServer/Plugins/PointOfSale/Controllers/UIPointOfSaleController.cs+9-82
- BTCPayServer/Services/Invoices/InvoiceEntity.cs+8-1
- BTCPayServer/Services/Invoices/PosAppData.cs+11
- BTCPayServer/Services/Invoices/PosReceiptData.cs+82
- BTCPayServer/Views/Shared/PointOfSale/Public/Cart.cshtml+2-2
- BTCPayServer/Views/Shared/PointOfSale/Public/VueLight.cshtml+1-1
- BTCPayServer/Views/UIInvoice/ListInvoices.cshtml+34-3
- BTCPayServer/Views/UIStores/StoreEmailRulesManage.cshtml+20-4
- BTCPayServer/Views/UIStores/WalletSettings.cshtml+5-12
- BTCPayServer/Views/UIWallets/CoinSelection.cshtml+133-39
- BTCPayServer/Views/UIWallets/WalletSendVault.cshtml+29-14
- BTCPayServer/wwwroot/pos/common.js-8
- BTCPayServer/wwwroot/swagger/v1/swagger.template.pull-payments.json+1-1
- BTCPayServer/wwwroot/vendor/decimal.js/decimal.min.js+3-3
- Build/Version.csproj+1-1
- Changelog.md+15
- btcpayserver.sln.DotSettings+2
0 commit comments