forked from cosmos/ibc-go
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR cosmos#569: Refactor & improve new path generation in the re…
…layer * use chain registry + formatting fixes * remove fetch commands and add chain and path fetching behind chains and paths cmd trees * actually fetch a chains assetlist.json file from chain registry * fix quick-start guide * small fixes to README.md * more small fixes to README.md * fix tabs in README.md * fix tabs in README.md * undo last changes * minor changes to readme * added ds_store * Merge PR cosmos#564: Add command for creating a new blank path * add command to create a new blank path in the config * add retries & cleanup CreateClients * use tagged lens version * add logging of txs back into relayer * add CreateClient & RelayMsg commands. Fix race conditions * make ibc update headers query work in parallel + small fixes * testing with updated lens repo * add better retries to connection creation * add better retries to client creation * add better retries to channel creation * fix lgtm bot warnings * fix broken tests * remove -race flag from tests * fix broken bash script testing environment * remove double import statement Co-authored-by: Dan Kanefsky <[email protected]> Co-authored-by: Jack Zampolin <[email protected]>
- Loading branch information
1 parent
32b2af9
commit 5bb5a67
Showing
14 changed files
with
779 additions
and
148 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.