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

[FR] - Convert byron delegation/genesis keys -> shelley delegation/genesis keys #1467

Closed
disassembler opened this issue Jul 15, 2020 · 2 comments · Fixed by #1486
Closed
Assignees
Labels
cli revision is used to group all the Node CLI tickets enhancement New feature or request priority high issues/PRs that MUST be addressed. The release can't happen without this;

Comments

@disassembler
Copy link
Contributor

Internal
We need the ability to convert the delegation and genesis keys. For the genesis keys, we need to be able to convert the vkey embedded in the genesis.json for a byron environment. This is needed as we need the genesis vkey to create update proposals and MIR certificates. For the delegation, we need to convert the secret delegation key to the new style, and we need a way to generate the vkey from the delegation skey.

Describe the feature you'd like
A clear and detailed description of what you are suggesting.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context / screenshots
Add any other context or screenshots about the feature request here.

@disassembler disassembler added the enhancement New feature or request label Jul 15, 2020
@kevinhammond kevinhammond added the cli revision is used to group all the Node CLI tickets label Jul 15, 2020
@vhulchenko-iohk vhulchenko-iohk added the priority high issues/PRs that MUST be addressed. The release can't happen without this; label Jul 15, 2020
@vhulchenko-iohk vhulchenko-iohk added this to the S18 2020-07-30 milestone Jul 15, 2020
@disassembler
Copy link
Contributor Author

Speaking with @dcoutts the best way to handle getting the genesis vkey is to take bas64 input on command-line and decode that as an xpub.

@intricate
Copy link
Contributor

Addressed by #1486

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli revision is used to group all the Node CLI tickets enhancement New feature or request priority high issues/PRs that MUST be addressed. The release can't happen without this;
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants