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

client/keys: support export of unarmored private key #8043

Merged
merged 15 commits into from
Nov 30, 2020

Commits on Nov 27, 2020

  1. export hex

    sunnya97 committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    c709dc4 View commit details
    Browse the repository at this point in the history
  2. address initial review

    sunnya97 committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    d9747fa View commit details
    Browse the repository at this point in the history
  3. confirmation prompt

    sunnya97 committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    6d46e61 View commit details
    Browse the repository at this point in the history
  4. remove use of word 'unsafe'

    sunnya97 committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    715dba1 View commit details
    Browse the repository at this point in the history
  5. introduce new UnsafeKeyring interface

    Unsafe operations are supported by UnsafeKeyring types.
    By doing so, we try to make the client developer aware
    of the risks.
    Alessio Treglia committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    685630a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into alessio/8042-export-hex-privkey

    Alessio Treglia authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    8555117 View commit details
    Browse the repository at this point in the history
  7. remove unused code

    Alessio Treglia committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    0a3cbe1 View commit details
    Browse the repository at this point in the history
  8. modify the command

    Alessio Treglia committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    ed2cfcf View commit details
    Browse the repository at this point in the history
  9. Merge branch 'alessio/8042-export-hex-privkey' of github.com:cosmos/c…

    …osmos-sdk into alessio/8042-export-hex-privkey
    Alessio Treglia committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    e8b59ea View commit details
    Browse the repository at this point in the history
  10. add tests

    Alessio Treglia committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    3fc1a0a View commit details
    Browse the repository at this point in the history
  11. remove unused function argument

    Alessio Treglia committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    7695b17 View commit details
    Browse the repository at this point in the history
  12. test command too

    Alessio Treglia committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    56335b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. cleanup

    Alessio Treglia committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    805e71d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. remove double confirmation prompt

    Alessio Treglia committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    5b5c482 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into alessio/8042-export-hex-privkey

    Alessio Treglia authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    a8ad24a View commit details
    Browse the repository at this point in the history