We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @disassembler here on Slack:
trying to get the non-extended vkey fails: { "type": "ConstitutionalCommitteeColdExtendedVerificationKey_ed25519_bip32", "description": "", "cborHex": "5840ccc861e906b7583b32490f7681c158a5ae9ae62dd6f902d94b4e7853113aebeb8a88a06f41eac7856c69f3b36d3e487f8535887e35f7fcfbd47a1f3bcef16eb8" } cardano-cli key non-extended-key --extended-verification-key-file /tmp/ext --verification-key-file /dev/stdout Command failed: key non-extended-key Error: Invalid key. Interestingly drep works just fine, it's when I get to the cc_cold that it fails.
trying to get the non-extended vkey fails:
{ "type": "ConstitutionalCommitteeColdExtendedVerificationKey_ed25519_bip32", "description": "", "cborHex": "5840ccc861e906b7583b32490f7681c158a5ae9ae62dd6f902d94b4e7853113aebeb8a88a06f41eac7856c69f3b36d3e487f8535887e35f7fcfbd47a1f3bcef16eb8" }
cardano-cli key non-extended-key --extended-verification-key-file /tmp/ext --verification-key-file /dev/stdout Command failed: key non-extended-key Error: Invalid key.
Interestingly drep works just fine, it's when I get to the cc_cold that it fails.
Start of the solution here!? https://github.com/IntersectMBO/cardano-cli/compare/sl/cc-vkey-support
The text was updated successfully, but these errors were encountered:
smelc
Successfully merging a pull request may close this issue.
From @disassembler here on Slack:
Start of the solution here!? https://github.com/IntersectMBO/cardano-cli/compare/sl/cc-vkey-support
The text was updated successfully, but these errors were encountered: