-
Notifications
You must be signed in to change notification settings - Fork 259
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
[Feature Request] node.peers api return node_name #3439
Comments
Hi, I do a little research about this, and found that we need to add a |
@coldnight I think we do not need to change the handshake message.
network state We can just add the |
So the RPC API `node.peers` could show the `node_name` in it. Related starcoinorg#3439
@jolestar Thanks for your help, a PR has been made. |
* [network] add `version_string` field to PeerInfo Related #3439
Feature Request
Describe the Feature Request
Could the node.peers api return field node_name as the same level as the field peer_id?
Additional Context
Currently, the peer_id is not related to the wallet address, but if we run the node with node_name argument, and set it to wallet address,then it is solved in an easy way. It makes the later possible airdrop process easier.
The text was updated successfully, but these errors were encountered: