-
Notifications
You must be signed in to change notification settings - Fork 359
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
Remove light client commands and configuration #793
Conversation
This comment has been minimized.
This comment has been minimized.
d647103
to
9d26933
Compare
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.
The changes looks good to me. The e2e test changes look good to me too and all the new configs seem to be fine. I'm assuming the docs updates will be handled on another issue so it's all good. Good job. Thanks !
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.
Only a couple of minor changes, otherwise it looks great! Thanks Romain!
FYI, I did some tests with |
* Fixed overwritten cosmos files * changelog * Fix typo in proto-compiler README * Fix bug where proto-compiler didn't find SDK repo if already cloned Co-authored-by: Romain Ruetschi <romain@informal.systems>
* Remove light client commands and configuration * Remove light client init code in scripts * Update the changelog * Use rpc_timeout field from chain config * Update config files and ADRs * Add --locked flag when compiling hermes in init-clients * Fix ibc-proto recompilation bug (informalsystems#802) * Fixed overwritten cosmos files * changelog * Fix typo in proto-compiler README * Fix bug where proto-compiler didn't find SDK repo if already cloned Co-authored-by: Romain Ruetschi <romain@informal.systems> * Add option to specify which events to listen for in `listen` command (informalsystems#804) * Update config_example.toml * Rename init-clients to init-hermes Co-authored-by: Adi Seredinschi <adi@informal.systems>
See: #673
Description
Remove the light client configuration from the global configuration and remove the
light add
andlight rm
commands.The peer id for the light client is now fetched at light client initialization time from the RPC address configured for the chain.
For contributor use:
docs/
) and code comments.Files changed
in the Github PR explorer.