-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add one missing extended to non extended golden tests #457
Add one missing extended to non extended golden tests #457
Conversation
For the record, the input file
(thanks @gitmachtl for the tool ❤️) |
@gitmachtl> could you tell me how to generate a genesis delegate extended verification key? I can't find out by myself. |
you mean a these are just normal ed25519 keys, you can generate them like you did with the ones above via cardano-signer keygen --path payment --vkey-extended --out-skey genesis-del.skey --out-vkey genesis-del.vkey in extended format and simply rename the @disassembler do you know about derivation paths for genesis keys and genesis delegation keys? |
I'm not sure as I'm not familiar with the different variations of key. My interest comes from the presence of AGenesisDelegateExtendedVerificationKey in cc @Jimbo4350 who maybe knows? |
04b1ccf
to
dc568b3
Compare
There is still one kind of extended keys that is not tested, but better merge this PR that let it bitrot, hence marking it ready. |
Changelog
Context
Fixes #424
How to trust this PR
Highlight important bits of the PR that will make the review faster. If there are commands the reviewer can run to observe the new behavior, describe them.
Checklist