You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general, yes, though maybe only the TCP mapping. I kinda regret the ChannelManagerConstructor utility that is in the Java batteries - it's overly-opinionated but still tries to be flexible and kinda fails at both.
We now have a node-specific TCP mapping, which is most of what we can do here. I think it'd be cool to also support websocket connections directly in LDK and then map to websockets here, but that's much further off, and ultimately requires a TLS proxy as well. Once we expose the KVStore (lightningdevkit/ldk-c-bindings#90) I'm not sure what else is immediately doable here. Gonna close as completed even though there's some long-term ambitions, but we should open separate issues for that as things come up that would be helpful to you.
Are the any intentions on creating the batteries helpers as seen for java for the TypeScript bindings?
https://github.com/lightningdevkit/ldk-garbagecollected/tree/main/src/main/java/org/ldk/batteries
The text was updated successfully, but these errors were encountered: