dependabot[bot]
ee8ff73e85
Merge pull request #169 from breez/dependabot/go_modules/github.com/docker/docker-20.10.27incompatible
2024-01-19 16:03:12 +00:00
Jesse de Wit
833c79e27f
fix the lsps2 cltv delta check
...
It was wrongly assumed that the lsp had to enforce a cltv delta +2. It is
actually the recipient creating invoices with a cltv delta +2, but the LSP does
not have anything to do with that.
2024-01-19 17:00:09 +01:00
dependabot[bot]
63adcac43f
build(deps): bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 20.10.24+incompatible to 20.10.27+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v20.10.24...v20.10.27 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-19 15:29:31 +00:00
dependabot[bot]
fc6c5982b3
Merge pull request #162 from breez/dependabot/go_modules/golang.org/x/crypto-0.17.0
2024-01-19 15:23:33 +00:00
Jesse de Wit
7cf4bb0e58
make github protobuf an indirect dependency
2024-01-19 16:12:32 +01:00
Jesse de Wit
956835e228
update docs to reflect latest lnd/cln versions
2024-01-19 09:20:53 +01:00
Jesse de Wit
cf87b016e0
upgrade lnd code dependency to 0.17.2
2024-01-19 09:20:52 +01:00
Roei Erez
957b309828
Add some logs and ensure 2xx as http successfull response
2024-01-14 15:37:50 +02:00
Jesse de Wit
6a633578de
itest: attempt to fix flaky ln offline tests
2024-01-05 10:40:13 +01:00
Jesse de Wit
133eee7db9
itest: add a delay to allow interceptors to activate
2024-01-05 10:34:21 +01:00
Jesse de Wit
9242567cf1
itest: set individual test timeout to 6 minutes
2024-01-05 10:33:19 +01:00
Jesse de Wit
c96b96f8b3
always close pgx rows
2023-12-29 13:22:09 +01:00
Yaacov Akiba Slama
4e612daa75
Returns fee params only if validity>0
2023-12-25 10:50:19 +02:00
dependabot[bot]
69d3029f8f
Bump golang.org/x/crypto from 0.16.0 to 0.17.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-19 00:11:40 +00:00
Jesse de Wit
a437d094de
fix link to sample.env
2023-12-13 21:38:08 +01:00
Jesse de Wit
7cf4ebc5d9
cancel previous CI on same pull request
2023-12-12 11:39:50 +01:00
Jesse de Wit
d8bee41243
make cln client recoverable after cln connection loss
2023-12-12 11:39:49 +01:00
Jesse de Wit
8585eff280
always log payment hash
2023-12-11 22:20:54 +01:00
Jesse de Wit
3b0baff6a2
fix lsps2 tests not running
2023-12-11 22:20:54 +01:00
Jesse de Wit
3abb0a63cd
improve node config documentation
2023-12-07 13:01:30 +01:00
Yaacov Akiba Slama
6de3aa971e
Update dependancies
2023-12-07 08:14:08 +02:00
Roei Erez
83364f906f
check for nil Alias
2023-12-07 07:32:16 +02:00
Roy Sheinfeld
628849a6ad
Update README.md
2023-12-06 23:50:42 +02:00
Roei Erez
3019860c43
Merge pull request #154 from breez/runtime-dev-flag
...
remove enable-debugbuild
2023-12-06 06:51:48 -08:00
Roei Erez
6270cd746c
use last published lntest version 0.0.29
2023-12-06 13:44:23 +02:00
Roei Erez
27bf350a93
remove enable-debugbuild
2023-12-06 13:42:06 +02:00
Roei Erez
b4b9e886bc
Merge pull request #153 from breez/cln-23.11
...
Cln 23.11
2023-12-06 13:28:41 +02:00
Roei Erez
69b9564174
upgrade lntest
2023-12-06 13:08:00 +02:00
Roei Erez
68fcee0e61
Add --developer flag to cln
2023-12-06 12:41:35 +02:00
Jesse de Wit
6c938f32c2
remove deprecated calls to getpeer
...
(cherry picked from commit 220fb920f2bbe1d66d29eee26db5c77ff0fcf6ba)
2023-12-06 12:10:10 +02:00
Roei Erez
b4d60ae3ee
change --enable-developer to --enable-debugbuild
2023-12-06 11:22:15 +02:00
Roei Erez
1e1e7362a6
change cln version to 23.11
2023-12-06 11:14:24 +02:00
Jesse de Wit
cf5fe6fde3
relative cltv expiry can be negative
2023-12-04 21:51:55 +01:00
Jesse de Wit
fefd998ca7
hotfix for not seeing nodes as connected
2023-12-04 21:28:01 +01:00
Jesse de Wit
086f78a08b
log notification error responses
2023-11-20 20:34:08 +01:00
Jesse de Wit
1ef7d8cf76
cleanup expired notification urls
2023-11-20 19:59:59 +01:00
Jesse de Wit
6d307179f1
call notification webhooks simultaneously
2023-11-20 19:59:59 +01:00
Jesse de Wit
23628628fe
don't notify the same payment hash if recent
2023-11-20 19:55:14 +01:00
Jesse de Wit
42123bd40b
also notify when the peer is online
2023-11-20 12:10:43 +01:00
Yaacov Akiba Slama
3f5d10e629
Merge pull request #146 from breez/support-multiple-urls
...
support calling multiple webhook urls
2023-11-14 21:54:29 +02:00
Jesse de Wit
213856c5e9
support calling multiple webhook urls
2023-11-14 20:51:40 +01:00
Jesse de Wit
501cc72998
CI: reduce test parallelism
2023-11-09 13:34:50 +01:00
Jesse de Wit
6b0c288a0e
notification signature is a lightning signed msg
2023-11-09 13:34:50 +01:00
Jesse de Wit
743e880d9c
use encrypted request for subscribe notifications
2023-11-06 15:52:17 +01:00
Jesse de Wit
4be6d8c6a4
split node context in its own module
2023-11-06 15:00:34 +01:00
Jesse de Wit
f6af1e5442
fix add hop hint calls
2023-11-06 14:17:57 +01:00
Jesse de Wit
e693045594
use uuid7 instead of bigserial
2023-11-06 14:17:57 +01:00
Jesse de Wit
3ede7a1ec8
fix integration tests with pgx v5
2023-11-06 14:17:57 +01:00
Jesse de Wit
8a7133f116
Upgrade to pgx v5
2023-11-06 14:17:56 +01:00
Jesse de Wit
3cf4b714a9
rename shared package to common
2023-11-06 14:17:56 +01:00