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

Change the CLI's MIR cert command to take stake addresses #2282

Merged
merged 1 commit into from Mar 3, 2021

Commits on Mar 3, 2021

  1. Change the CLI's MIR cert command to take stake addresses

    Instead of taking stake verification key files. Stake addresses is the
    more sensible choice since MIR certs really contain a stake credential
    and a stake address is basically a wrapper for a stake credential.
    
    There's no need to keep both options (key files and stake addrs) since
    we can already convert from a stake vkey file to a stake address.
    
    It's strictly more general, since this now support script-flavour stake
    addresses. And sometimes we only have the stake address, not the vkey.
    dcoutts authored and Jimbo4350 committed Mar 3, 2021
    Copy the full SHA
    9b6e8e8 View commit details
    Browse the repository at this point in the history