mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-20 13:27:27 +02:00
docs: add release note for zlib removal
This commit is contained in:
parent
802f40ba27
commit
eccbb81d76
1 changed files with 8 additions and 0 deletions
|
|
@ -98,6 +98,13 @@
|
|||
|
||||
## Deprecations
|
||||
|
||||
* [Support for decoding `EncodingSortedZlib` (type 1) gossip queries has been
|
||||
removed](https://github.com/lightningnetwork/lnd/pull/10980) as it
|
||||
was dropped from the BOLT 7 specification. `lnd` never produced this encoding,
|
||||
so in practice only the receive path changes. If a legacy peer attempts to
|
||||
send a zlib-encoded `QueryShortChanIDs` or `ReplyChannelRange` message, it
|
||||
will now trigger a fatal wire-decode error and instantly disconnect the peer.
|
||||
|
||||
# Technical and Architectural Updates
|
||||
|
||||
## BOLT Spec Updates
|
||||
|
|
@ -159,3 +166,4 @@
|
|||
* Boris Nagaev
|
||||
* Erick Cestari
|
||||
* Jared Tobin
|
||||
* TechLateef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue