core-lightning/cln-rpc
Christian Decker f5e1829117 cln-plugin: Implement logging facade adapter for cln plugins
We wrap emitted messages into a JSON-RPC notification envelope and
write them to stdout. We use an indirection over an mpsc channel in
order to avoid deadlocks if we emit logs while holding the writer lock
on stdout.
2022-03-10 10:21:41 +10:30
..
examples cln-plugin: Implement logging facade adapter for cln plugins 2022-03-10 10:21:41 +10:30
src cln-grpc: Add listpeers RPC method 2022-02-28 23:25:37 +00:00
Cargo.toml pytest: Test the rust bindings from cln-rpc 2022-02-11 16:02:25 +01:00
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