ln-service 57.9.0 → 57.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +11 -11
  3. package/package.json +5 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Versions
2
2
 
3
+ ## 57.9.1
4
+
5
+ - Add support for LND 0.17.5
6
+
3
7
  ## 57.9.0
4
8
 
5
9
  - `fundPsbt`, `getChainFeeEstimate`, `sendToChainAddress`,
package/README.md CHANGED
@@ -9,7 +9,7 @@ through npm.
9
9
 
10
10
  Supported LND versions:
11
11
 
12
- - v0.17.0-beta to v0.17.4-beta
12
+ - v0.17.0-beta to v0.17.5-beta
13
13
  - v0.16.0-beta to v0.16.4-beta
14
14
  - v0.15.2-beta to v0.15.5-beta
15
15
  - v0.14.4-beta to v0.14.5-beta
@@ -1003,7 +1003,7 @@ Remove a chain transaction.
1003
1003
 
1004
1004
  Requires `onchain:write` permission
1005
1005
 
1006
- This method is not supported on LND 0.17.4 and below
1006
+ This method is not supported on LND 0.17.5 and below
1007
1007
 
1008
1008
  {
1009
1009
  id: <Transaction Id Hex String>
@@ -1351,7 +1351,7 @@ This method is not supported in LND 0.11.1 and below
1351
1351
 
1352
1352
  Specifying 0 for `min_confirmations` is not supported in LND 0.13.0 and below
1353
1353
 
1354
- `utxo_selection` is not supported in LND 0.17.4 and below
1354
+ `utxo_selection` is not supported in LND 0.17.5 and below
1355
1355
 
1356
1356
  {
1357
1357
  [fee_tokens_per_vbyte]: <Chain Fee Tokens Per Virtual Byte Number>
@@ -1648,7 +1648,7 @@ Requires `onchain:read` permission
1648
1648
 
1649
1649
  Specifying 0 for `utxo_confirmations` is not supported in LND 0.13.0 or below
1650
1650
 
1651
- `utxo_selection` is not supported in LND 0.17.4 and below
1651
+ `utxo_selection` is not supported in LND 0.17.5 and below
1652
1652
 
1653
1653
  {
1654
1654
  lnd: <Authenticated LND API Object>
@@ -1706,7 +1706,7 @@ Get a chain transaction.
1706
1706
 
1707
1707
  Requires `onchain:read` permission
1708
1708
 
1709
- This method is not supported on LND 0.17.4 and below
1709
+ This method is not supported on LND 0.17.5 and below
1710
1710
 
1711
1711
  {
1712
1712
  id: <Transaction Id Hex String>
@@ -2019,7 +2019,7 @@ Get the current configuration file settings and the output log
2019
2019
  Requires `info:read`, `offchain:read`, `onchain:read`, `peers:read`
2020
2020
  permissions
2021
2021
 
2022
- This method is not supported on LND 0.17.4 and below
2022
+ This method is not supported on LND 0.17.5 and below
2023
2023
 
2024
2024
  {
2025
2025
  lnd: <Authenticated LND API Object>
@@ -2054,7 +2054,7 @@ Includes previously connected watchtowers
2054
2054
 
2055
2055
  `is_anchor` flag is not supported on LND 0.11.1 and below
2056
2056
 
2057
- `is_taproot` flag is not supported on LND 0.17.4 and below
2057
+ `is_taproot` flag is not supported on LND 0.17.5 and below
2058
2058
 
2059
2059
  {
2060
2060
  [is_anchor]: <Get Anchor Type Tower Info Bool>
@@ -3113,7 +3113,7 @@ Requires `offchain:read` permission
3113
3113
 
3114
3114
  `blocks_until_expiry` is not supported in LND 0.16.4 or before
3115
3115
 
3116
- `close_transaction` is not supported in LND 0.17.4 or before
3116
+ `close_transaction` is not supported in LND 0.17.5 or before
3117
3117
 
3118
3118
  {
3119
3119
  lnd: <Authenticated LND API Object>
@@ -4972,7 +4972,7 @@ Requires `onchain:write` permission
4972
4972
 
4973
4973
  `utxo_confirmations` is not supported on LND 0.11.1 or below
4974
4974
 
4975
- `utxo_selection` is not supported in LND 0.17.4 and below
4975
+ `utxo_selection` is not supported in LND 0.17.5 and below
4976
4976
 
4977
4977
  {
4978
4978
  address: <Destination Chain Address String>
@@ -5016,7 +5016,7 @@ Requires `onchain:write` permission
5016
5016
 
5017
5017
  `utxo_confirmations` is not supported on LND 0.11.1 or below
5018
5018
 
5019
- `utxo_selection` is not supported in LND 0.17.4 and below
5019
+ `utxo_selection` is not supported in LND 0.17.5 and below
5020
5020
 
5021
5021
  {
5022
5022
  [description]: <Transaction Label String>
@@ -5060,7 +5060,7 @@ Requires `onchain:write` permission
5060
5060
 
5061
5061
  Requires LND compiled with `walletrpc` build tag
5062
5062
 
5063
- `utxo_selection` is not supported in LND 0.17.4 and below
5063
+ `utxo_selection` is not supported in LND 0.17.5 and below
5064
5064
 
5065
5065
  {
5066
5066
  [description]: <Transaction Label String>
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "bolt07": "1.8.4",
11
11
  "invoices": "3.0.0",
12
- "lightning": "10.9.0",
12
+ "lightning": "10.9.1",
13
13
  "macaroon": "3.0.4"
14
14
  },
15
15
  "description": "Interaction helper for your Lightning Network daemon",
@@ -24,7 +24,7 @@
24
24
  "bn.js": "5.2.1",
25
25
  "bs58check": "3.0.1",
26
26
  "ecpair": "2.1.0",
27
- "ln-docker-daemons": "6.0.13",
27
+ "ln-docker-daemons": "6.0.14",
28
28
  "p2tr": "2.0.0",
29
29
  "portfinder": "1.0.32",
30
30
  "psbt": "3.0.0",
@@ -52,6 +52,8 @@
52
52
  "url": "https://github.com/alexbosworth/ln-service.git"
53
53
  },
54
54
  "scripts": {
55
+ "integration-test-0.17.5": "DOCKER_LND_VERSION=v0.17.5-beta npm run test",
56
+ "integration-test-0.17.4": "DOCKER_LND_VERSION=v0.17.4-beta npm run test",
55
57
  "integration-test-0.17.3": "DOCKER_LND_VERSION=v0.17.3-beta npm run test",
56
58
  "integration-test-0.17.2": "DOCKER_LND_VERSION=v0.17.2-beta npm run test",
57
59
  "integration-test-0.17.1": "DOCKER_LND_VERSION=v0.17.1-beta npm run test",
@@ -69,5 +71,5 @@
69
71
  "integration-test-0.14.4": "DOCKER_LND_VERSION=v0.14.4-beta npm run test",
70
72
  "test": "echo $DOCKER_LND_VERSION && node test/runner"
71
73
  },
72
- "version": "57.9.0"
74
+ "version": "57.9.1"
73
75
  }