Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for remote p2p alias lookup #100

Open
johncantrell97 opened this issue Jul 27, 2022 · 0 comments
Open

add support for remote p2p alias lookup #100

johncantrell97 opened this issue Jul 27, 2022 · 0 comments

Comments

@johncantrell97
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant