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

cln-grpc: add anchors/even to primitives #7628

Merged

Commits on Sep 20, 2024

  1. cln-grpc: add anchors/even to primitives

    The `anchors/even` channel type was missing from the grpc bindings.
    It is now the default channel type, so `fundchannel` over grpc fails
    with:
    
    ```
    Failed to deserialize response : unknown variant `anchors/even`,
    expected one of `static_remotekey/even`, `anchor_outputs/even`,
    `anchors_zero_fee_htlc_tx/even`, `scid_alias/even`, `zeroconf/even`
    ```
    
    Changelog-Changed: Channel type `anchors/even` was added
    to the grpc bindings.
    JssDWt authored and ShahanaFarooqui committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8ff1e1e View commit details
    Browse the repository at this point in the history