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

Disallow operator registration with same operator signing key #2267

Merged
merged 3 commits into from
Nov 23, 2023

Conversation

vedhavyas
Copy link
Member

Currently, protocol allows operator registration with same operator signing key. This PR disallow such behavior and force operator registration to use a new signing key.

Since there could be multiple operators with same signing key on Gemini-3g, the new storage tracks all the operators using same signing key through the migration. Once runtime is upgraded, protocol will not allow such, and once all the exisiting operators who use same signing key is deregistered, we will make one more migration to update the storage such that single signing key is used by single operator.

Code contributor checklist:

nazar-pc
nazar-pc previously approved these changes Nov 23, 2023
Copy link
Member

@nazar-pc nazar-pc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe update runtime version as well? My understanding is that we'll want to deploy this soon.

@vedhavyas vedhavyas added this pull request to the merge queue Nov 23, 2023
Merged via the queue into main with commit 8111793 Nov 23, 2023
10 checks passed
@vedhavyas vedhavyas deleted the signing_key_index branch November 23, 2023 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants