Commit Graph

386 Commits

Author SHA1 Message Date
Jesse de Wit
bba1f769df update config fields in the docs 2024-03-26 16:28:29 +01:00
Jesse de Wit
7595c7aa02 disable cgo in build 2024-03-25 09:17:04 +01:00
Jesse de Wit
4448dc3766 CI: don't run release action on workflow_dispatch 2024-03-21 09:47:45 +01:00
Jesse de Wit
015d7572d7 upgrade cln to v24.02.1 2024-03-16 12:53:38 +01:00
dependabot[bot]
f2fa1dcbff Merge pull request #200 from breez/dependabot/go_modules/github.com/jackc/pgx/v4-4.18.2 2024-03-14 09:01:01 +00:00
dependabot[bot]
3e6dfe341e build(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.18.1 to 4.18.2.
- [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v4.18.1...v4.18.2)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 15:38:54 +00:00
Jesse de Wit
01255274ab itest: add a small delay before connecting grpc 2024-03-11 14:13:02 +01:00
Jesse de Wit
85e1324e2b remove unnecessary cln flags 2024-03-11 14:13:02 +01:00
Jesse de Wit
0372afc19d itest: give lsp a reserve utxo 2024-03-11 14:13:02 +01:00
Jesse de Wit
fee4346543 update lntest 2024-03-11 14:13:02 +01:00
Jesse de Wit
f9f2dcc66a upgrade cln to v24.02 2024-03-11 14:13:01 +01:00
Jesse de Wit
b55a3e8c6b fix missing column in open_channel_htlc 2024-03-07 10:25:36 +01:00
Jesse de Wit
2ee709b927 ci: update actions versions 2024-03-01 14:14:41 +01:00
yse
11f35cbab1 feat: remove webhook subcription by url (#194)
* feat: added webhook unsubscription
* test: adding unsubscribe tests
2024-02-29 09:59:09 +01:00
yse
ed6fd76b31 fix: adding field to SQL prepare statement (#196) 2024-02-27 16:23:12 +01:00
Jesse de Wit
ba45715f8a cli: add revenue command 2024-02-26 09:33:01 +01:00
Jesse de Wit
5f7d45daf1 cli: add command to export forwards 2024-02-26 09:33:01 +01:00
Jesse de Wit
5fe08773f7 insert htlc used for channel open 2024-02-26 09:32:04 +01:00
Jesse de Wit
04f2ee06bf fix unit tests 2024-02-23 11:20:39 +01:00
Jesse de Wit
4611843804 move lspd and lspd_cln_plugin into cmd folder 2024-02-23 11:00:58 +01:00
Jesse de Wit
99f6a7ec32 synchronize forwards 2024-02-23 08:54:01 +01:00
Jesse de Wit
9cd61585c2 insert channel directly after opening 2024-02-23 08:54:01 +01:00
Jesse de Wit
03a1708a1e synchronize channels 2024-02-23 08:54:00 +01:00
Jesse de Wit
39d36318e2 history sync migration 2024-02-23 08:54:00 +01:00
Jesse de Wit
6e7f25d38b add listchannels to lightning clients 2024-02-23 08:54:00 +01:00
Jesse de Wit
81a24439d4 rename initialchannelid to aliasScid and make optional 2024-02-23 08:54:00 +01:00
Jesse de Wit
fb36dc8864 easy node id lookup 2024-02-23 08:54:00 +01:00
Jesse de Wit
8f59984bfb return empty string if scid is nil 2024-02-23 08:54:00 +01:00
Jesse de Wit
8bf903d167 remove existing insertchannel call 2024-02-23 08:53:59 +01:00
Jesse de Wit
3e92e51fc2 delete existing history sync 2024-02-23 08:53:59 +01:00
Jesse de Wit
9a3a9178af log token hash on deprecated api use 2024-02-23 08:53:20 +01:00
Jesse de Wit
b5b0eaa88f token field in sample.env should be tokens 2024-02-19 10:12:16 +01:00
yse
aafa7da91b readme: update lnd version reference for breez client 2024-02-12 13:42:14 +01:00
yse
7cf1f5405f fix: update lnd version in README
Allows us to run the integration tests as intended
2024-02-12 13:14:56 +01:00
Jesse de Wit
044bf3d491 config: flag legacy fields with documentation 2024-02-08 11:19:56 +01:00
Jesse de Wit
31bf2a885a cleanup: remove openchannel rpc 2024-02-08 11:19:56 +01:00
Jesse de Wit
a072e5c090 update all references to go build and cln_plugin 2024-02-05 16:04:10 +01:00
Jesse de Wit
48e4408b32 set commit hash in itests 2024-02-05 16:04:10 +01:00
Jesse de Wit
09aa7ddc4a Create release build CI 2024-02-05 16:04:10 +01:00
Jesse de Wit
68fa5f09b6 add makefile 2024-02-05 16:04:10 +01:00
Jesse de Wit
6cbe45629f add commit hash to logs 2024-02-05 16:04:10 +01:00
Jesse de Wit
be7db07f95 do commit go.sum 2024-02-05 16:04:09 +01:00
Jesse de Wit
95ecf1abe9 make mempool fee estimation optional 2024-02-02 14:08:15 +01:00
Jesse de Wit
b5276d4b53 docs: update CLN installation step 2024-01-30 21:03:49 +01:00
dependabot[bot]
600ca84289 Merge pull request #144 from breez/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.46.0 2024-01-19 19:12:34 +00:00
dependabot[bot]
f9cb0f1125 build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.25.0 to 0.46.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.25.0...zpages/v0.46.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 16:05:19 +00:00
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