Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@
`ListProtocols` message (#3785).
* A rare race which might lead `PeerManager` (and `lightning-net-tokio`) to
stop reading from a peer until a new message is sent to that peer has been
fixed (#4168).
fixed. Note that this changed the semantics of the
`SocketDescriptor::send_data` method without changing its signature, check
that your implementation matches the new documentation (#4168).
* The fields in `SocketAddress::OnionV3` are now correctly parsed, and the
`Display` for such addresses is now lowercase (#4090).
* `PeerManager` is now more conservative about disconnecting peers which aren't
Expand Down