Skip to content

lnd v0.6.0-beta-31-g43f1290e

Pre-release
Pre-release
Compare
Choose a tag to compare
@mrfelton mrfelton released this 30 Apr 09:18
· 9730 commits to master since this release
2b43da4

Changelog

5173ef6 Merge pull request lightningnetwork#2014 from frennkie/re-create-port-mappings
a3c980b Merge pull request lightningnetwork#2871 from halseth/router-subscribetopology-check-started
e396b55 Merge pull request lightningnetwork#2900 from valentinewallace/neutrino-fee-est
373927f Merge pull request lightningnetwork#2950 from joostjager/remove-route-cache
76d91c7 Merge pull request lightningnetwork#2953 from MDrollette/remove-arg
a19b6d7 Merge pull request lightningnetwork#2978 from Roasbeef/latest-neutrino
e44887e build: update to latest version of neutrino
1fa13e5 chainregistry+config: enable neutrino fee estimation from external api
1179895 chainregistry+lnd: remove unused cleanUp variable
0b0a9f4 channeldb+routing: refactor DeleteChannelEdge to use ChannelID
292defd channeldb: add IsDisabled method to ChannelEdgePolicy
c5b597b cmd/lncli: remove unused time_limit flag
aed0c2a discovery: support optional message fields when processing announcements
43f1290 enable mainnet neutrino
760f387 fundingmanager: populate additional edge info after adding to graph
16aad1a lnwallet+chainregistry: remove unused FeeEstimator from wallet cfg
4944eb3 lnwallet: add implementation of WebApiFeeSource for external APIs
c6b6534 lnwallet: add new WebApiFeeEstimator for API fee estimation.
9b85490 lnwallet: add new WebApiFeeSource interface
c2af637 routing/notifications: check router startd on SubscribeTopology
fd1aa47 routing: disable FilteredChainView when AssumeChannelValid is active
998680a routing: fall back to edge MaxHTLC within findPath instead of Capacity
29664c9 routing: make test channel policies optional
7eb720e routing: mark policy as stale if edge remains double disabled
f2637d6 routing: prevent fetching blocks for graph edges with AssumeChannelValid
78bdcbb routing: prune channels only if both edges are present
f23c3b4 routing: prune channels with disabled bit set on both edges
7e7b8a1 routing: prune graph nodes after pruning zombie channels
3b94627 routing: remove route cache
5d3621c routing: skip max htlc validation when capacity is 0
a27ac66 server: add periodic renewal of port forwarding