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

Handshake impls from relayer loop #421

Merged
merged 42 commits into from
Nov 27, 2020
Merged

Handshake impls from relayer loop #421

merged 42 commits into from
Nov 27, 2020

Commits on Nov 3, 2020

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

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    352a6d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    388c380 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57de7bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b54eb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49a787c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Fixing tests (#361)

    andynog committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    16776a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15b46a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bf8230 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ed590a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    f1b2e50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    833a200 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a38918 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    164a130 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    3c89481 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bc1046 View commit details
    Browse the repository at this point in the history
  3. Merging master into andy/add-key-cmd. Will re-implement changes lost …

    …in local branch after merging (#363)
    andynog committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    f356a4d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

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

Commits on Nov 18, 2020

  1. Changes implemented (#363):

    - Added a new test keyring backend to support adding keys to file system (under home folder)
    - Refactored logic to add key to be part of the keystore and not the command
    - Switched the keybase on a chain to use the test keyring
    - Key seed file is saved in the test keystore default folder (/home/andy/.rrly)
    andynog committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    c45aa58 View commit details
    Browse the repository at this point in the history
  2. Logic to use the key_name parameter from the config to add key. Remov…

    …ed name parameter from keys add cmd (#363)
    andynog committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    03e9880 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eb5fd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Implemented changes: (#363)

    - Clean up remaining key_seed flag for tx cmds
    - Refactored keybase to include chain config
    - Refactoring keyring methods to use chain config
    - Logic to use configured key to sign tx
    andynog committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    c695734 View commit details
    Browse the repository at this point in the history
  2. Merging master and fixing merging conflicts. Merging fixed tx issues …

    …was having before merge. (#363)
    andynog committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    6240317 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fcec4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce1aa53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd1fd8b View commit details
    Browse the repository at this point in the history
  6. Added entry for issue #363 (PR #408)

    andynog committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    15eb796 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

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

Commits on Nov 23, 2020

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

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    6f214d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eb3626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f17f56 View commit details
    Browse the repository at this point in the history
  4. remove sleeps

    ancazamfir committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    2b37758 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fef556 View commit details
    Browse the repository at this point in the history
  6. Macro for channel CLIs

    ancazamfir committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    304ee75 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Macro for connection CLIs

    ancazamfir committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    ab12e76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50886d7 View commit details
    Browse the repository at this point in the history
  3. cleanup

    ancazamfir committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    cc532be View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    ancazamfir committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    adfc64a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    741aea2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. fix CLI bugs

    ancazamfir committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    2bc4d44 View commit details
    Browse the repository at this point in the history