-
Notifications
You must be signed in to change notification settings - Fork 15
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
Extend committee create-hot-key-authorization-certificate
to support scripts
#641
Extend committee create-hot-key-authorization-certificate
to support scripts
#641
Conversation
5eae87d
to
3e0aeb2
Compare
3e0aeb2
to
b19a059
Compare
2351265
to
090ac03
Compare
PR isn't building, because it requires changes in API from: IntersectMBO/cardano-api#476 |
...n/files/golden/help/conway_governance_committee_create-hot-key-authorization-certificate.cli
Outdated
Show resolved
Hide resolved
...n/files/golden/help/conway_governance_committee_create-hot-key-authorization-certificate.cli
Outdated
Show resolved
Hide resolved
...n/files/golden/help/conway_governance_committee_create-hot-key-authorization-certificate.cli
Outdated
Show resolved
Hide resolved
...n/files/golden/help/conway_governance_committee_create-hot-key-authorization-certificate.cli
Outdated
Show resolved
Hide resolved
cardano-cli/src/Cardano/CLI/EraBased/Commands/Governance/Committee.hs
Outdated
Show resolved
Hide resolved
1a8995b
to
e23603a
Compare
36bb8fc
to
4d95b3e
Compare
…upport scripts Co-authored-by: Clément Hurlin <[email protected]>
4d95b3e
to
849ba65
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.
LGTM however I don't buy into MonadIOTransError
at the moment.
-> ExceptT (FileError ScriptDecodeError) IO | ||
ScriptInAnyLang | ||
readFileScriptInAnyLang | ||
:: MonadIOTransError (FileError ScriptDecodeError) t m |
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.
This constraint is overkill. We only call this in the context of ExceptT
.
Changelog
Context
Requires:
How to trust this PR
Trust no one.
Checklist