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

added derive_operatorid command to egnkey #247

Merged
merged 2 commits into from
May 30, 2024

Conversation

samlaf
Copy link
Collaborator

@samlaf samlaf commented May 17, 2024

Not sure if this is the best place to have this but I really need something like this to help me debug wrong operator registration scenarios for tests and local devnets.

Typically generate a bunch of keys from some mnemonic, and want to quickly see their associated operatorId (hash of G1 pubkey associated with that private key). So with this command I'll just be able to pipe the private keys through this to also print their operatorId

What Changed?

also refactored commands to be in their own packages to prevent var/flag conflicts

Reviewer Checklist

  • Code is well-documented
  • Code adheres to Go naming conventions
  • Code deprecates any old functionality before removing it

also refactored commands to be in their own packages to prevent var/flag conflicts
@samlaf samlaf requested a review from shrimalmadhur May 17, 2024 13:28
@samlaf samlaf requested a review from shrimalmadhur May 28, 2024 10:31
@samlaf samlaf merged commit d7928dd into master May 30, 2024
3 checks passed
@samlaf samlaf deleted the add-derive-operatorid-command-to-egnkey branch May 30, 2024 05:57
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