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

Transaction signing #345

Merged
merged 21 commits into from
Oct 30, 2020
Merged

Transaction signing #345

merged 21 commits into from
Oct 30, 2020

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    d067d24 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    7ae66f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. Configuration menu
    Copy the full SHA
    4a867a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Added keys restore command boileplate for abscissa. Restore key funct…

    …ionality not implemented yet #47
    andynog committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    b8133a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Implemented changes to support tx signing (#47):

    * Implemented very basic keybase to store keys (memory store)
    
    * Logic to restore key (private/public) from mnemonic
    
    * Added keystore to the chain
    
    * Implemented working 'keys restore' command on the relayer
    andynog committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    7af390f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    5b92633 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    5fda69a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bbb31f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    11acb90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a61629e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    574fdbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1e610a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71b63dd View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    3202d00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a75b1ec View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    ff8e28c View commit details
    Browse the repository at this point in the history
  2. Fixing format issues (#345)

    andynog committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    c2d2d1c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Fixing tests (#345)

    andynog committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    ec64525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e489a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Update relayer/src/tx/client.rs

    I had this in place so I could test. OK to change it back
    
    Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
    andynog and ancazamfir authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    ec39ef9 View commit details
    Browse the repository at this point in the history
  2. Update relayer/src/tx/connection.rs

    OK, didn't know where to get it from, thanks.
    
    Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
    andynog and ancazamfir authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    d68face View commit details
    Browse the repository at this point in the history