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
Currently, hyperlane warp send --round-trip sends a transaction to every chain in WarpCore. However, this is problematic when a chain is slow (e.g. taiko) and causes the message to time out. Since --round-trip does not save state, it will start all over again.
Solution
Allow for a way to skip specific chains,
Nice to Have
Consider consolidating --origin and --destination into a single parameter that lets the user specify which chains to send to. If this new parameter is not specified, then do --round-trip
The text was updated successfully, but these errors were encountered:
Problem
Currently,
hyperlane warp send --round-trip
sends a transaction to every chain in WarpCore. However, this is problematic when a chain is slow (e.g. taiko) and causes the message to time out. Since --round-trip does not save state, it will start all over again.Solution
Nice to Have
--origin
and--destination
into a single parameter that lets the user specify which chains to send to. If this new parameter is not specified, then do--round-trip
The text was updated successfully, but these errors were encountered: