-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add script support when making hot key authorisation certificates #476
Merged
carbolymer
merged 1 commit into
main
from
mgalazyn/feature/script-support-in-create-hot-key-auth-cert
Mar 15, 2024
Merged
Add script support when making hot key authorisation certificates #476
carbolymer
merged 1 commit into
main
from
mgalazyn/feature/script-support-in-create-hot-key-auth-cert
Mar 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
newhoggy
pushed a commit
that referenced
this pull request
Mar 11, 2024
…x/use-only-stake-creds-for-witnesses Use `selectStakeCredentialWitness` instead of duplicating credential selection
carbolymer
force-pushed
the
mgalazyn/feature/script-support-in-create-hot-key-auth-cert
branch
4 times, most recently
from
March 11, 2024 21:08
a394707
to
12f804a
Compare
3 tasks
carbolymer
force-pushed
the
mgalazyn/feature/script-support-in-create-hot-key-auth-cert
branch
from
March 13, 2024 16:09
12f804a
to
050f271
Compare
carbolymer
changed the title
Add script support when making hot key authorization certificates
Add script support when making hot key authorisation certificates
Mar 13, 2024
carbolymer
force-pushed
the
mgalazyn/feature/script-support-in-create-hot-key-auth-cert
branch
from
March 14, 2024 15:37
050f271
to
0156385
Compare
carbolymer
force-pushed
the
mgalazyn/feature/script-support-in-create-hot-key-auth-cert
branch
from
March 14, 2024 17:26
0156385
to
3d3315a
Compare
carbolymer
requested review from
dcoutts,
Jimbo4350,
erikd,
newhoggy,
CarlosLopezDeLara and
disassembler
as code owners
March 14, 2024 17:27
smelc
reviewed
Mar 15, 2024
smelc
approved these changes
Mar 15, 2024
carbolymer
deleted the
mgalazyn/feature/script-support-in-create-hot-key-auth-cert
branch
March 15, 2024 11:58
Jimbo4350
reviewed
Mar 27, 2024
@@ -408,19 +408,17 @@ makeDrepRegistrationCertificate (DRepRegistrationRequirements conwayOnwards vcre | |||
data CommitteeHotKeyAuthorizationRequirements era where | |||
CommitteeHotKeyAuthorizationRequirements | |||
:: ConwayEraOnwards era | |||
-> Ledger.KeyHash Ledger.ColdCommitteeRole (EraCrypto (ShelleyLedgerEra era)) | |||
-> Ledger.KeyHash Ledger.HotCommitteeRole (EraCrypto (ShelleyLedgerEra era)) | |||
-> Ledger.Credential Ledger.ColdCommitteeRole (EraCrypto (ShelleyLedgerEra era)) |
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.
👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
Context
A prerequisite for:
create-hot-key-authorization-certificate
to support scripts cardano-cli#641How to trust this PR
Trust no one.
Checklist