Christian Decker
|
5d6e9d6dae
|
cln-grpc: Add generation of request conversion
This is taking protobuf requests on one side and converting them into
the JSON-RPC requests.
|
2022-02-28 23:25:37 +00:00 |
|
Christian Decker
|
8d3871d791
|
cln-grpc: Add result conversion generator to msggen
This takes the Rust bindings and converts them into the generated
protobuf bindings:
> JSON-RPC -> Rust bindings -> grpc bindings -> protobuf
|
2022-02-28 23:25:37 +00:00 |
|
Christian Decker
|
4c105d2424
|
cln-grpc: Generate grpc bindings from proto
This is the easy way, since there's already tooling for this.
|
2022-02-28 23:25:37 +00:00 |
|
Christian Decker
|
d01b2c21a7
|
cln-grpc: Add generation of grpc protobuf file from schema
|
2022-02-28 23:25:37 +00:00 |
|