This repository was archived by the owner on Jan 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.1.0-alpha - Feb. 15, 2024
2
+ This is the first alpha release of ` lighting-liquidity ` . It features
3
+ early-stage client- and service-side support for the LSPS2 just-in-time (JIT)
4
+ channel protocol.
5
+
6
+ ** Note:** This release is still considered experimental, should not be run in
7
+ production, and no compatibility guarantees are given until the release of 0.1.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lightning-liquidity"
3
- version = " 0.1.0"
3
+ version = " 0.1.0-alpha "
4
4
authors = [" John Cantrell <johncantrell97@gmail.com>" , " Elias Rohrer <dev@tnull.de>" ]
5
+ homepage = " https://lightningdevkit.org/"
6
+ license = " MIT OR Apache-2.0"
5
7
edition = " 2021"
6
8
description = " Types and primitives to integrate a spec-compliant LSP with an LDK-based node."
9
+ repository = " https://github.com/lightningdevkit/lightning-liquidity/"
10
+ readme = " README.md"
11
+ keywords = [" bitcoin" , " lightning" , " ldk" , " bdk" ]
12
+ categories = [" cryptography::cryptocurrencies" ]
7
13
8
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
15
You can’t perform that action at this time.
0 commit comments