lightningdevkit.org
lightningdevkit.org copied to clipboard
Lightning Development Kit Documentation
Add a `Payment Retries` section to [Sending Payments](https://lightningdevkit.org/basic-features/sending_payments/#sending-payments). Includes new `InvoicePayer` API that retires payments as paths fail. [Released v0.0.103.0](https://github.com/lightningdevkit/ldk-garbagecollected/releases/tag/v0.0.103.0) [Pull Request](https://github.com/rust-bitcoin/rust-lightning/pull/1059)
For some/many users, a unified API would be preferable. Abstraction layer might be convenient?
Basically I need to finish #27
Look to integrate rust lightning docs directly into the site instead of linking out to the external site at http://docs.rs/lightning. Might be possible to do with Algolia search directly. Alternatively,...
This will be largely influenced by what goes in the, [what questions do you have about the Lightning Development Kit? ](https://github.com/lightningdevkit/lightningdevkit.org/discussions/55) discussion.
Update this [section](https://lightningdevkit.org/docs/build_node/#14-keep-ldk-up-to-date-with-chain-info) to make it clear the channel monitor will forward requests through to the chain monitors. Users should make sure the channel monitors are all the same best...
The LDK project start to be spread across different repositories. Also the type of helpful contributions start to expand (technical writing, infrastructure deployment, product management). I think we should consider...
Jeff: "when I made the diagram, using the name NetGraphMsgHandler seemed a bit too low-level. It is a struct that implements the RoutingMessageHandler trait, so "Routing" seemed like a better...
This one is up to me to get it started, detailing how to build a lightclient with LDK and what options you're offered.
Our documentation about a specific feature (e.g zero-conf chan) might be an advanced, subsection of the "Opening a channel" one, thus making it hard to find the information. Once the...