lightning-terminal/app
Viktor Tigerström 3e8c6d728d
multi: add CreditAccount & DebitAccount endpoints
This commit introduces the structure for new endpoints in the accounts
subsystem, enabling balance adjustments by crediting or debiting a
specified amount. This contrasts with the existing `UpdateAccount`
implementation, which directly sets the balance to a fixed value.

For more details on the drawbacks of the current implementation, see
[issue #648](https://github.com/lightninglabs/lightning-terminal/issues/648).

The actual implementation of the endpoints will be introduced in
subsequent commits.
2025-03-31 02:18:56 +02:00
..
.storybook chore: update storybook to v7.5.3 2023-11-30 10:42:02 -06:00
build build: update lnd version to v0.16.1 2023-04-25 18:16:28 +02:00
public deps+react: fix font loading after react upgrade 2021-01-27 11:11:16 -05:00
scripts multi: bump loop and swapserverrpc 2024-10-25 19:39:48 +02:00
src multi: add CreditAccount & DebitAccount endpoints 2025-03-31 02:18:56 +02:00
.eslintignore chore: add GitHub Actions CI workflow 2020-04-14 19:17:49 -04:00
.eslintrc deps: update react-scripts to v5.0.0 2022-04-03 17:18:25 -04:00
.gitignore create initial react app 2020-04-07 18:39:55 -04:00
Dockerfile make+app: add dockerized builder for app 2024-10-24 11:17:49 +02:00
gen_app_docker.sh make+app: add dockerized builder for app 2024-10-24 11:17:49 +02:00
package.json build(deps): bump http-proxy-middleware from 1.0.4 to 2.0.7 in /app 2024-10-25 18:12:18 +00:00
tsconfig.json deps: update typescript to v4.1.6 2021-07-02 00:04:55 -04:00
yarn.lock build(deps): bump store2 from 2.14.2 to 2.14.4 in /app 2025-01-29 14:56:24 +00:00