Sangbida Chaudhuri
Sangbida Chaudhuri
**Describe the bug** Unable to connect to CLN nodes via gRPC. Although the gRPC plugin loads on startup and the port (11001) is correctly mapped in Docker, attempts to connect...
Hello, I'm encountering the following error when using libbacktrace with a binary compiled on macOS: ``` lightningd/lightningd: libbacktrace: DW_FORM_addrx value out of range lightningd/lightningd: libbacktrace: failed to read executable information...
### Description Refactor the bcli plugin to use synchronous, blocking calls to bitcoin-cli instead of the current asynchronous, multi-threaded architecture with priority queuing. ### Motivation The current bcli plugin was...
When Core Lightning broadcasts a transaction, the funds effectively "disappear" from the user's perspective until the transaction confirms. This creates anxiety and uncertainty - users think their money is lost....
Each commit should be atomic and pass make check-source, but currently developers must manually fix style issues before committing. Adding a precommit hook would mean that these style issues would...
### Problem Currently, Core Lightning processes every transaction in every block, regardless of relevance to the node. `chaintopology `has a 30-second timer that makes an RPC calls to bcli. `bcli`...
Changelog-None
Fixes #8750 macOS 26 SDK introduces stricter compiler warnings that are treated as errors. This PR fixes the deprecation warnings on vsprintf and uninitialised variable warnings. Changelog-None