Merge pull request #7768 from ProofOfKeags/spurious-htlc-rejections

invoices+htlcswitch: fix spurious htlc rejections from overly strict onion packet integrity checks
This commit is contained in:
Olaoluwa Osuntokun
2023-07-11 10:51:22 -07:00
committed by GitHub
5 changed files with 265 additions and 79 deletions

View File

@@ -162,6 +162,8 @@ unlock or create.
* [Updated bbolt to v1.3.7](https://github.com/lightningnetwork/lnd/pull/7796)
in order to address mmap issues affecting certain older iPhone devices.
* [Stop rejecting payments that overpay or over-timelock the final hop](https://github.com/lightningnetwork/lnd/pull/7768)
### Tooling and documentation
* Add support for [custom `RPCHOST` and
@@ -187,6 +189,7 @@ unlock or create.
* Hampus Sjöberg
* hieblmi
* Jordi Montes
* Keagan McClelland
* Lele Calo
* Matt Morehouse
* Maxwell Sayles