Merge pull request #10923 from erickcestari/remove-discovery-release-notes-0.22
Some checks are pending
Vulnerability scan / Scan release binaries (push) Waiting to run
CI / Static Checks (push) Waiting to run
CI / Check commits (push) Waiting to run
CI / Lint code (push) Waiting to run
CI / Cross compilation (push) Waiting to run
CI / Cross compilation-1 (push) Waiting to run
CI / Cross compilation-2 (push) Waiting to run
CI / Run unit tests (push) Waiting to run
CI / Run unit tests-1 (push) Waiting to run
CI / Run unit tests-2 (push) Waiting to run
CI / Run unit tests-3 (push) Waiting to run
CI / Run unit tests-4 (push) Waiting to run
CI / Run unit tests-5 (push) Waiting to run
CI / Run unit tests-6 (push) Waiting to run
CI / Run unit tests-7 (push) Waiting to run
CI / Run unit tests-8 (push) Waiting to run
CI / Run unit tests-9 (push) Waiting to run
CI / Run basic itests (push) Waiting to run
CI / Run basic itests-1 (push) Waiting to run
CI / Run basic itests-2 (push) Waiting to run
CI / Run basic itests-3 (push) Waiting to run
CI / Run basic itests-4 (push) Waiting to run
CI / Run itests (push) Waiting to run
CI / Run itests-1 (push) Waiting to run
CI / Run itests-2 (push) Waiting to run
CI / Run itests-3 (push) Waiting to run
CI / Run itests-4 (push) Waiting to run
CI / Run itests-5 (push) Waiting to run
CI / Run itests-6 (push) Waiting to run
CI / Run itests-7 (push) Waiting to run
CI / Run windows itest (push) Waiting to run
CI / Run macOS itest (push) Waiting to run
CI / Check pinned dependencies (push) Waiting to run
CI / Check pinned dependencies-1 (push) Waiting to run
CI / Check release notes updated (push) Waiting to run
CI / Backwards compatibility test (push) Waiting to run
CI / Cache Cleanup (push) Waiting to run
CI / Send coverage report (push) Blocked by required conditions

docs: remove release note for DNS fallback panic of 0.22.0
This commit is contained in:
ziggieXXX 2026-06-24 19:20:05 -03:00 committed by GitHub
commit cea51aa075
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -29,6 +29,12 @@
which could default new onion service creation to the retired v2
`NEW:RSA1024` key type that modern Tor rejects with `513 Invalid key type`.
* [Fixed a panic](https://github.com/lightningnetwork/lnd/pull/10914) in the
DNS fallback SRV lookup, which unconditionally type-asserted each DNS Answer
record to `*dns.SRV` and crashed the daemon when the response contained a
non-SRV record. Non-SRV records are now skipped, and an empty `LookupHost`
result for the shim no longer triggers an out-of-bounds index.
# New Features
## Functional Enhancements

View file

@ -42,12 +42,6 @@
regardless of peer connectivity. Uptime is now seeded from the peer's
actual connection state.
* [Fixed a panic](https://github.com/lightningnetwork/lnd/pull/10914) in the
DNS fallback SRV lookup, which unconditionally type-asserted each DNS Answer
record to `*dns.SRV` and crashed the daemon when the response contained a
non-SRV record. Non-SRV records are now skipped, and an empty `LookupHost`
result for the shim no longer triggers an out-of-bounds index.
# New Features
## Functional Enhancements