lightningdevkit / ldk-sample

Sample node implementation using LDK
Apache License 2.0
166 stars 94 forks source link

Upgrade to LDK 0.0.124 #136

Open TheBlueMatt opened 1 day ago

TheBlueMatt commented 14 hours ago

Re: custom onion message send, I'm pretty meh on it. If someone wants to use ldk-sample to do network measurements of onion messages they're gonna need both the send side and the receive side, which we hadn't implemented here. We generally have preferred to keep ldk-sample simple to demonstrate "what you need to get started", rather than showcase all the features people might use.

TheBlueMatt commented 14 hours ago

Also pushed a submitpackage replacement.