Merge pull request #5902 from Roasbeef/lru-chan-upd

discovery: revamp premature update map
This commit is contained in:
Olaoluwa Osuntokun
2021-11-04 16:46:28 -07:00
committed by GitHub
2 changed files with 138 additions and 46 deletions

View File

@@ -370,6 +370,8 @@ messages directly. There is no routing/path finding involved.
* Using `go get` to install go executables is now deprecated. Migrate to `go install` our lnrpc proto dockerfile [Migrate `go get` to `go install`](https://github.com/lightningnetwork/lnd/pull/5879)
* [The premature update map has been revamped using an LRU cache](https://github.com/lightningnetwork/lnd/pull/5902)
## Code Health
### Code cleanup, refactor, typo fixes