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 20
20
21
21
# Bug Fixes
22
22
23
- * [ Fix a serialisation bug] ( https://github.com/lightningnetwork/lnd/pull/9856 )
23
+ - [ Fix a serialisation bug] ( https://github.com/lightningnetwork/lnd/pull/9856 )
24
24
that would occur when an attempt was made to write a backup file for a channel
25
25
peer that has advertised an address that we do not yet know how to parse.
26
26
31
31
peer would not disconnect properly when both peers supported the new
32
32
"rbf-coop-close" feature leaving the peer connection in a borked state.
33
33
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
+
34
37
# New Features
35
38
36
39
## Functional Enhancements
37
40
41
+ - [ Increase] ( https://github.com/lightningnetwork/lnd/pull/9875 ) gossip sync
42
+ buffer to take the pressure of the read handler.
43
+
38
44
## RPC Additions
39
45
40
46
## lncli Additions
You can’t perform that action at this time.
0 commit comments