ln-service
Advanced tools
Comparing version 57.9.1 to 57.10.0
# Versions | ||
## 57.10.0 | ||
- `getPendingSweeps`: Add method to get the list of pending outpoints to sweep | ||
- `requestBatchedFeeIncrease`: Add method to batch a CPFP sweep of an outpoint | ||
## 57.9.1 | ||
@@ -4,0 +9,0 @@ |
@@ -76,2 +76,3 @@ const {addAdvertisedFeature} = require('lightning'); | ||
const {getPendingPayments} = require('lightning'); | ||
const {getPendingSweeps} = require('lightning'); | ||
const {getPublicKey} = require('lightning'); | ||
@@ -107,2 +108,3 @@ const {getRouteConfidence} = require('lightning'); | ||
const {removePeer} = require('lightning'); | ||
const {requestBatchedFeeIncrease} = require('lightning'); | ||
const {requestChainFeeIncrease} = require('lightning'); | ||
@@ -240,2 +242,3 @@ const {restrictMacaroon} = require('./macaroons'); | ||
getPendingPayments, | ||
getPendingSweeps, | ||
getPublicKey, | ||
@@ -271,2 +274,3 @@ getRouteConfidence, | ||
removePeer, | ||
requestBatchedFeeIncrease, | ||
requestChainFeeIncrease, | ||
@@ -273,0 +277,0 @@ restrictMacaroon, |
@@ -12,3 +12,3 @@ { | ||
"invoices": "3.0.0", | ||
"lightning": "10.9.1", | ||
"lightning": "10.10.0", | ||
"macaroon": "3.0.4" | ||
@@ -28,3 +28,3 @@ }, | ||
"ecpair": "2.1.0", | ||
"ln-docker-daemons": "6.0.14", | ||
"ln-docker-daemons": "6.0.15", | ||
"p2tr": "2.0.0", | ||
@@ -76,3 +76,3 @@ "portfinder": "1.0.32", | ||
}, | ||
"version": "57.9.1" | ||
"version": "57.10.0" | ||
} |
@@ -10,3 +10,2 @@ const EventEmitter = require('node:events'); | ||
const {createChainAddress} = require('./../../'); | ||
const {delay} = require('./../macros'); | ||
const {generateBlocks} = require('./../macros'); | ||
@@ -13,0 +12,0 @@ const {getHeight} = require('./../../'); |
@@ -9,3 +9,2 @@ const {strictEqual} = require('node:assert').strict; | ||
const {createChainAddress} = require('./../../'); | ||
const {delay} = require('./../macros'); | ||
const {generateBlocks} = require('./../macros'); | ||
@@ -12,0 +11,0 @@ const {getChainBalance} = require('./../../'); |
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
823529
176
14136
7865
+ Added@grpc/grpc-js@1.10.7(transitive)
+ Added@grpc/proto-loader@0.7.13(transitive)
+ Added@types/node@20.12.8(transitive)
+ Addedbolt09@2.1.0(transitive)
+ Addedlightning@10.10.0(transitive)
+ Addedtype-fest@4.18.1(transitive)
- Removed@grpc/grpc-js@1.10.6(transitive)
- Removed@grpc/proto-loader@0.7.12(transitive)
- Removed@types/node@20.12.7(transitive)
- Removedbolt09@2.0.0(transitive)
- Removedlightning@10.9.1(transitive)
- Removedtype-fest@4.16.0(transitive)
Updatedlightning@10.10.0