-
Notifications
You must be signed in to change notification settings - Fork 720
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
cardano-cli: Add option --stake-address
to several subcommands
#3404
cardano-cli: Add option --stake-address
to several subcommands
#3404
Conversation
@disassembler is this what you expected? |
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.
See comment
86df41b
to
4dc3033
Compare
cf2beb3
to
4f9e173
Compare
--stake-address
to subcommand stake-address registration-certificate
--stake-address
to several subcommands
@Jimbo4350 does this CLI change require updating documentation or version bump? |
851f2f8
to
93262ff
Compare
93262ff
to
f7df413
Compare
f7df413
to
f217cdb
Compare
ffe0d7d
to
23184f6
Compare
23184f6
to
14322b9
Compare
14322b9
to
c88ab2e
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.
👍
@@ -216,3 +172,31 @@ runStakeCredentialDeRegistrationCert stakeVerifier (OutputFile oFp) = | |||
|
|||
deregCertDesc :: TextEnvelopeDescr | |||
deregCertDesc = "Stake Address Deregistration Certificate" | |||
|
|||
|
|||
getStakeCredentialFromVerifier |
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.
Great. This is much simpler now.
c88ab2e
to
4f9a472
Compare
4f9a472
to
e09ac77
Compare
e09ac77
to
69de0f9
Compare
69de0f9
to
0fcbfef
Compare
This affects the following commands:
|
0fcbfef
to
0bd5b59
Compare
5eacd9e
to
2b2cf63
Compare
- address build - stake-address build - stake-address registration-certificate - stake-address deregistration-certificate - stake-address delegation-certificate Fix #2723
2b2cf63
to
8f3c77b
Compare
Fix #2723