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
45e5a96683
chore: update redis due to security vulnerability
2023-03-29 20:50:16 +02:00
fusion44
2aac1a54de
chore: update dependencies
2023-03-29 20:44:35 +02:00
fusion44
1b2eebfe12
Merge pull request #191 from fusion44/dependabot/pip/redis-4.5.3
...
chore(deps): bump redis from 4.3.4 to 4.5.3
2023-03-29 20:40:23 +02:00
fusion44
507a32e372
feat: implement listen invoices in CLN JSON-RPC
2023-03-29 20:38:35 +02:00
dependabot[bot]
f95f97707c
chore(deps): bump redis from 4.3.4 to 4.5.3
...
Bumps [redis](https://github.com/redis/redis-py ) from 4.3.4 to 4.5.3.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v4.3.4...v4.5.3 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 22:34:09 +00:00
fusion44
94179cc5da
feat: add CLN JSON-RPC implementation
2023-03-26 20:53:50 +02:00
fusion44
f7bec6340f
fix: adapt bootstrap timings for regtest docker
2023-03-25 10:34:26 +01: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
c88d92c00d
fix: regtest docker fixes and updates
...
* fix: Dockerfile copying the wrong files
* refactor: simplify regtest .env files
2023-03-12 17:35:26 +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
ba1584ccba
fix: improve naming scheme in docker regtest file
2023-03-12 08:18:37 +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
pre-commit-ci[bot]
68b391874f
[pre-commit.ci] pre-commit autoupdate ( #186 )
...
updates:
- [github.com/pycqa/isort: 5.11.0 → 5.12.0](https://github.com/pycqa/isort/compare/5.11.0...5.12.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-05 18:54:33 +01:00
fusion44
aff77c8d77
fix: send new app status message after uninstall
...
refs #184
2023-02-05 18:51:18 +01:00
fusion44
e8bb5afd08
chore: tell pre-commit ci to update the dev branch
2022-12-29 09:12:24 +01:00
/rootzoll
579e8e3834
#3260 allow selected special chars password check ( #181 )
2022-12-20 07:57:49 +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
fusion44
28e8fd2785
Merge branch 'main' of github.com:fusion44/blitz_api into refactor_system
2022-12-18 16:27:26 +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
fusion44
d82aa3e086
Merge pull request #176 from HiLivin/fix-readme-typo
...
FIX: Fix typo in README.md
2022-12-18 16:03:45 +01:00
fusion44
2303b6ed9e
Merge pull request #173 from fusion44/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-12-18 16:02:21 +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
HiLivin
85c20820c4
FIX: Fix typo in README.md
2022-12-17 19:13:54 +01:00
pre-commit-ci[bot]
107584ce71
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/psf/black: 22.10.0 → 22.12.0](https://github.com/psf/black/compare/22.10.0...22.12.0 )
- [github.com/pycqa/isort: 5.10.1 → 5.11.0](https://github.com/pycqa/isort/compare/5.10.1...5.11.0 )
2022-12-12 20:56:27 +00: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
f6389c0541
feat: add support for more lightning nodes
2022-12-11 19:23:22 +01:00
fusion44
36be181e77
feat: improve client library generation
2022-12-06 20:43:19 +01:00
fusion44
c328e1e5a3
Merge pull request #172 from fusion44/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-12-06 19:10:27 +01:00
pre-commit-ci[bot]
528ef152f1
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0 )
2022-12-05 20:21:39 +00:00