-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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(relayer): make Chain.logger configurable #402
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ilgooz
requested review from
AdityaSripal,
colin-axner and
fedekunze
as code owners
February 3, 2021 08:46
ilgooz
added a commit
to ignite/cli
that referenced
this pull request
Feb 3, 2021
without getting their logs mixed with each other. undo replace directive in go.mod after cosmos/relayer#402 has merged.
colin-axner
approved these changes
Feb 3, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ilgooz
added a commit
to ignite/cli
that referenced
this pull request
Feb 9, 2021
* 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 <[email protected]> * 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 <[email protected]>
tbruyelle
pushed a commit
to tbruyelle/cli-diet
that referenced
this pull request
Oct 17, 2022
* 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 <[email protected]> * 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 <[email protected]> Former-commit-id: 80941cfa2a43df15e06176682748aa3967c63d87
Jchicode
pushed a commit
to Jchicode/cli
that referenced
this pull request
Aug 9, 2023
* 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 <[email protected]> * 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 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.