-
Notifications
You must be signed in to change notification settings - Fork 247
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
Remove unused register_operator(signing_key_proof_of_ownership) argument #3264
Conversation
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.
Should also remove the OperatorSigningKey
storage
I'm going to do that in another PR, because the malicious operator currently depends on that storage. So removing it is a bit complicated. |
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.
Looks like you have missed the Storage that does reverse lookup of SigningKey to OperatorID
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
PR #3263 removed the actual check, this PR removes the unused arguments, data types, and test setup code.
Part of #3261.
Code contributor checklist: