Amber nodes are monitored by CommitWatch. Gray nodes are sampled from authenticated GitHub public commit search and may not represent complete contribution history.
This commit only updates the release notes document. It adds a description of a previously fixed startup bug related to TLS certificate/key files and adds a contributor name. There is no code change in this commit itself.
This commit only adds a new test file that reproduces a bug: when LND's TLS manager finds only one of its two TLS files (either the certificate or the private key) on disk, it wrongly assumes the other file also exists and skips generating…
Partial TLS material on disk causes startup/availability failure rather than silent regenerationCould lead to operator confusion or manual workarounds that may weaken TLS configurationTest-only commit; actual fix not present, so security impact is latent/potential
This commit only updates the release notes document for version 0.20.0. It adds a description of a previously fixed bug about wallet rescanning during header sync. No code changes are included, so this commit itself does not alter software…
This patch fixes a startup-order bug in the Lightning Network Daemon (LND). Because a previous change started the chain notifier before the wallet's block headers were fully synced, rescans could begin from an old block height roughly 100,…
Startup-order race between chain notifier and header syncRescan from stale block height (~100k blocks behind)Potential missed on-chain events (channel closes, sweeps, force closes)
This commit is a build-system maintenance change. It makes the Makefile fall back to GOPATH/bin when the GOBIN environment variable is not set, and explicitly sets GOBIN in the GitHub Actions workflow. This prevents build tools like the li…
This commit only fixes a mismatch between error messages and actual timeout durations in test helper code. It does not change production behavior or fix any security issue.