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
As part of a desaster recovery or a lost hardware device, if you derive stake pool cold keys from mnemonics, you get extended ones.
Currently it looks like that the extended versions of both the secret key and the verification key are missing in the api/cli.
Those would be like:
{ "type": "StakePoolExtendedSigningKey_ed25519_bip32", "description": "Stake Pool Operator Signing Key", "cborHex": "588078e35b66cbb23cbc623d81623e34ad157a667cfc4f843649236e7b7fb322b65b6d2c6afe2ebb5923875e776eaac1b21002253bb6b0003cc6a9d8c45ab5dd30995474de0dd906dae02e33cad45bb24a21f1ade6af57457b6ea171985412cd35d070a3adf6f2ecd799fa127e536d2c93c2c1946d11fb92c5608dfb3acef8eb72f1" }
{ "type": "StakePoolExtendedVerificationKey_ed25519_bip32", "description": "Stake Pool Operator Verification Key", "cborHex": "58405474de0dd906dae02e33cad45bb24a21f1ade6af57457b6ea171985412cd35d070a3adf6f2ecd799fa127e536d2c93c2c1946d11fb92c5608dfb3acef8eb72f1" }
Those types should be added, so we can also use them normally with all pool key operations.
types
Also we don't have a bech specification yet in CIP-005 for the. The bech prefix pool_sk and pool_vk are only for normal ones, not extended ones.
pool_sk
pool_vk
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As part of a desaster recovery or a lost hardware device, if you derive stake pool cold keys from mnemonics, you get extended ones.
Currently it looks like that the extended versions of both the secret key and the verification key are missing in the api/cli.
Those would be like:
Those
types
should be added, so we can also use them normally with all pool key operations.Also we don't have a bech specification yet in CIP-005 for the. The bech prefix
pool_sk
andpool_vk
are only for normal ones, not extended ones.The text was updated successfully, but these errors were encountered: