Commit Graph

180 Commits

Author SHA1 Message Date
Jesse de Wit
d76b79e0d7 use opening_fee_params on register payment
.
2023-05-17 09:43:11 +02:00
Jesse de Wit
a16e87748b return opening_fee_params on channel info call 2023-05-11 15:37:28 +02:00
Jesse de Wit
27f7f6b3c1 add opening_fee_params to the proto 2023-05-11 15:29:58 +02:00
Jesse de Wit
3a24f7f827 add a cached chainfee estimator 2023-05-11 12:52:29 +02:00
Jesse de Wit
415a46a6fe cln: use amt_to_forward in payload to charge fees 2023-04-13 13:31:02 +02:00
dependabot[bot]
8d745f4344 Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.21+incompatible to 20.10.24+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v20.10.21...v20.10.24)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-13 08:45:35 +00:00
Jesse de Wit
eea9ec3c47 cleanup: wrong server object was used 2023-03-24 23:45:15 +01:00
Jesse de Wit
c1b80420df cleanup: move types to appropriate packages 2023-03-24 23:45:15 +01:00
Jesse de Wit
086d500750 cleanup: convert intercept and database to types 2023-03-24 15:53:19 +01:00
Jesse de Wit
9781ac6bb0 cleanup: move lightning client to seperate package 2023-03-24 14:43:20 +01:00
Jesse de Wit
f81037298f cleanup: move outpoint to basetypes package 2023-03-24 14:40:59 +01:00
Yaacov Akiba Slama
c3c721a6d2 Merge pull request #69 from breez/fix-cln-zero-conf-utxo-test
unconfirmed utxo from internal wallet
2023-03-06 13:36:27 +02:00
Jesse de Wit
5023ee494e unconfirmed utxo from internal wallet 2023-03-06 09:47:21 +01:00
Yaacov Akiba Slama
058dc9e1d3 Merge pull request #65 from breez/dependabot/go_modules/github.com/aws/aws-sdk-go-1.34.0
Bump github.com/aws/aws-sdk-go from 1.30.20 to 1.34.0
2023-03-05 17:15:23 +02:00
Yaacov Akiba Slama
f740d2b06d Merge pull request #66 from breez/dependabot/go_modules/github.com/prometheus/client_golang-1.11.1
Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1
2023-03-05 17:15:04 +02:00
Yaacov Akiba Slama
da1fefa505 Merge pull request #67 from breez/dependabot/go_modules/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.1.0 to 0.7.0
2023-03-05 17:14:47 +02:00
dependabot[bot]
27e34f50d5 Bump github.com/aws/aws-sdk-go from 1.30.20 to 1.34.0
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.30.20 to 1.34.0.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/v1.34.0/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.30.20...v1.34.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-05 15:09:54 +00:00
Yaacov Akiba Slama
c1b348b449 Merge pull request #68 from breez/spend-zero-conf-utxos
Spend unconfirmed utxos if minconfs=0
2023-03-05 17:08:15 +02:00
Jesse de Wit
3b0dd351f4 Spend unconfirmed utxos if minconfs=0 2023-03-04 12:53:07 +01:00
dependabot[bot]
76b6ad98f8 Bump golang.org/x/net from 0.1.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.1.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-17 15:33:33 +00:00
Jesse de Wit
14f93d934e add a test to verify tag is persisted 2023-02-16 15:01:05 +01:00
Jesse de Wit
8e2c9bd9ce set the tag field on registerpayment 2023-02-16 15:01:05 +01:00
dependabot[bot]
993193feac Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 01:43:38 +00:00
Jesse de Wit
ef3a001d54 add tag field to registerpayment proto 2023-02-13 13:04:50 +01:00
Jesse de Wit
466612f202 make mempool priority configurable 2023-02-13 12:32:20 +01:00
Yaacov Akiba Slama
61bee1552c Add some documentation for the configuration environment variables 2023-02-10 20:58:15 +01:00
Jesse de Wit
bfb25ae4bb use mempool client for fee estimation 2023-02-03 09:25:47 +01:00
Jesse de Wit
17a3dc1d94 add a mempool client for fee estimation 2023-02-03 09:24:47 +01:00
Jesse de Wit
43e045f7ff respect the lsp timelockdelta 2023-01-30 11:53:33 +01:00
Jesse de Wit
5aad6b313e handle clean shutdown 2023-01-23 14:57:27 +01:00
Jesse de Wit
294080b067 Merge branch 'fix-itest' 2023-01-20 16:37:20 +01:00
Jesse de Wit
7b93af7433 fix tls cert encoding in itests 2023-01-20 16:36:05 +01:00
Roei Erez
b83019e5c6 Remove invalid fake channels check.
We no longer need to check for confirmed channels
so now we return empty map instead to satisfy the client.
This is untill we will release a new client that doesn't use this endpoint at all.
2023-01-18 10:31:49 +02:00
Yaacov Akiba Slama
848801267a Open a channel only if the nextHop is unknown or the destination 2023-01-17 17:16:51 +02:00
Yaacov Akiba Slama
5512ff43ad Merge pull request #51 from breez/cert-without-base64
Put directly the pem in the json configuration
2023-01-11 07:49:05 +02:00
Yaacov Akiba Slama
1cb49f2896 Put directly the pem in the json configuration 2023-01-10 07:31:32 +02:00
Jesse de Wit
001b4a5dbd add logs to debug invalid signature in test 2023-01-09 13:47:25 +01:00
Jesse de Wit
07cea44907 fix non-asserting assertion 2023-01-09 13:28:53 +01:00
Jesse de Wit
353a5d4278 intercept stopsignals SIGINT and SIGTERM 2023-01-09 13:26:23 +01:00
Jesse de Wit
232420e113 on shutdown stop receiving but keep sending 2023-01-09 13:20:49 +01:00
Yaacov Akiba Slama
cea878f3ed Merge pull request #49 from breez/populate-lsp-info
populate name and pubkey from config or node
2023-01-09 12:42:04 +02:00
Jesse de Wit
6e20a55850 populate name and pubkey from config or node 2023-01-09 10:29:08 +01:00
Jesse de Wit
5c7f22b2f2 update tests to use new lspd startup 2023-01-06 12:30:55 +01:00
Jesse de Wit
94ee938893 support multiple nodes simultaneously 2023-01-06 12:30:54 +01:00
Jesse de Wit
3a34400d95 add copyright notice 2023-01-06 12:30:54 +01:00
Jesse de Wit
2d675fe0da add keepalive settings for cln client/server 2023-01-06 12:25:29 +01:00
Jesse de Wit
9df0322db4 let grpc server remove subscriber when dropped 2023-01-06 09:13:41 +01:00
Jesse de Wit
b77c068e3d Remove unnecessarily complex go func 2023-01-05 13:18:44 +01:00
Jesse de Wit
38dabe5685 organize code and cleanup 2023-01-05 13:18:44 +01:00
Jesse de Wit
2bea61d8e7 use internal cln id as correlation id 2023-01-05 13:18:44 +01:00