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

feat: add standalone relayer commands #709

Merged
merged 35 commits into from
Feb 9, 2021
Merged

feat: add standalone relayer commands #709

merged 35 commits into from
Feb 9, 2021

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    1210b6d View commit details
    Browse the repository at this point in the history
  2. fix linter errs + cosmetics

    ilgooz committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    080aa78 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. rm good old relayer

    ilgooz committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    c149b1a View commit details
    Browse the repository at this point in the history
  2. fix tests

    ilgooz committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    38edd10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaa46fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    146d5c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93c7fd7 View commit details
    Browse the repository at this point in the history
  6. fix Gitpod faucet discovery

    ilgooz committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    f70f1d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. silence relayer so relayer start can link multiple chains in parallel

    without getting their logs mixed with each other.
    
    undo replace directive in go.mod after
    cosmos/relayer#402 has merged.
    ilgooz committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    3c25c69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bf5809 View commit details
    Browse the repository at this point in the history
  3. docs

    Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
    ilgooz and lumtis committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    84e0a7e View commit details
    Browse the repository at this point in the history
  4. rm faucet.coins_max

    ilgooz committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    0a4ec76 View commit details
    Browse the repository at this point in the history
  5. use bob for the faucet

    ilgooz committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ba94eda View commit details
    Browse the repository at this point in the history
  6. back to cosmos/relayer

    ilgooz committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    157f443 View commit details
    Browse the repository at this point in the history
  7. add cancelation for start cmd

    ilgooz committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    fd7878b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. refactor & add features: relayer commands

    * rename `relayer connect` to `relayer configure`.
    * rename `relayer start` to `relayer start`.
    * auto relay packets between chains via `relayer start` command.
    * improve logs/docs show account balances, port and channel ids.
    * add gracefull command cancelation.
    * only allow to print important relayer logs.
    * link and start paths in parallel.
    ilgooz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    e845c8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4659bc View commit details
    Browse the repository at this point in the history
  3. fix test + lint

    ilgooz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    7108fa6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4450cc View commit details
    Browse the repository at this point in the history
  5. cmd docs

    ilgooz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    db786ca View commit details
    Browse the repository at this point in the history
  6. upgrade relayer

    ilgooz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    6946975 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0703262 View commit details
    Browse the repository at this point in the history
  8. rm path from rpc addr

    ilgooz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    83aacdb View commit details
    Browse the repository at this point in the history
  9. fix xurl.CleanPath

    ilgooz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    445bf03 View commit details
    Browse the repository at this point in the history
  10. fix config

    ilgooz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    40c7e94 View commit details
    Browse the repository at this point in the history
  11. simplify errors

    ilgooz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    3425223 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c5ef332 View commit details
    Browse the repository at this point in the history
  13. fix conflicting statik

    ilgooz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    450aff7 View commit details
    Browse the repository at this point in the history
  14. rm parallelism from tests that serves an app

    integration tests sometimes fails, this might be due to high cpu usage.
    let's see if this will fix it.
    ilgooz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    83d5934 View commit details
    Browse the repository at this point in the history
  15. fix install script

    ilgooz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    a62f43d View commit details
    Browse the repository at this point in the history
  16. docs

    ilgooz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    07ca95e View commit details
    Browse the repository at this point in the history
  17. docs+cosmetics

    ilgooz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    f77f9bf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9a5e6fb View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. fix docs

    ilgooz committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    cb1a556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5894767 View commit details
    Browse the repository at this point in the history