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
We add requires_* counterparts for every supports_* method on
InitFeatures, completing the BOLT 9 feature flag coverage
for FFI consumers.
We export the existing feature helper methods for both InitFeatures
and NodeFeatures through UniFFI. NodeFeatures had the same missing
export path as InitFeatures and was noticed while addressing the
InitFeatures FFI exposure.
Additionally, we extend the Python full-cycle test to cover node
features and init features on their real runtime paths.
0 commit comments