ln-service 57.21.0 → 57.22.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.
- package/CHANGELOG.md +4 -0
- package/README.md +2 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -698,6 +698,8 @@ Create an unsigned funded PSBT given inputs or outputs
|
|
|
698
698
|
|
|
699
699
|
When specifying local inputs, they must be locked before using
|
|
700
700
|
|
|
701
|
+
`change_format` options: `p2tr` (only one change type is supported)
|
|
702
|
+
|
|
701
703
|
`utxo_selection` methods: 'largest', 'random'
|
|
702
704
|
|
|
703
705
|
Requires `onchain:write` permission
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"bolt07": "1.9.4",
|
|
11
11
|
"invoices": "3.0.0",
|
|
12
|
-
"lightning": "10.
|
|
12
|
+
"lightning": "10.22.1",
|
|
13
13
|
"macaroon": "3.0.4"
|
|
14
14
|
},
|
|
15
15
|
"description": "Interaction helper for your Lightning Network daemon",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"portfinder": "1.0.32",
|
|
30
30
|
"psbt": "3.0.0",
|
|
31
31
|
"rimraf": "6.0.1",
|
|
32
|
-
"secp256k1": "5.0.
|
|
32
|
+
"secp256k1": "5.0.1",
|
|
33
33
|
"tiny-secp256k1": "2.2.3",
|
|
34
34
|
"uuid": "10.0.0",
|
|
35
35
|
"varuint-bitcoin": "2.0.0"
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"integration-test-0.14.4": "DOCKER_LND_VERSION=v0.14.4-beta npm run test",
|
|
75
75
|
"test": "echo $DOCKER_LND_VERSION && node test/runner"
|
|
76
76
|
},
|
|
77
|
-
"version": "57.
|
|
77
|
+
"version": "57.22.1"
|
|
78
78
|
}
|