-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: check the signature on updating public address of the node #37
Conversation
fdf404e
to
ad836da
Compare
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.
Looking good, but some changes are required
40b2dc0
to
16ecc6f
Compare
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.
Looking better but still some changes are required.
I do believe we need a p2p network so that we don't need to call this method, as there might be 1000s of proxies and node operators can't possible register to all of them...
I agree, but currently we can't deploy working network without this. And we don't have p2p implemented. So if we don't plant o hardcode the addresses into the proxy right now, we need this pr to go in. |
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.
LGTM
Check the signature when calling update public address for a node.