ln-service
Advanced tools
Comparing version 57.18.0 to 57.19.0
# Versions | ||
## 57.19.0 | ||
- `createInvoice`: add `is_encrypting_routes` to enable blinded paths feature | ||
- `pay`, `subscribeToPastPayment`, `subscribeToPayViaDetails`, | ||
`subscribeToPayViaRequest`, `subscribeToPayments`: Add `is_canceled` for | ||
when the payment loop was explicitly canceled. | ||
## 57.18.0 | ||
@@ -4,0 +12,0 @@ |
@@ -12,3 +12,3 @@ { | ||
"invoices": "3.0.0", | ||
"lightning": "10.18.0", | ||
"lightning": "10.19.0", | ||
"macaroon": "3.0.4" | ||
@@ -20,3 +20,3 @@ }, | ||
"@alexbosworth/node-fetch": "2.6.2", | ||
"async": "3.2.5", | ||
"async": "3.2.6", | ||
"asyncjs-util": "1.2.12", | ||
@@ -29,3 +29,3 @@ "bip32": "4.0.0", | ||
"ecpair": "2.1.0", | ||
"ln-docker-daemons": "6.0.22", | ||
"ln-docker-daemons": "6.0.23", | ||
"p2tr": "2.0.0", | ||
@@ -80,3 +80,3 @@ "portfinder": "1.0.32", | ||
}, | ||
"version": "57.18.0" | ||
"version": "57.19.0" | ||
} |
@@ -117,2 +117,3 @@ const {deepStrictEqual} = require('node:assert').strict; | ||
id: payment.id, | ||
is_canceled: false, | ||
is_insufficient_balance: false, | ||
@@ -155,9 +156,11 @@ is_invalid_payment: false, | ||
} | ||
await kill({}); | ||
} catch (err) { | ||
await kill({}); | ||
strictEqual(err, null, 'Expected no error'); | ||
} | ||
await kill({}); | ||
return; | ||
}); |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
851996
181
14718
7986
+ Added@noble/hashes@1.5.0(transitive)
+ Added@types/node@22.5.0(transitive)
+ Addedasync@3.2.6(transitive)
+ Addedlightning@10.19.0(transitive)
+ Addedtype-fest@4.25.0(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@noble/hashes@1.6.0(transitive)
- Removed@types/node@22.2.0(transitive)
- Removedasync@3.2.5(transitive)
- Removedlightning@10.18.0(transitive)
- Removedtype-fest@4.24.0(transitive)
- Removedundici-types@6.13.0(transitive)
Updatedlightning@10.19.0