Merge pull request #10027 from yyforyongyu/dyn-bigsize-msg

Fix `ExtraData` field and use `BigSize` encodine
This commit is contained in:
Olaoluwa Osuntokun
2025-07-16 10:56:30 -07:00
committed by GitHub
10 changed files with 503 additions and 156 deletions

View File

@@ -29,6 +29,10 @@
- Fixed [shutdown deadlock](https://github.com/lightningnetwork/lnd/pull/10042)
when we fail starting up LND before we startup the chanbackup sub-server.
- [Fixed](https://github.com/lightningnetwork/lnd/pull/10027) an issue where
known TLV fields were incorrectly encoded into the `ExtraData` field of
messages in the dynamic commitment set.
# New Features
## Functional Enhancements