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

fix: no_route found in local dev setup #1021

Merged
merged 4 commits into from
Jul 27, 2023
Merged

Conversation

bonomat
Copy link
Contributor

@bonomat bonomat commented Jul 27, 2023

We need to wait until the node announcement was processed correctly by lnd. This can be checked if lnd is aware of the coordinator's node_alias.

In the below patches we change the node announcement to 1/hour and allow triggering it manually using a http enpoint. With this I was so to always get into a working setup :)

fixes #764

@bonomat bonomat requested a review from holzeis July 27, 2023 09:30
Copy link
Contributor

@holzeis holzeis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

@@ -7,6 +7,7 @@ use crate::ln::EventHandler;
use crate::ln::TracingLogger;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙃 the commit message actually says something different than what the change entails 😅

"move helper function out of mod" would be correct 🙃

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in-out, same same but different

We need to wait until the node announcement was processed correctly by lnd. This can be checked if lnd is aware of the coordinator's `node_alias`
@bonomat bonomat force-pushed the chore/manual-node-announcement branch from 6c77a83 to 3583062 Compare July 27, 2023 09:52
@bonomat
Copy link
Contributor Author

bonomat commented Jul 27, 2023

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 27, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit 76d511f into main Jul 27, 2023
7 checks passed
@bors bors bot deleted the chore/manual-node-announcement branch July 27, 2023 10:58
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

Successfully merging this pull request may close these issues.

Can't fund wallet through just in time channel
2 participants