-
Notifications
You must be signed in to change notification settings - Fork 143
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
Obtain the network_key id in GUI #761
Comments
/bounty 10$ |
💎 $10 bounty created by themantre
|
@jemiluv8 Do you think you can fix on this issue as well? |
/attempt 761 Options |
@themantre I could look into this but @Mukhar has already started. |
/attempt 761 Options |
Note: The user @Mukhar is already attempting to complete issue #761 and claim the bounty. If you attempt to complete the same issue, there is a chance that @Mukhar will complete the issue first, and be awarded the bounty. We recommend discussing with @Mukhar and potentially collaborating on the same solution versus creating an alternate solution. |
💡 @thesloppyguy submitted a pull request that claims the bounty. You can visit your org dashboard to reward. |
@jemiluv8 I did the change but could not build and test the GUI in my system. however now I see @thesloppyguy has already raised a PR |
🎉🎈 @thesloppyguy has been awarded $10! 🎈🎊 |
Describe the problem you'd like to have solved
Users should be able to obtain the network_key ID used by LibP2P.
Describe the ideal solution
In the GUI, display the network ID in the "Node info" box.
The network_id can be obtained from
network
module,SelfID()
function.Alternatives and current workarounds
The only current method to obtain the network key is through the log or the network API in gRPC.
The text was updated successfully, but these errors were encountered: