-
Notifications
You must be signed in to change notification settings - Fork 107
Allow to set node alias #304
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
Comments
Hi @tnull, I'd like to pick this up if no one is currently assigned to or working on it. |
Cool! Sure, go for it! Note that in contrary to what I wrote above, we may want to expose this as an Moreover, we might want to consider only broadcasting node announcements if both the node alias and valid (public) socket addresses are set. |
Completed in #330. |
Uh oh!
There was an error while loading. Please reload this page.
We should add a
Config
field allowing to set the alias a node would use in its announcement.For bindings, we'll need to make this aVec<u8>
. We could consider making this anOption<Vec<u8>>
and refuse to a) open public channels if it's unset b) startup with public channels if it's unset or doesn't fit in the[u8; 32]
.The text was updated successfully, but these errors were encountered: