core-lightning/cln-rpc
Christian Decker 33960be040 cln-rpc: Test that we forward errors correctly
So far we were papering over the actual error with a generic string
that isn't very useful. Now we decode the error and forward it through
the grpc layer as well (though still as a string).
2022-04-02 09:46:01 +10:30
..
examples cln-rpc: Test that we forward errors correctly 2022-04-02 09:46:01 +10:30
src cln-rpc: Test that we forward errors correctly 2022-04-02 09:46:01 +10:30
Cargo.toml grpc: Map sendonion and createonion 2022-04-02 09:46:01 +10:30
Makefile rust: Use $CARGO_OPTS when building the example plugin 2022-02-28 23:25:37 +00:00
README.md cln-rpc: Scaffolding for the cln-rpc crate 2022-02-11 16:02:25 +01:00

cln-rpc: Talk to c-lightning