-
Notifications
You must be signed in to change notification settings - Fork 127
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!: local-ic remove relayer file dependency #908
Conversation
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.
changes look straightforward enough.
what's up with the empty .gitkeep
file? is there some assumption that this empty directory needs to exist for tests to run or something?
let's see, the python modifications may have resolved it edit: add I had a hard check in the local-ic binary for it due to old relayer, will remove that to be good |
* Remove `relayer.json` in favor of CLI arguments * py: make nested directories for config * git keep `configs` * exist_ok=True * remove .gitkeep * remove forced `config` directory check (cherry picked from commit b85a060)
* Remove `relayer.json` in favor of CLI arguments * py: make nested directories for config * git keep `configs` * exist_ok=True * remove .gitkeep * remove forced `config` directory check (cherry picked from commit b85a060) Co-authored-by: Reece Williams <[email protected]>
ref #795
Previously it was required for developers to maintain a relayer.json file with the image information. For most use cases this is excessive as the defaults work. Instead it should be a startup option to override default relayer image information.
If none are specific, the latest cosmos relayer image is used.
Only a breaking change if a team uses a custom relayer image for local-ic