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 Versions

1
52

10.0.1

Diff

alexbosworth
published 10.0.0 •

alexbosworth
published 9.1.0 •

alexbosworth
published 9.0.0 •

Changelog

Source

39.0.0

All previously cbk type functions can now also be used as Promises

  • Add deleteForwardingReputations to clear mission control reputations
  • Add getForwardingReputations to get mission control reputations
  • Add getPayment method to lookup a payment
  • Add payViaPaymentDetails method to make a payment using deconstructed details
  • Add payViaPaymentRequest method to make a payment using BOLT 11 pay request
  • Add subscribeToPastPayment to subscribe to a payment's status
  • Add subscribeToPayViaDetails to make a payment using details and sub to it
  • Add subscribeToPayViaRequest to make a payment using a request and sub to it

Breaking Changes

  • All promisified methods are removed
  • Response type strings are being phased out
  • Open channel static fee amount is no longer subtracted
  • Open channel requires an explicit local amount
  • subscribeToBackup emits named events
  • subscribeToBlocks emits named events
  • subscribeToChannels emits named events
  • subscribeToGraph emits named events
  • subscribeToInvoice emits named events
  • subscribeToInvoices emits named events
alexbosworth
published 8.3.0 •

alexbosworth
published 8.2.0 •

Changelog

Source

48.2.0

  • broadcastChainTransaction: Add support for transaction description
  • getChainTransactions: Add support for transaction description
  • sendToChainAddress: Add support for adding a description
  • sendToChainAddresses: Add support for adding a description
alexbosworth
published 8.1.0 •

Changelog

Source

48.1.0

  • getChainTransactions: Add after and before to specify height ranges
  • getSweepTransactions: Add support for fetching 2nd level sweep transactions
  • getWalletVersion: Add version to return known release version strings
  • payViaPaymentDetails: Add support for specifying max_paths
  • payViaPaymentDetails: Add support for specifying outgoing_channels
  • payViaPaymentRequest: Add support for specifying max_paths
  • payViaPaymentRequest: Add support for specifying outgoing_channels
  • subscribeToPayViaDetails: Add support for specifying max_paths
  • subscribeToPayViaDetails: Add support for specifying outgoing_channels
  • subscribeToPayViaRequest: Add support for specifying max_paths
  • subscribeToPayViaRequest: Add support for specifying outgoing_channels
  • subscribeToTransactions: Change confirmation_count zero to undefined
  • subscribeToTransactions: Return confirmation_height attribute when defined
  • subscribeToTransactions: Return created_at attribute
  • subscribeToTransactions: Change fee zero fee to undefined
  • subscribeToTransactions: Add output_addresses attribute
  • subscribeToTransactions: Add tokens attribute
  • subscribeToTransactions: Add transaction attribute when defined
  • subscribeToTransactions: Suppress errors when there are no error listeners
alexbosworth
published 8.0.0 •

Changelog

Source

38.0.0

Breaking Changes

lightningDaemon is renamed to authenticatedLndGrpc and unauthenticatedLndGrpc and there is no more need to pass a service argument.

These two methods also now return their result wrapped in lnd in an object. Pass the object wrapped in lnd to methods and they will now select the appropriate service automatically.

pay arguments have been renamed:

  • max_fee replaces fee
  • outgoing_channel replaces out
  • timeout_height replaces timeout

pay also has a new argument for use when specifying a path: pathfinding_timeout. This is the cutoff time for starting a new pay attempt.

There have been multiple error codes changed

alexbosworth
published 7.1.0 •

Changelog

Source

57.1.0

  • getBlockHeader: Add method to get the header portion of a block
alexbosworth
published 7.0.0 •

Changelog

Source

47.0.0

  • getForwardingConfidence: Add method to get forwarding confidence of forwarding between two peers

Breaking Changes

  • getPaymentOdds: Rename to getRouteConfidence
  • getForwardingReputations: Rename "odds" to "confidence" probability attribute changes to confidence general_success_oddsattribute to confidence success_odds attribute changes to confidence
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