ln-service 56.5.1 → 56.6.0
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.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2917,6 +2917,7 @@ Requires `offchain:read` permission
|
|
|
2917
2917
|
transaction_id: <Channel Funding Transaction Id String>
|
|
2918
2918
|
transaction_vout: <Channel Funding Transaction Vout Number>
|
|
2919
2919
|
[transaction_weight]: <Commit Transaction Weight Number>
|
|
2920
|
+
[type]: <Channel Commitment Transaction Type String>
|
|
2920
2921
|
}]
|
|
2921
2922
|
}
|
|
2922
2923
|
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"cors": "2.8.5",
|
|
12
12
|
"express": "4.18.2",
|
|
13
13
|
"invoices": "2.2.3",
|
|
14
|
-
"lightning": "9.
|
|
14
|
+
"lightning": "9.6.0",
|
|
15
15
|
"macaroon": "3.0.4",
|
|
16
16
|
"morgan": "1.10.0",
|
|
17
17
|
"ws": "8.13.0"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"asyncjs-util": "1.2.11",
|
|
26
26
|
"bip32": "4.0.0",
|
|
27
27
|
"bip66": "1.1.5",
|
|
28
|
-
"bitcoinjs-lib": "6.1.
|
|
28
|
+
"bitcoinjs-lib": "6.1.3",
|
|
29
29
|
"bn.js": "5.2.1",
|
|
30
30
|
"bs58check": "3.0.1",
|
|
31
31
|
"ecpair": "2.1.0",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"integration-test-0.14.4": "DOCKER_LND_VERSION=v0.14.4-beta npm run test",
|
|
70
70
|
"test": "echo $DOCKER_LND_VERSION && tap -j 2 --branches=1 --functions=1 --lines=1 --statements=1 -t 200 test/autopilotrpc-integration/*.js test/chainrpc-integration/*.js test/integration/*.js test/invoicesrpc-integration/*.js test/peersrpc-integration/*.js test/routerrpc-integration/*.js test/signerrpc-integration/*.js test/tower_clientrpc-integration/*.js test/tower_serverrpc-integration/*.js test/walletrpc-integration/*.js"
|
|
71
71
|
},
|
|
72
|
-
"version": "56.
|
|
72
|
+
"version": "56.6.0"
|
|
73
73
|
}
|