Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ln-service

Package Overview
Dependencies
Maintainers
1
Versions
517
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ln-service - npm Package Compare versions

Comparing version 57.9.1 to 57.10.0

test/walletrpc-integration/test_get_pending_sweeps.js

5

CHANGELOG.md
# 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 @@

4

index.js

@@ -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,

6

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc