ln-service
Advanced tools
Comparing version 57.12.0 to 57.13.0
# Versions | ||
## 57.13.0 | ||
- `getWalletInfo`: Add support for LND 0.18.0 | ||
- `subscribeToGraph`: Add support for `inbound_base_discount_mtokens` and | ||
`inbound_rate_discount` | ||
## 57.12.0 | ||
@@ -4,0 +10,0 @@ |
@@ -12,3 +12,3 @@ { | ||
"invoices": "3.0.0", | ||
"lightning": "10.12.0", | ||
"lightning": "10.13.1", | ||
"macaroon": "3.0.4" | ||
@@ -28,3 +28,3 @@ }, | ||
"ecpair": "2.1.0", | ||
"ln-docker-daemons": "6.0.16", | ||
"ln-docker-daemons": "6.0.17", | ||
"p2tr": "2.0.0", | ||
@@ -57,2 +57,3 @@ "portfinder": "1.0.32", | ||
"scripts": { | ||
"integration-test-0.18.0": "DOCKER_LND_VERSION=v0.18.0-beta npm run test", | ||
"integration-test-0.17.5": "DOCKER_LND_VERSION=v0.17.5-beta npm run test", | ||
@@ -77,3 +78,3 @@ "integration-test-0.17.4": "DOCKER_LND_VERSION=v0.17.4-beta npm run test", | ||
}, | ||
"version": "57.12.0" | ||
"version": "57.13.0" | ||
} |
@@ -109,2 +109,4 @@ const {deepEqual} = require('node:assert').strict; | ||
is_disabled: policy.is_disabled, | ||
inbound_base_discount_mtokens: policy.inbound_base_discount_mtokens, | ||
inbound_rate_discount: policy.inbound_rate_discount, | ||
max_htlc_mtokens: policy.max_htlc_mtokens, | ||
@@ -111,0 +113,0 @@ min_htlc_mtokens: policy.min_htlc_mtokens, |
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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
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
AI-detected potential security risk
Supply chain riskAI has determined that this package may contain potential security issues or vulnerabilities.
Found 1 instance in 1 package
831866
14259
7937
6
5
+ Added@types/node@20.12.13(transitive)
+ Addedlightning@10.13.1(transitive)
+ Addedtype-fest@4.18.3(transitive)
- Removed@types/node@20.12.12(transitive)
- Removedlightning@10.12.0(transitive)
- Removedtype-fest@4.18.2(transitive)
Updatedlightning@10.13.1