Skip to content

Commit

Permalink
Add notes to docs/README to indicate beta status of service-side
Browse files Browse the repository at this point in the history
As a few things are missing (most importantly persistence), we add notes
that the service-side integration is currently considered 'beta'.
  • Loading branch information
tnull committed Dec 19, 2024
1 parent 6e06262 commit dd91418
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lightning-liquidity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

The goal of this crate is to provide types and primitives to integrate a spec-compliant LSP with an LDK-based node. To this end, this crate provides client-side as well as service-side logic to implement the [LSP specifications].

**Note**: Service-side support is currently considered "beta", i.e., not fully
ready for production use.

Currently the following specifications are supported:
- [LSPS0] defines the transport protocol with the LSP over which the other protocols communicate.
- [LSPS1] allows to order Lightning channels from an LSP. This is useful when the client needs
Expand Down
3 changes: 3 additions & 0 deletions lightning-liquidity/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

//! The goal of this crate is to provide types and primitives to integrate a spec-compliant LSP with an LDK-based node. To this end, this crate provides client-side as well as service-side logic to implement the [LSP specifications].
//!
//! **Note**: Service-side support is currently considered "beta", i.e., not fully ready for
//! production use.
//!
//! Currently the following specifications are supported:
//! - [LSPS0] defines the transport protocol with the LSP over which the other protocols communicate.
//! - [LSPS1] allows to order Lightning channels from an LSP. This is useful when the client needs
Expand Down

0 comments on commit dd91418

Please sign in to comment.