Closed
Description
Crate
relayer
Summary
- deprecate
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>
- config should still include only
chains
- rethink config
strategy
, maybepackets
to relay only packets andall
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
Activity