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

cmd/bnscli: use mnemonic to generate private key #923

Merged
merged 9 commits into from Aug 1, 2019

Commits on Jul 29, 2019

  1. cmd/bnscli: use mnemonic to generate private key

    Instead of generating a random private key use algorithm described in
    https://github.com/iov-one/iov-core/blob/master/docs/address-derivation-v1.md
    to create a mnemonic and later use that mnemonic to create a private
    key.
    
    resolve #855
    
    Tests are missing.
    husio committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    b74eecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef5fb9f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. update bnscli key management

    husio committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    88f43b2 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG

    husio committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    93f3406 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. bnscli: mnemonic tests

    husio committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    4b19844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd82cc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d370993 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0094cae View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. fix bnscli tests

    husio committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    d94e1c2 View commit details
    Browse the repository at this point in the history