Skip to content

Commit ff9d32e

Browse files
committed
don't setup a ln connection to itself
migrate references from -ln to -lnd remove eclair references for now support ln: type: True in node-defaults.yaml update cln test data reorder channel index for stability LNNode shares commander logger
1 parent 5767109 commit ff9d32e

File tree

26 files changed

+108
-496
lines changed

26 files changed

+108
-496
lines changed

docs/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ plugins:
3434
postDeploy: # Plugins will run after all the `deploy` code has run.
3535
simln:
3636
entrypoint: "../plugins/simln"
37-
activity: '[{"source": "tank-0003-ln", "destination": "tank-0005-ln", "interval_secs": 1, "amount_msat": 2000}]'
37+
activity: '[{"source": "tank-0003-lnd", "destination": "tank-0005-lnd", "interval_secs": 1, "amount_msat": 2000}]'
3838
hello:
3939
entrypoint: "../plugins/hello"
4040
podName: "hello-post-deploy"

resources/charts/bitcoincore/Chart.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ dependencies:
66
- name: lnd
77
version: 0.1.0
88
condition: ln.lnd
9-
- name: eclair
10-
version: 0.1.0
11-
condition: ln.eclair
129
- name: cln
1310
version: 0.1.0
1411
condition: ln.cln

resources/charts/bitcoincore/charts/eclair/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

resources/charts/bitcoincore/charts/eclair/Chart.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

resources/charts/bitcoincore/charts/eclair/templates/_helpers.tpl

Lines changed: 0 additions & 62 deletions
This file was deleted.

resources/charts/bitcoincore/charts/eclair/templates/configmap.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

resources/charts/bitcoincore/charts/eclair/templates/pod.yaml

Lines changed: 0 additions & 68 deletions
This file was deleted.

resources/charts/bitcoincore/charts/eclair/templates/service.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

resources/charts/bitcoincore/charts/eclair/values.yaml

Lines changed: 0 additions & 128 deletions
This file was deleted.

resources/charts/bitcoincore/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,4 @@ loadSnapshot:
142142

143143
ln:
144144
lnd: false
145-
eclair: false
146145
cln: false

0 commit comments

Comments
 (0)