Commit Graph

2065 Commits

Author SHA1 Message Date
thgO.O
e63faf6918 test: ensure transaction label is persisted after broadcast in wallet send flow 2025-08-08 16:40:06 -03:00
Nicolas Dorier
995bc0e20f Remove unused checkout v1 translations (#6860) 2025-07-22 12:27:26 +09:00
nicolas.dorier
7273e9953f Installing a plugin should install all plugin dependencies 2025-07-19 13:09:18 +09:00
Nicolas Dorier
86881ba5a3 Add fee information in wallet tx report and tx list (#6857) 2025-07-17 22:24:02 +09:00
Abhijay Jain
03c5f4bb3c (Refactor) : Converted Selenium test for CanUseLndSeedBackup , CanUseLNURLAuth and Others to playwright (#6852)
* (Test):Converted/Added Playwright Test for CanUseLndSeedBackup

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanUseLndSeedBackup

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Resovled merge conflicts

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanUseLNURLAuth

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CanUseCoinSelectionFilters

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanUseCoinSelectionFilters

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CanManageLightningNode

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanManageLightningNode

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CanEditPullPaymentUI

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanEditPullPaymentUI

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CookieReflectProperPermissions

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CookieReflectProperPermissions

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

---------

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
2025-07-17 12:35:31 +02:00
Nicolas Dorier
cd42f1a53d Fix: Improve the responsivity of the Reporting page (#6846) (#6841) 2025-07-17 15:43:32 +09:00
Nicolas Dorier
e83a12d995 Make sure that mempool space fee rate doesn't drop below node's minRelayTxFee (#6853) 2025-07-17 13:48:18 +09:00
nicolas.dorier
5ccbb7d41c Bump cln 2025-07-16 15:57:33 +09:00
Abhijay Jain
abcae2f64f (Refactor) : Converted Selenium test for CanSetupStoreViaGuide and CanImportWallet to playwright (#6850)
* (Test):Converted/Added Playwright Test for CanSetupStoreViaGuide

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanSetupStoreViaGuide

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CanImportWallet

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanImportWallet

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

---------

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
2025-07-16 13:00:14 +09:00
Nicolas Dorier
89c836e5f9 Add wallet policy support (#6765) 2025-07-16 09:06:11 +09:00
Abhijay Jain
48fab4c5e6 (Refactor) : Converted Selenium test for CanUseDynamicDns , CanCreateInvoiceInUI and CanImportMnemonic to playwright (#6847)
* (Test):Converted/Added Playwright Test for CanUseDynamicDns

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanUseDynamicDns

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CanCreateInvoiceInUI

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanCreateInvoiceInUI

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CanImportMnemonic

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanImportMnemonic

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

---------

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
2025-07-15 14:32:34 +09:00
nicolas.dorier
385b66653b Fix race condition for ModifyWalletObjectData 2025-07-14 14:57:01 +09:00
Israel Ulelu
b445f32b65 feat: exposed invoice accounting endpoint to facilitate refund on btcpayserver app project (#6818)
* feat: exposed invoice accounting endpoint to facilitate refund on btcpayserver app project

* merge from master

* refactor: optimizations

* refactor: added documentation, test assertions and renamed endpoint

* refactor: updated documentation based on code rabbit improvement suggestions

* refactor: updated refund properties terminology
2025-07-14 09:46:28 +09:00
Abhijay Jain
88394f77ac (Test) : Added a Playwright test to ensure settling partially paid Payment Request works (#6830)
* (Test) : Added a Playwright test to ensure settling partially paid Payment Request works

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* Update BTCPayServer.Tests/PlaywrightTests.cs

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update BTCPayServer.Tests/PlaywrightTests.cs

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* refactor: updated WaitForLoadStateAsync method

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* Refactor: updated requested chagnes

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* Refactor: Addressed requested changes

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

---------

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2025-07-13 22:55:22 +09:00
Abhijay Jain
9496978d38 (Refactor) : Converted Selenium test canRequireApprovalForNewAccounts and CanSetupEmailRules to playwright (#6842)
* (Test):Converted/Added Playwright Test for CanRequireApprovalForNewAccounts

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanRequireApprovalForNewAccounts

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CanSetupEmailRules

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanSetupEmailRules

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

---------

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
2025-07-13 22:41:15 +09:00
nicolas.dorier
a130630042 Export all metadatas of invoices in the Legacy Invoice Export 2025-07-11 16:12:52 +09:00
nicolas.dorier
d059dc11a4 Fix flaky test 2025-07-07 10:13:58 +09:00
nicolas.dorier
6bdb9f8739 Disable flaky test 2025-07-04 10:57:16 +09:00
thgO.O
632d4433e0 feat: add Reserved Addresses view with filtering, pagination and labels (#6796)
* feat: add reservedAt metadata when address is generated from receive

* feat: add link to Reserved Addresses in wallet navigation

* feat: add ReservedAddressesViewModel with labels and reserved timestamp

* feat: implement Reserved Addresses view with filtering, pagination and label management

* feat: add GetReservedAddressesWithDetails with label and timestamp support

* feat: add ReservedAddresses endpoint

* test: add Reserved Addresses view test with label, filter and pagination

* test: use stable ID for filter input instead of placeholder

* Moving Reserved Addresses to Receive page

* feat: sync labels created via Label Manager using labelmanager:changed event

* refactor: optimize GetReservedAddressesWithDetails using direct SQL query

* feat: add link to filter Reserved Addresses by label from Wallet Labels view

* refactor: remove legacy selenium test

* test: add playwright tests with label filtering, pagination and redirect from Wallet Labels view

* refactor: optimize Reserved Addresses filtering with Set and Safe.Json

---------

Co-authored-by: rockstardev <5191402+rockstardev@users.noreply.github.com>
2025-07-04 09:30:23 +09:00
Nicolas Dorier
9b64e90394 Remove useless code (#6817)
* Remove unused code

* Obsolete SigningKey concept
2025-06-30 19:28:01 +09:00
Nicolas Dorier
f021924fbe Fix: Failure to sign with Vault when a PSBT size exceeds 32KB (#6809) 2025-06-26 16:03:41 +09:00
napoly
3b8649d26c Disable static web assets for tests and plugin packer (#6800) 2025-06-25 10:24:08 +09:00
nicolas.dorier
d9ac9bb2b2 Remove useless test 2025-06-18 13:29:34 +09:00
Nicolas Dorier
2da91e6d41 Migrate CanManageWallet test to Playwright (#6797) 2025-06-18 09:26:53 +09:00
Markus Petzsch
57c499894c bump lnd on testnet and mutinynet 2025-06-16 17:52:41 +02:00
Markus Petzsch
8e0fafd4f3 Bumping LND to 0.19.1-beta 2025-06-16 17:19:15 +02:00
nicolas.dorier
0b29415d0e Fix flaky tests 2025-06-16 17:47:22 +09:00
nicolas.dorier
49f1f198f3 Add ability for to upload screenshot to circleci artifact for Playwright tests 2025-06-16 14:49:29 +09:00
nicolas.dorier
0ba3f92ef4 Remove useless code 2025-06-15 22:40:47 +09:00
thgO.O
e1d68cb084 feat(wallet): enhance Coin Selection with advanced filters and improved UX (#6755)
* feat: add timestamp on InputSelectionOption to enable date filtering

* feat(coin-selection): add page size options for 100, 250, and 500

* feat(coin-selection): add toggle all option

* feat(coin-selection): add filtering by amount and timestamp

* feat(coin-selection): add filter help section for advanced search options

* test: add tests for Coin Selection filters and select all

* refactor: remove unnecessary variable

* feat(coin-selection): enable copy-to-clipboard for filter examples

* refactor(coin-selection): separate sort and select-all controls into distinct layout blocks

* refactor(coin-selection): align selection logic with existing DOM-based approach

* test: refactor CanUseCoinSelection and CanUseCoinSelectionFilters

* test(coin-selection): replace magic numbers and delays with constants and Eventually

* refactor(coin-selection): improve select all performance with specific jQuery selector

* test(coin-selection): improve select all test with eventually and Equal

* Monoscaped font and right aligning for easier amounts view

* fix: coin selection toggling no longer unchecks unrelated inputs

* refactor(coin-selection): ensure UTXO date filters use proper Date comparison

* feat: add text-translate attributes for available filters section

* test: make Select All checkbox interaction more resilient to race conditions

---------

Co-authored-by: rockstardev <5191402+rockstardev@users.noreply.github.com>
2025-06-13 15:50:57 +09:00
nicolas.dorier
9f04bd473a Apply taxes and set receipt properly for PoS Print View 2025-06-12 17:51:26 +09:00
nicolas.dorier
5959d22964 Add test for invoice adjustment and PoS 2025-06-12 12:56:28 +09:00
Nicolas Dorier
46aafe7b8d Enable the Charge button on KeyPad when amount is 0 (#6785) 2025-06-11 23:57:40 +09:00
nicolas.dorier
8f3c67b3ee Fix: Custom amount in Product List mode would return error 404 2025-06-11 22:16:24 +09:00
nicolas.dorier
d30a8a7530 Fix tests and potential regression 2025-06-11 09:47:42 +09:00
nicolas.dorier
f52cb053fe Fix: Free items in the PoS were generating top-up invoices rather than settled invoices 2025-06-10 21:23:45 +02:00
nicolas.dorier
c6f960cef5 Fix flaky test 2025-06-04 13:12:09 +09:00
nicolas.dorier
66dde7da85 Merge branch 'total-keypad' 2025-06-04 12:43:38 +09:00
Ghander
19f8cb600d added docker-lightning-channel-setup powershell script for btcpayapp windows users (#6762) 2025-06-04 12:36:27 +09:00
nicolas.dorier
2fa87e33fc Display the keypad's running total more prominently 2025-06-04 12:33:16 +09:00
nicolas.dorier
5626fd3cb8 fix test 2025-05-30 09:42:12 +09:00
nicolas.dorier
f73c7a407a Fix flaky tests 2025-05-30 09:04:34 +09:00
Chukwuleta Tobechi
c483705761 Include amount paid on greenfield invoice (#6747)
* Include amount paid on greenfield invoice

* revert changes in invoice watcher

* Round up currency and include changes in swagger docs

* Add test

---------

Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2025-05-24 21:44:35 +09:00
nicolas.dorier
291ac888e9 Bump deps 2025-05-23 16:39:23 +09:00
nicolas.dorier
9e65f69e32 Make test more reliable 2025-05-23 16:34:14 +09:00
nicolas.dorier
b45a575ee4 Add ability to RBF a transaction with a single output 2025-05-23 10:16:57 +09:00
nicolas.dorier
b5a1de75c9 Move RBF/CPFP tests to playwright 2025-05-22 15:45:37 +09:00
Abhijay Jain
417e167a39 (Fix): Fixed Yadio exchange rate lookup failing (#6743)
* (Fix): Fixed Yadio exchange rate lookup failing

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* Adding XPT check as well, since it was causing failures

---------

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
Co-authored-by: rockstardev <5191402+rockstardev@users.noreply.github.com>
2025-05-20 22:43:44 -05:00
Nicolas Dorier
5f7a686833 Show tax rate in receipt, adjust keypad display (#6739)
* Show tax rate in receipt, adjust keypad display

* Adjust small nits in the view
2025-05-20 13:31:29 +09:00
napoly
c4097b5ddd Enable XMR plugin test setup (#6722)
* Enable XMR plugin tests setup

* BTCpayServerTester.WaitIsFullySynched should not wait only NBX
2025-05-20 09:40:12 +09:00