core-lightning/cln-grpc/proto
Jesse de Wit 2798b4b7be 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.
2024-09-20 17:01:04 -07:00
..
node.proto schemas: "description" field in "wait(any)invoice" is optional since BOLT12 2024-09-16 16:03:07 +09:30
primitives.proto cln-grpc: add anchors/even to primitives 2024-09-20 17:01:04 -07:00