File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.1-alpha - Apr 27, 2023
2+
3+ This is the first alpha release of LDK Node. It features support for sourcing
4+ chain data via an Esplora server, filesystem persistence, gossip sourcing via
5+ the Lightning peer-to-peer network, and configurble entropy sources for the
6+ integrated LDK and BDK-based wallets.
7+
8+ Note that this release is still considered experimental, should not be run in
9+ production, and no compatibility guarantees are given until the release of 0.1.
10+
Original file line number Diff line number Diff line change 11[package ]
22name = " ldk-node"
3- version = " 0.1.0"
3+ version = " 0.1.0-alpha "
44authors = [" Elias Rohrer <dev@tnull.de>" ]
5+ homepage = " https://lightningdevkit.org/"
56license = " MIT OR Apache-2.0"
67edition = " 2018"
78description = " A ready-to-go node implementation built using LDK."
9+ repository = " https://github.com/lightningdevkit/ldk-node/"
10+ readme = " README.md"
11+ keywords = [" bitcoin" , " lightning" , " ldk" , " bdk" ]
12+ categories = [" cryptography::cryptocurrencies" ]
813
914# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1015
You can’t perform that action at this time.
0 commit comments