core-lightning/contrib/pyln-grpc-proto/pyln/grpc
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
..
__init__.py pyln: Add missing upgrade-version target to pyln-grpc 2023-10-26 15:51:07 +02:00
node_pb2.py schemas: "description" field in "wait(any)invoice" is optional since BOLT12 2024-09-16 16:03:07 +09:30
node_pb2_grpc.py lightningd: remove expermential "sendonionmessage" function. 2024-07-18 10:53:55 +09:30
primitives_pb2.py cln-grpc: add anchors/even to primitives 2024-09-20 17:01:04 -07:00
py.typed pyln: Include py.typed file 2024-02-01 17:55:10 +01:00