core-lightning/cln-rpc
Christian Decker 990096f904 schema: Fix wrong type of CLTV in route
We were using `number` instead of `u32` which caused it to be
serialized to string with a decimal, which then would be rejected by
lightningd.

Changelog-Fixed: proto: Fixed a wrong number type being used in routes
2023-09-01 07:32:14 +09:30
..
examples cln-rpc: Remove wildcard import from model 2023-07-10 13:47:38 +09:30
src schema: Fix wrong type of CLTV in route 2023-09-01 07:32:14 +09:30
Cargo.toml rs: Bump crate versions before publishing 2023-08-28 11:19:30 +02:00
Makefile Makefile: use grouped targets for recipes with multiple fixed outputs 2023-06-23 13:58:31 +09:30
README.md doc: update c-lightning to Core Lightning almost everywhere. 2022-04-07 06:53:26 +09:30

cln-rpc: Talk to Core Lightning