-
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
Drep certification registration: add parameters for anchor #330
Conversation
f4ccaed
to
096934d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! thank you
➜ testdreps cardano-cli conway governance drep registration-certificate \
--drep-verification-key-file drep.vkey \
--key-reg-deposit-amt 0 \
--drep-metadata-url drep.url \
--drep-metadata-hash 52e69500a92d80f2126c836a4903dc582006709f004cf7a28ed648f732dff8d2 \
--out-file drep-reg.cert
➜ testdreps cat drep-reg.cert
{
"type": "CertificateShelley",
"description": "DRep Key Registration Certificate",
"cborHex": "84108200581c95591451fb3899fcc8db3450741d9de6123a78e03ef39bf4a65ed5cf008268647265702e75726c582052e69500a92d80f2126c836a4903dc582006709f004cf7a28ed648f732dff8d2"
}
[16, [0, h'95591451FB3899FCC8DB3450741D9DE6123A78E03EF39BF4A65ED5CF'], 0, ["drep.url", h'52E69500A92D80F2126C836A4903DC582006709F004CF7A28ED648F732DFF8D2']]
cc @Jimbo4350 and @newhoggy if you want to have a look before merging. Short simple PR with green CI. |
21ef1c1
to
343c4d9
Compare
Needs to be rebased. Having a look now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! One simplifying suggestion
343c4d9
to
1466330
Compare
1466330
to
a429d39
Compare
Changelog
Context
Closes #198
Checklist
See Running tests for more details
.cabal
files are updatedhlint
. See.github/workflows/check-hlint.yml
to get thehlint
versionstylish-haskell
. See.github/workflows/stylish-haskell.yml
to get thestylish-haskell
versionghc-8.10.7
andghc-9.2.7