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
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
As discussed out of band it would be very useful if we could further modularize and expose the codebase at each of the individual levels.
For example, we want to allow third parties to reuse our message types/serialization, or, just a specific LSPS implementation, without the need to use the full LiquidityManager and even without relying on LDK-specific *Manager types. To this end we'll need to make sure that not too many LDK types (in particular ChannelManager/PeerManager leak into the 'inner' part of the LSPS implementations.