IntersectMBO / cardano-cli

This repository contains sources for the command-line interface (CLI) tool for interacting with the Cardano blockchain.
Apache License 2.0
39 stars 14 forks source link

conway governance committee key-hash doesn't support extended keys #706

Closed smelc closed 5 months ago

smelc commented 5 months ago

From @disassembler here on Slack:

I did try hashing the extended vkey, and it also gave an error FYI:

cardano-cli conway governance committee key-hash --verification-key-file foo.vkey
Command failed: governance committee key-hash  Error: Cannot read text envelope file: foo.vkey: TextEnvelope type error:  Expected > one of: ConstitutionalCommitteeHotVerificationKey_ed25519, ConstitutionalCommitteeColdVerificationKey_ed25519 Actual: ConstitutionalCommitteeColdExtendedVerificationKey_ed25519_bip32

Start of the solution here!? https://github.com/IntersectMBO/cardano-cli/compare/sl/cc-vkey-support