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
Internal/External Internal
Area Governance
Describe the feature you'd like Add support for scripts in fromProposalProcedure
fromProposalProcedure
fromProposalProcedure :: ShelleyBasedEra era -> Proposal era -> (L.Coin, Hash StakeKey, GovernanceAction era) fromProposalProcedure sbe (Proposal pp) = shelleyBasedEraConstraints sbe ( Gov.pProcDeposit pp , case fromShelleyStakeCredential (L.raCredential (Gov.pProcReturnAddr pp)) of StakeCredentialByKey keyhash -> keyhash StakeCredentialByScript _scripthash -> error "fromProposalProcedure TODO: Conway era script reward addresses not yet supported" , fromGovernanceAction (Gov.pProcGovAction pp) )
Describe alternatives you've considered
Additional context / screenshots This is required for completeness on Check if stake addresses in proposals are registered onchain #963
The text was updated successfully, but these errors were encountered:
Fixed by #692 and IntersectMBO/cardano-cli#988
Sorry, something went wrong.
smelc
Successfully merging a pull request may close this issue.
Internal/External
Internal
Area
Governance
Describe the feature you'd like
Add support for scripts in
fromProposalProcedure
Describe alternatives you've considered
Additional context / screenshots
This is required for completeness on Check if stake addresses in proposals are registered onchain #963
The text was updated successfully, but these errors were encountered: