Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common/features: only support a single feature bitset. #3145

Merged

Commits on Oct 10, 2019

  1. common/features: only support a single feature bitset.

    This is mainly an internal-only change, especially since we don't
    offer any globalfeatures.
    
    However, LND (as of next release) will offer global features, and also
    expect option_static_remotekey to be a *global* feature.  So we send
    our (merged) feature bitset as both global and local in init, and fold
    those bitsets together when we get an init msg.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    61f889b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40bfdb3 View commit details
    Browse the repository at this point in the history