-
Notifications
You must be signed in to change notification settings - Fork 411
Add KeysInterface::get_node_id
method
#1779
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 KeysInterface::get_node_id
method
#1779
Conversation
Codecov ReportBase: 90.71% // Head: 90.68% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1779 +/- ##
==========================================
- Coverage 90.71% 90.68% -0.03%
==========================================
Files 87 87
Lines 47353 47374 +21
Branches 47353 47374 +21
==========================================
+ Hits 42958 42963 +5
- Misses 4395 4411 +16
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanks.
Ugh sorry for the dup comments, github really doesn't handle internet with 5second+ latency well... |
2386a9f
to
71a8051
Compare
Useful since we're working on getting rid of KeysInterface::get_node_secret to complete support for remote signing. Will be used in upcoming work to check whether an outbound onion message blinded path has our node id as the introduction node id
71a8051
to
17c0fc8
Compare
KeysInterface::get_node_id
method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 17c0fc8
19f662a
to
7082d6c
Compare
Useful since we're working on getting rid of
KeysInterface::get_node_secret
to complete support for remote signing.Will be used in upcoming work to check whether an outbound onion message blinded path has our node id as the introduction node id