File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2020
2121# Bug Fixes
2222
23- * [ Fix a serialisation bug] ( https://github.com/lightningnetwork/lnd/pull/9856 )
23+ - [ Fix a serialisation bug] ( https://github.com/lightningnetwork/lnd/pull/9856 )
2424 that would occur when an attempt was made to write a backup file for a channel
2525 peer that has advertised an address that we do not yet know how to parse.
2626
3131 peer would not disconnect properly when both peers supported the new
3232 "rbf-coop-close" feature leaving the peer connection in a borked state.
3333
34+ - Fixed [ a case] ( https://github.com/lightningnetwork/lnd/pull/9890 ) where LND
35+ would crash because of misaligned of a data struct on 32 bit systems.
36+
3437# New Features
3538
3639## Functional Enhancements
3740
41+ - [ Increase] ( https://github.com/lightningnetwork/lnd/pull/9875 ) gossip sync
42+ buffer to take the pressure of the read handler.
43+
3844## RPC Additions
3945
4046## lncli Additions
You can’t perform that action at this time.
0 commit comments