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

Expose BaseNode's publicKey and id from backend #379

Open
tomaszantas opened this issue Jul 6, 2022 · 0 comments
Open

Expose BaseNode's publicKey and id from backend #379

tomaszantas opened this issue Jul 6, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@tomaszantas
Copy link

Allow to query Base Node identity:

  • publicKey
  • baseNodeId

I think that something similar is already done for the wallet identity.

@tomaszantas tomaszantas added this to the #5 Wallet milestone Jul 7, 2022
alex1307 added a commit that referenced this issue Jul 11, 2022
Description:

feat #379
The following properties are read and propagated to the front-end:
	public key
	public address
	node id
	emoji id(public k)

Motivation and Context
We should show identity info for base node as well.

How Has This Been Tested?
Manually.
Base node is started and grpc identify method has been called.
All properties are printed correctly in the console.
CjS77 pushed a commit that referenced this issue Jul 11, 2022
Description:

feat #379
The following properties are read and propagated to the front-end:
	public key
	public address
	node id
	emoji id(public k)

Motivation and Context
We should show identity info for base node as well.

How Has This Been Tested?
Manually.
Base node is started and grpc identify method has been called.
All properties are printed correctly in the console.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants