Commit graph

1266 commits

Author SHA1 Message Date
continue[bot]
4d2b925c1f Add backend unit tests for CommonService utilities
- Set up Vitest testing framework for backend TypeScript tests
- Add vitest.config.ts with coverage configuration
- Add comprehensive tests for server/utils/common.ts including:
  - maskPasswords: password field masking in objects
  - convertTimeToEpoch: date to epoch conversion
  - sortAscByKey/sortDescByKey: numeric sorting utilities
  - sortAscByStrKey/sortDescByStrKey: string sorting utilities
  - newestOnTop: array reordering
  - camelCase/titleCase: string case conversion
  - isVersionCompatible: semantic version comparison
  - getMonthDays: calendar month day calculation
  - findNode: node lookup by index
  - removeAuthSecureData/removeSecureData: secure data removal
  - getRequestIP: client IP extraction
  - handleError: error response formatting for LND/CLN/ECL
  - runWithConcurrencyLimit: concurrent task execution
- Add npm scripts for backend testing: test:backend and test:backend:coverage
- 59 tests passing with coverage reporting

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <noreply@continue.dev>
Co-authored-by: shahana-farooqui <shahana.farooqui@gmail.com>
2026-04-01 16:07:03 +00:00
ShahanaFarooqui
d8e6bb1b68 Fix Missing Memo in LND Invoices Table 2026-02-09 18:13:13 -08:00
ShahanaFarooqui
e8d5685948 Decode Payment with get/post method not fetch
Fixes #1550
2026-02-09 18:13:13 -08:00
ShahanaFarooqui
d038e15bd7 Version Update 2026-02-09 18:13:13 -08:00
ShahanaFarooqui
bdf9c832dd Side Navigation collapse bug fix 2026-02-01 09:06:07 -08:00
ShahanaFarooqui
4e08fd7cba Update project code according to dependencies update 2026-02-01 09:06:07 -08:00
ShahanaFarooqui
2f6cdb8fe0 Update project dependencies 2026-02-01 09:06:07 -08:00
ShahanaFarooqui
f3f21c5949 Extract memo for keysend 2026-02-01 09:06:07 -08:00
ShahanaFarooqui
08326f1383 fix channel backup error 2026-02-01 09:06:07 -08:00
ShahanaFarooqui
e9e33da14d Fix page load bug due to zero connected channels (#1529) 2026-02-01 09:06:07 -08:00
3nprob
bbeb2c3b17 update .dockerignore (#1514)
* add src/app/shared/test-helpers to .dockerignore

* chore: add Dockerfile to .dockerignore
2026-02-01 09:06:07 -08:00
3nprob
10fc3368e9 Upgrade nodejs to v22 (#1515) 2026-02-01 09:06:07 -08:00
ShahanaFarooqui
d49124c052 Update Version 2026-02-01 09:06:07 -08:00
Suheb
0c90e454e8
Update export_traffic.py
Updated to the github repo name
2025-09-20 19:08:48 -07:00
Suheb
393262fa32
Update traffic-exporter.yml
updated to the correct credentials filename
2025-09-20 19:03:07 -07:00
Suheb
b67867af44
Update traffic-exporter.yml
updated the script path for real this time :)
2025-09-20 18:52:09 -07:00
Suheb
3f4236b4f2
Update traffic-exporter.yml
updated to the correct script path
2025-09-20 18:50:19 -07:00
Suheb
c0c8d77691
Update traffic-exporter.yml
added base64 decoding for the google sheets credentials
2025-09-20 18:46:15 -07:00
Suheb
84d92ff6f6
Update traffic-exporter.yml
Updated the path of python script to .github/scripts
2025-09-20 18:22:54 -07:00
Suheb
f1ed21915a
Create export_traffic.py
Github metrics export
2025-09-20 18:21:38 -07:00
Suheb
c27f4aff45
Create traffic-exporter.yml
automated metrics extraction
2025-09-20 17:55:31 -07:00
ShahanaFarooqui
7340cb390a
Release 0.15.6 (#1506)
Fix for Resource temporarily unavailable error for CLN channel alias list
Security fix for npm vulnerabilities
2025-09-09 02:18:23 -07:00
ShahanaFarooqui
847923533e
Github: CI action version updates (#1498) 2025-07-07 13:00:13 -07:00
ShahanaFarooqui
8a0304c162
Release 0.15.5 (#1492)
* Version Updated to 0.15.5-beta

* Fix to show correct experimental-dual-fund configuration from listconfig (#1479)

* feat: boltz swap in refund address (#1490)

require a refund address when creating a swap in and paying it
externally to make sure the swap can be refunded automatically if it
fails.

---------

Co-authored-by: jackstar12 <62219658+jackstar12@users.noreply.github.com>
2025-07-07 11:36:23 -07:00
saubyk
7a03673e6e
added aider to gitignore
Signed-off-by: saubyk <39208279+saubyk@users.noreply.github.com>
2025-04-15 18:36:25 -07:00
Suheb
05fbe7f65b
Create CONTRIBUTING.md
Moving contribution doc to root
2025-04-15 17:41:38 -07:00
ShahanaFarooqui
d51301adde
Release 0.15.4 (#1472)
* Fix for sso access key reading (#1469)
2024-11-18 20:27:51 -08:00
ShahanaFarooqui
a594606d27
Release 0.15.3 (#1467)
* Fix `Unknown command` error when disabling offers on CLN. ([#1443]) (#1451)
* Add missing SSO options to config (#1455)
* Fix for cln logic screen navigation (#1457)
* Transactions destination address display fix (#1458)
* cln delexpiredinvoices deprecation fix (#1459)
* Read LN_IMPLEMENTATION from environment (#1460)
* Add Fee Rate Information on Send Funds Modal (#1461)
* Artifact script fix (#1464)
* Add AMP toggle for LND Send Payments (#1466)

---------

Co-authored-by: Se7enZ <118189041+s373nZ@users.noreply.github.com>
2024-11-10 20:23:52 -08:00
ShahanaFarooqui
6027167e2a
Testing arm64 tini error (#1425) 2024-06-27 17:37:09 -07:00
ShahanaFarooqui
d875d928d7 Update trigger tag regex 2024-06-24 22:37:44 -07:00
ShahanaFarooqui
3f2b3786d7
GitHub actions docker (#1421)
Add Github Actions with Buildx for Docker publish
2024-06-24 22:27:09 -07:00
ShahanaFarooqui
f92e1473ca
Updating Circle CI config to move to Buildx setup (#1419) 2024-06-24 18:04:20 -07:00
ShahanaFarooqui
125a3b61ae
Release 0.15.2 (#1418)
* Check for authentication obj before delete operation #1415 (#1416)

* Updating version number
2024-06-21 20:09:52 -07:00
ShahanaFarooqui
5a6b5f2cae
Check for authentication obj before delete operation #1415 (#1416) (#1417) 2024-06-20 13:26:21 -07:00
ShahanaFarooqui
b6dbd23ae7
Lint Fix (#1408)
Lint bug Fix
2024-06-10 16:41:37 -07:00
ShahanaFarooqui
f01815bd04
Circle CI build and lint fixes (#1407) 2024-06-10 13:54:52 -07:00
ShahanaFarooqui
22ab6d1154
Release 0.15.1 (#1406)
* rm .DS_Store

* Add watchfrontenddev command for npm

* Fix toggle issues in sidenav (pinning and on page refresh)

* Add copy-to-clipboard fallback if navigator.clipboard is not available (#1336)

* add copy-to-clipboard fallback if navigator.clipboard is not available

* amend copy fallback

* clipboard copy lint fixes and frontend build

* fix: add missing boltz state `transaction.lockupFailed` (#1349)

* fix: boltzd docs link (#1354)

* exit gracefully (#1356)

* allow for eclair updated relayed audit format (#1363)

* feat: add boltz service to cln (#1352)

* lint fix

* Request Params Cleanup

* cln: Boltz auto-send (#1366)

* Bug-fix (CLN Boltz): Hide claim tx id and routing fee for non-zero conf reverse swap

* cln: Boltz auto-send

- Added auto send option for Swap In
- Checking compatiblity with v2.0.0 and above

* Test import fixes

* Update help.component.ts (#1379)

Fixed broken link under "Help" -> "Node Settings"

* Backend config fix (#1382)

* Updating Common Application Configuration

* Fixed get RTL Conf

* Update Application Settings

* application and settings case change

* Unified config models

* Default node update

* 2FA and Password reset

* Final application settings update

* Config Settings and Authentication case fixed

* Node Setting Fix

* Fiat currency Symbol fix

* CLN: Fiat symbol fix

* All: Fiat symbol fix

* Update node settings

* Services UI fix

* CLN: Removed child node settings

* All: Removed child node settings

* Test fixes

* mempool links for onchain information (#1383)

* Tests fix

Tests fix

* UI for Block Explorer Configuration (#1385)

* Bump fee with mempool information (#1386)

* Mempool openchannel minfee (#1388)

Open channel model block if min fee is higher

* Show error on login screen if rune is incorrect and getinfo throws error (#1391)

* cln: Removed channel lookup call for update policy (#1392)

* ECL: On-chain Transactions, Invoice and Payments pagination (#1393)

Done most of the UI changes to accommodate pagination on transactions, payments and invoices tables but true pagination cannot be implemented till total number of records are missing from the API response.

Once the issue https://github.com/ACINQ/eclair/issues/2855 is fixed, I will uncomment pagination changes in the frontend.

* lnd: Onchain CPFP (#1394)

- UTXO label bug fix
- Warning on utxo label for "sweep" in text.

* Bug fixes after testing

* Testing bug fixes (#1401)

* Bug fix 2: lnd: Link channel point to explorer and show fee on close channel too

* lnd: explorer link on pending channels

* Node lookup link on view channel peer pubkey

* Testing bug fixes (#1402)

* Bug fix 2: lnd: Link channel point to explorer and show fee on close channel too

* lnd: explorer link on pending channels

* Node lookup link on view channel peer pubkey

* test fixes

* ng update to v18.0.x

* Updating install with  --legacy-peer-deps

---------

Co-authored-by: Grzegorz Kućmierz <gkucmierz@gmail.com>
Co-authored-by: lacksfish <lacksfish@gmail.com>
Co-authored-by: jackstar12 <62219658+jackstar12@users.noreply.github.com>
Co-authored-by: Kilian <19181985+kilrau@users.noreply.github.com>
Co-authored-by: Taylor King <taylorbradleyking@gmail.com>
Co-authored-by: Fishcake <128653975+fishcakeday@users.noreply.github.com>
Co-authored-by: Ant <72945059+2140data@users.noreply.github.com>
2024-06-10 12:40:37 -07:00
saubyk
ea7f300360 Nodejs update for CI & Docker and updated documentation 2023-12-06 20:34:12 -08:00
ShahanaFarooqui
43a46b65e1 Lint fix 2023-12-05 21:05:27 -08:00
ShahanaFarooqui
475b47b7ea
Release 0.15.0 (#1334)
c-lightning-REST to clnrest migration.
2023-12-05 20:32:05 -08:00
ShahanaFarooqui
d083be1196
Merge pull request #1314 from Ride-The-Lightning/Release-0.14.1
Release 0.14.1
2023-10-07 13:58:48 -07:00
ShahanaFarooqui
ec58a24ed4
Merge pull request #1310 from Ride-The-Lightning/ng-lint
Codebase Linting
2023-10-06 14:29:50 -07:00
ShahanaFarooqui
82d87b32c1 Codebase Linting 2023-10-06 14:29:22 -07:00
ShahanaFarooqui
13514c7a62
Merge pull request #1308 from Ride-The-Lightning/ng-16
Updated to Angular 16 and removed vulnerabilities
2023-10-06 12:47:05 -07:00
ShahanaFarooqui
e4a2ef9a21 Updated to Angular 16 and removed vulnerabilities 2023-10-06 12:46:33 -07:00
ShahanaFarooqui
36c5895d4f
Merge pull request #1307 from Ride-The-Lightning/ux-link-fixes
Bug fix: Manage button link filter #1294 and Page Settings Error
2023-10-05 19:05:07 -07:00
ShahanaFarooqui
14fd866d1a Bug fix: Manage button link filter #1294 and Page Settings Error 2023-10-05 19:04:37 -07:00
ShahanaFarooqui
ed5a493654
Merge pull request #1305 from Ride-The-Lightning/lnd-taproot
LND Taproot Channel
2023-10-05 11:04:48 -07:00
ShahanaFarooqui
74af120c8f Changed from channel_type to commitment_type 2023-10-05 11:04:14 -07:00
ShahanaFarooqui
d478356076 LND Taproot Channel 2023-10-04 20:44:35 -07:00