Skip to content
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

Voting with Drep based scripts #660

Closed
CarlosLopezDeLara opened this issue Mar 18, 2024 · 1 comment
Closed

Voting with Drep based scripts #660

CarlosLopezDeLara opened this issue Mar 18, 2024 · 1 comment

Comments

@CarlosLopezDeLara
Copy link
Contributor

--drep-script-hash to allow voting with a drep that is script based (i.e. a multisig drep) when running the command:

cardano-cli conway governance vote create
                                (--yes | --no | --abstain)
                                --governance-action-tx-id TXID
                                --governance-action-index WORD32
                                (--drep-verification-key STRING
                                |--drep-verification-key-file FILE
                                |--drep-key-hash HASH
                                |--stake-pool-verification-key STRING
                                |--cold-verification-key-file FILE
                                |--stake-pool-id STAKE_POOL_ID
                                |--cc-hot-verification-key STRING
                                |--cc-hot-verification-key-file FILE
                                |--cc-hot-key-hash STRING
                                )
                                [--anchor-url TEXT
                                  --anchor-data-hash HASH]
                                --out-file FILE

So that we have:

cardano-cli conway governance vote create
                                (--yes | --no | --abstain)
                                --governance-action-tx-id TXID
                                --governance-action-index WORD32
                                (--drep-verification-key STRING
                                |--drep-verification-key-file FILE
                                |--drep-key-hash HASH
                                |--drep-script-hash  HASH
                                |--stake-pool-verification-key STRING
                                |--cold-verification-key-file FILE
                                |--stake-pool-id STAKE_POOL_ID
                                |--cc-hot-verification-key STRING
                                |--cc-hot-verification-key-file FILE
                                |--cc-hot-key-hash STRING
                                )
                                [--anchor-url TEXT
                                  --anchor-data-hash HASH]
                                --out-file FILE
@CarlosLopezDeLara
Copy link
Contributor Author

closing in favor of #661

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant