Skip to content

Commit 01b6433

Browse files
authored
Update README.md
1 parent 2eeb500 commit 01b6433

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ Rust-Lightning, not Rusty's Lightning!
55

66
Documentation can be found at [docs.rs](https://docs.rs/lightning/)
77

8-
The project implements all of the BOLT specifications except for X, Y, Z. The
8+
The project implements all of the BOLT specifications in the 1.0 spec except
9+
for [channel queries](https://github.com/lightningnetwork/lightning-rfc/blob/master/07-routing-gossip.md#query-messages). The
910
implementation has pretty good test coverage that is expected to continue to
10-
improve. There are no known production uses of the library though. The current
11-
state is sufficient for a developer or project to experiment with it. Recent
12-
increased contribution rate to the project is expected to lead to a high quality,
13-
stable, production-worthy implementation in 2020.
11+
improve. There are a number of internal refactorings being done now that will
12+
make the code base more welcoming to new contributors. It is also anticipated
13+
that as developers begin using the API, the lessons from that will result in
14+
changes to the API, so any developer using LDK at this stage should be prepared
15+
to embrace that. The current state is sufficient for a developer or project to
16+
experiment with it. Recent increased contribution rate to the project is expected
17+
to lead to a high quality, stable, production-worthy implementation in 2020.
1418

1519
The goal is to provide a full-featured but also incredibly flexible lightning
1620
implementation, allowing the user to decide how they wish to use it. With that

0 commit comments

Comments
 (0)