Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add standalone relayer commands (#709)
* feat: add standalone relayer commands * fix linter errs + cosmetics * rm good old relayer * fix tests * rm leftovers from the old relayer * support Gitpod for faucet discovery * scaffold: enable faucet by default * fix Gitpod faucet discovery * 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. * link chains in parallel in the relayer start cmd * docs Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com> * rm faucet.coins_max * use bob for the faucet * back to cosmos/relayer * add cancelation for start cmd * 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. * fix test + lint * attach original rly to 'starport relayer rly' depends on cosmos/relayer#411. * cmd docs * upgrade relayer * ensure secure rpc addr always has :443 attached * rm path from rpc addr * fix xurl.CleanPath * fix config * simplify errors * inc timeout for integration tests * fix conflicting statik * 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. * fix install script * docs * docs+cosmetics * add conf alias to config command * fix docs Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com> Former-commit-id: 80941cfa2a43df15e06176682748aa3967c63d87
- Loading branch information