You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work. The tool seems promising. I'd like to request a feature in case you are not working on it yet. In my IBC testing I usually have two chains running and one of the them doesn't have the default port (26657). So it would be nice that when running gex if you could specify the port to listen on and connect to a non-default chain port, something like gex -p [PORT]
Thanks,
Andy.
The text was updated successfully, but these errors were encountered:
Yes, that's something we considered already and should be easy to implement. Was waiting for the request and can implement it soon! Thanks for the Issue!
I created pr that adds more flags for specifying host, transport security, and updated readme. Please let me know if it's fine. We are using this tool a lot for quick debugging and it's good to have them without hacking gex every time when a connection to the remote host is required.
Hi guys,
Great work. The tool seems promising. I'd like to request a feature in case you are not working on it yet. In my IBC testing I usually have two chains running and one of the them doesn't have the default port (26657). So it would be nice that when running
gex
if you could specify the port to listen on and connect to a non-default chain port, something likegex -p [PORT]
Thanks,
Andy.
The text was updated successfully, but these errors were encountered: