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
deprecate hermes start and rename start-multi to start:
hermes start same as hermes start-multi, relays all packets for all configured chains
hermes start --chain-a <chain-a-id> --chain-b <chain-b-id> -> MAYBE (just because it makes sense with the granularity progression here)
hermes start --chain <chain-id> --connection <connection-id> relay packets and channel handshake over the specified connection (do not do connection handshake, it must be opened at some point through other means for this to do anything) -> Agoric requirement
hermes start --chain <chain-id> --port <port-id> --channel <channel-id> (similar as above, no channel handshake) -> to replace current hermes start <chain-id> -p <port-id> -c <channel-id>
config should still include only chains
rethink config strategy, maybe packets to relay only packets and all to also do handshake on all the commands above.
Problem Definition
Proposal
Acceptance Criteria
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Crate
relayer
Summary
hermes start
and renamestart-multi
tostart
:hermes start
same ashermes start-multi
, relays all packets for all configured chainshermes start --chain-a <chain-a-id> --chain-b <chain-b-id>
-> MAYBE (just because it makes sense with the granularity progression here)hermes start --chain <chain-id> --connection <connection-id>
relay packets and channel handshake over the specified connection (do not do connection handshake, it must be opened at some point through other means for this to do anything) -> Agoric requirementhermes start --chain <chain-id> --port <port-id> --channel <channel-id>
(similar as above, no channel handshake) -> to replace currenthermes start <chain-id> -p <port-id> -c <channel-id>
chains
strategy
, maybepackets
to relay only packets andall
to also do handshake on all the commands above.Problem Definition
Proposal
Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: