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
Decode exposed features into semantic entries
We replace raw feature bytes, as previously used in NodeFeatures, with
decoded Feature entries so clients can inspect the feature name, support
bit, required bit, and known-ness directly.
Given the structure of LDK Features, which are different based on contexts,
we create and use this shared Feature shape for invoice, offer, and node
feature contexts, with the conversion logic centralized in proto_adapter
(see features_to_proto).
Additionally, we also update the CLI e2e assertions to check keysend
support through the readable get-node-info feature response.
0 commit comments