You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the introduction of remote p2p (graph, scorer, router) there's an issue getting alias' during list_channels. It currently looks at the local network_graph but when using a remote graph there won't be anything in this local network graph.
It's pretty painful to perform these network request lookups every time you want to fetch channel list so I'm not sure if that's the best fix for this issue at the moment.
That's obviously the simplest fix for now.
The other option is once we start persisting channels in the database we can persist it with the alias and maybe do a refresh every once and a while.
The text was updated successfully, but these errors were encountered:
With the introduction of remote p2p (graph, scorer, router) there's an issue getting alias' during list_channels. It currently looks at the local network_graph but when using a remote graph there won't be anything in this local network graph.
It's pretty painful to perform these network request lookups every time you want to fetch channel list so I'm not sure if that's the best fix for this issue at the moment.
That's obviously the simplest fix for now.
The other option is once we start persisting channels in the database we can persist it with the alias and maybe do a refresh every once and a while.
The text was updated successfully, but these errors were encountered: