-
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
More Agoric tweaks #399
More Agoric tweaks #399
Conversation
This pull request introduces 1 alert when merging 6c68cfe into b1360ef - view on LGTM.com new alerts:
|
6c68cfe
to
d274e1e
Compare
This pull request introduces 1 alert when merging d274e1e into b1360ef - view on LGTM.com new alerts:
|
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.
utACK, thanks @michaelfig
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.
utACK, thanks @michaelfig!
@@ -206,7 +206,15 @@ $ %s tx con demo-path -o 3s`, appName, appName, appName)), | |||
return err | |||
} | |||
|
|||
modified, err := c[src].CreateOpenConnections(c[dst], retries, to) | |||
// ensure that the clients exist | |||
modified, err := c[src].CreateClients(c[dst]) |
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.
Should similar logic exist for CreateChannel
? Where we create client and connection if they don't exist?
cc: @colin-axner
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.
Where we create client and connection if they don't exist?
Possibly. The current tx link
subcommand does that already, FWIW.
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.
no preference here, maybe it makes sense to deprecate create channels
? or rename tx link
? Doesn't make too much sense to maintain 2 commands that do the same thing
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.
opened #400, outside the scope of this pr
d274e1e
to
5b48b23
Compare
I found these changes were useful to help make the Agoric dynamic IBC layer work correctly:
rly config show --json
to dump the YAML config as JSONrly tx conn
should create the client if it isn't already%s
format argument torly tx raw send
nchainz
default to set up the connections but not relay any paths--log_level
towarn
to help prevent noise