ln-service 53.5.1 → 53.5.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Versions
2
2
 
3
- ## 53.5.1
3
+ ## 53.5.2
4
4
 
5
5
  - `getPayments`: Correct paging issue that prevented paging through all results
6
6
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "cors": "2.8.5",
12
12
  "express": "4.17.2",
13
13
  "invoices": "2.0.3",
14
- "lightning": "5.3.4",
14
+ "lightning": "5.4.0",
15
15
  "macaroon": "3.0.4",
16
16
  "morgan": "1.10.0",
17
17
  "ws": "8.4.2"
@@ -31,7 +31,7 @@
31
31
  "psbt": "1.1.10",
32
32
  "rimraf": "3.0.2",
33
33
  "secp256k1": "4.0.3",
34
- "tiny-secp256k1": "2.1.2",
34
+ "tiny-secp256k1": "2.2.0",
35
35
  "uuid": "8.3.2",
36
36
  "varuint-bitcoin": "1.1.2"
37
37
  },
@@ -55,5 +55,5 @@
55
55
  "scripts": {
56
56
  "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/routerrpc-integration/*.js test/signerrpc-integration/*.js test/tower_clientrpc-integration/*.js test/tower_serverrpc-integration/*.js test/walletrpc-integration/*.js"
57
57
  },
58
- "version": "53.5.1"
58
+ "version": "53.5.2"
59
59
  }
@@ -22,6 +22,8 @@ test(`Get network centrality`, async ({end, equal, strictSame}) => {
22
22
  try {
23
23
  await control.generate({count: 100});
24
24
 
25
+ await addPeer({lnd, public_key: remote.id, socket: remote.socket});
26
+
25
27
  await setupChannel({lnd, generate: control.generate, to: target});
26
28
 
27
29
  await setupChannel({