Se7enZ

Results 10 issues of Se7enZ

### Issue and Steps to Reproduce Running pytest locally leaks file descriptors for TailableProc `stdout`, read/write handles opened in the `__init__()` constructor. This resulted in sporadic failures and was effectively...

@cdecker This PR is a first pass at #6986. The major fix here was including `AddPsbtOutput` to the big list of RPC commands in `utils.py` for `msggen`. After re-running the...

This is a first pass at #2817. It adds a `--bitcoin-rpcclienttimeout` parameter to `bcli`. It seems those parameters are automatically pulled in as `lightningd` parameters as well. Instead of setting...

When setting the backup location to a directory under Settings > Utilities, I am able to perform a backup, but when I navigate away from that interface, and then back...

feature

Fixes a typo to change camel case to lowercase, match CLN's gRPC method name. Fixes #1433 ## Summary by CodeRabbit - **Bug Fixes** - Updated the URL for disabling offers...

Core Lightning

Following from [this](https://discord.com/channels/899980449231814676/899989708065632276/1299400269695553546) conversation on Discord, @cdecker writes: > Sure, there are plenty of pre-commit plugins for that type of lint. A quick search surfaced https://github.com/compilerla/conventional-pre-commit for example. I also...

# Repro nightly builds ## Description This pull request attempts to address #7117 to implement Github Actions CI/CD to perform nightly reproducible builds. The goal is to catch local file...

**Describe the bug** I see traces of support for PeerSwap with CLN in the configuration documentation, and in the codebase, but it also looks like the functionality has been removed...

From the Discord discussion [here](https://discord.com/channels/905126649224388629/905127434779766785/1379382526497394768). Peerswap `5.0.0-rc2` CLN `v25.02.2` Elementsd `v23.2.7` On `lightningd` startup, Peerswap logs end with `plugin-peerswap: Waiting for cln to be synced...`, but looking through the code,...

This PR expands upon #7884 to demo some potential DX improvements through adding [pre-commit](https://pre-commit.com) hooks. It contains the following features: - Run `shellcheck`. - Re-implements `make check-amount-access` as a local...

Status::Ready for Review