Antonio Yang
Antonio Yang
https://github.com/kuutamolabs/lightning-knd/blob/a5cac6e8f15a5c82580cd37e24fa5932dedbfd08/mgr/src/config.rs#L835-L840
https://github.com/kuutamolabs/lightning-knd/blob/124da7c67f983461a62e20b318fe6b13195252b2/kld/src/ldk/controller.rs#L366-L367 https://github.com/kuutamolabs/lightning-knd/blob/124da7c67f983461a62e20b318fe6b13195252b2/kld/src/ldk/controller.rs#L366-L367
Consider following source code platform - github - gitlab - bitbucket
The `bitcoind` service and `kld` service should be one to one. The `send_transaction` is defined here, but nowhere using it now. And it clones the client and also causes a...
_Originally posted by @JosephGoulden in https://github.com/kuutamolabs/lightning-knd/pull/433#discussion_r1276775024_
A unit with higher pendency things and not separately used for other repo should be a `mod`. Redundant crates will make trouble with dependencies, and we will not get benefit...
Add a middleware to do case-insensitive routers, such that we can keep the path in CamlStyle, and also the name of structures. _Originally posted by @yanganto in https://github.com/kuutamolabs/lightning-knd/pull/467#discussion_r1274407392_
Take node_alias for example in #368, a good config should be ```rust pub struct Host { node_aliase: [u8; 32], } pub struct HostConfig { node_aliase_string: Option, node_aliase_hex_str: Option, } ```