fusion44
bdeac676c0
feat: add SQLite database support
...
Preparations for creating a transaction index.
refs #30
2023-04-05 22:11:29 +02:00
fusion44
eca87a5019
feat: improve logging for lnd and cln grpc
2023-04-03 20:17:48 +02:00
fusion44
06d6779eeb
feat: improve error handling in CLN gRPC
2023-04-03 19:15:55 +02:00
fusion44
b3262c5a38
fix: increase gRPC max receive message size
...
refs #125
2023-04-03 18:49:48 +02:00
fusion44
bcd1e782c3
fix: parsing errors
2023-04-02 20:27:05 +02:00
fusion44
b8810d2204
feat: bolt11 cache as a function in CLN JSON-RPC
2023-04-02 20:23:27 +02:00
fusion44
b4fe14de33
fix: open channel key error
2023-04-02 20:23:10 +02:00
fusion44
60bb7e519f
feat: check pay status before attempting payment
...
CLN returns no error when a payment was already completed before.
This commit adds a check to the payment status before attempting to
complete the payment. If the payment was already completed, the API
returns an exception.
2023-04-02 16:50:33 +02:00
fusion44
114b76c3d2
feat: implement close channel in CLN JSON-RPC
2023-04-02 14:48:35 +02:00
fusion44
d40790e5f4
fix: crashes in CLN JSON RPC implementation
2023-04-02 12:58:04 +02:00
fusion44
c73b8e9f15
feat: improve error detection in CLN JSON RPC
2023-04-02 12:57:27 +02:00
fusion44
eda5b3b17e
feat: implement listen forwards for CLN JSON RPC
2023-04-02 12:53:03 +02:00
fusion44
98b5912b23
feat: improve logging and error handling
...
* SSE client warmup data now logs errors properly
* apps module now logs errors properly
2023-04-02 11:09:43 +02:00
fusion44
572804033b
fix: increase buffer size for the socket reader
2023-03-30 19:41:32 +02:00
fusion44
507a32e372
feat: implement listen invoices in CLN JSON-RPC
2023-03-29 20:38:35 +02:00
fusion44
94179cc5da
feat: add CLN JSON-RPC implementation
2023-03-26 20:53:50 +02:00
fusion44
bb0dcd69d2
feat: update CLN_GRPC where gRPC are available
...
refs #99
2023-03-13 21:51:38 +01:00
fusion44
c03cd6c5d1
feat: further improvements to logging
2023-03-13 18:22:34 +01:00
fusion44
fcbae78956
chore: update dependencies
2023-03-12 16:33:41 +01:00
fusion44
39e7281ccc
fix: p2sh-segwit address deprecation for CLN
...
Core Lightning deprecated p2sh-segwit addresses which caused a crash
when a newer CLN was used than the gRPC files allowed.
932ca9e91f
2023-03-12 08:38:48 +01:00
fusion44
8848a65ae0
feat: log error messages with a stacktrace
2023-03-11 23:01:32 +01:00
pre-commit-ci[bot]
3d1dfd919c
[pre-commit.ci] pre-commit autoupdate ( #187 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0 )
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-11 13:47:34 +01:00
fusion44
0fe94da897
feat: prepare for release 0.5.1beta
2023-02-05 21:24:31 +01:00
fusion44
aff77c8d77
fix: send new app status message after uninstall
...
refs #184
2023-02-05 18:51:18 +01:00
/rootzoll
5703263b13
#179 add identity_uri to ln_info_lite ( #183 )
...
* #3260 allow selected special chars password check
* #179 add identity_uri
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-20 07:43:37 +01:00
fusion44
2435b1c57f
feat: improve logging and remove print statements
2022-12-18 20:55:48 +01:00
fusion44
bd06a3cc6f
feat: improve logging by using loguru package
2022-12-18 20:55:31 +01:00
Christoph Stenglein
3a2015b959
rename joinmarket-webui to jam in apps ( #178 )
2022-12-18 17:51:53 +01:00
Christoph Stenglein
4921bbeea1
add joinmarket-webui to available apps ( #177 )
...
* add joinmarket-webui to available apps
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-18 16:05:00 +01:00
/rootzoll
45207b3ca6
loop thru versions of apps ( #174 )
...
* loop thru versions of apps
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-18 10:21:18 +01:00
/rootzoll
5b8901701b
#160 fix 500 TERM error ( #175 )
...
* #160 fix 500 TERM error
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-18 10:20:51 +01:00
fusion44
b1228e1f9e
feat: implement codeVersion field on RaspiBlitz
...
refs https://github.com/rootzoll/raspiblitz/issues/3429
2022-12-11 20:04:38 +01:00
fusion44
4af5c7bf07
refactor: make openapi-client-generator happy
2022-12-11 19:24:31 +01:00
fusion44
5c61c2f942
chore: remove unused import and run pre-commit
2022-12-01 19:14:01 +01:00
fusion44
f04e6aeb21
chore: update gRPC files for CLN v0.12.1
2022-12-01 19:08:29 +01:00
fusion44
b0226dab01
fix: crash when ln node type is an empty string
...
fixes #169
2022-12-01 18:51:03 +01:00
fusion44
80b163540a
feat: add regtest Dockerfile (LNbits regtest)
...
See: https://github.com/fusion44/legend-regtest-enviroment
( Currently only works with the forked version )
2022-11-29 21:05:20 +01:00
fusion44
7d65b7c7e6
chore: update gRPC files
...
Latest gRPC library version introduced breaking changes
2022-11-29 21:03:09 +01:00
fusion44
86442dde89
feat: implement send all onchain funds flag
...
refs #139
2022-11-28 19:07:25 +01:00
fusion44
cebbdfb0d1
fix: BOOTSTRAPPING_AFTER_UNLOCK event handling
...
fixes #166
2022-11-26 14:03:52 +01:00
fusion44
1388205ff5
feat: use CLN bookeeper plugin to serve onchain tx
...
closes #87 , refs #99
2022-11-05 22:35:01 +01:00
fusion44
d9ea422e91
feat: get raw transaction data from bitcoin core
2022-11-01 20:46:08 +01:00
Christoph Stenglein
2053f0ea3b
remove some unused imports, send correct message on warmup
2022-10-22 14:17:13 +02:00
fusion44
36e2d525b7
fix: setup endpoint not showing on RaspiBlitz
2022-10-22 12:08:05 +02:00
fusion44
f06d84c29f
fix: return auth token as plain text on login
2022-10-22 11:45:59 +02:00
fusion44
3ab007138e
fix: reactivate app status in warmup data
...
refs #157
2022-10-22 11:09:19 +02:00
fusion44
3ce6c1e549
refactor: port changes from #152
2022-10-22 11:08:54 +02:00
fusion44
04eadf9caa
chore: add changes from main
...
Due to the heavy refactoring work, it was almost impossible to
normally merge the changes over. The changes where applied
by manually.
2022-10-20 20:38:47 +02:00
fusion44
fe65568f55
Revert "chore: merge changes from main"
...
This reverts commit e3f0350c72 , reversing
changes made to a448dbda8d .
2022-10-19 21:32:47 +02:00
fusion44
e3f0350c72
chore: merge changes from main
2022-10-19 21:19:43 +02:00