You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no (at least exposed) function to generate an update-certificate for DRep registration tag-18:
cardano-cli conway governance drep
Usage: cardano-cli conway governance drep
( key-gen
| id
| registration-certificate
| retirement-certificate
| metadata-hash
)
DRep member commands.
Available options:
-h,--help Show this help text
Available commands:
key-gen Generate Delegate Representative verification and
signing keys.
id Generate a drep id.
registration-certificate Create a registration certificate.
retirement-certificate Create a DRep retirement certificate.
metadata-hash Calculate the hash of a metadata file.
So please add this functionality by providing a new function update-certificate or by providing a flag in the existing registration-certificate function like --update to generate an update certificate.
There is currently no (at least exposed) function to generate an update-certificate for DRep registration tag-18:
CDDL:
https://github.com/IntersectMBO/cardano-ledger/blob/a596eef045d19b7dcfbb410fca8362a65ec2258e/eras/conway/impl/cddl-files/conway.cddl#L316
So please add this functionality by providing a new function
update-certificate
or by providing a flag in the existingregistration-certificate
function like--update
to generate an update certificate.@smelc
Thx!
The text was updated successfully, but these errors were encountered: