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
Using hermes built from master during the start command the following is received in the log for all chains:
Jun 10 22:10:59.225 DEBUG ibc_relayer::supervisor: channel channel-0 on chain ibc-2 is: TRYOPEN; state on dest. chain (ibc-0) is: OPEN
Jun 10 22:10:59.225 DEBUG ibc_relayer::supervisor: done spawning workers for chain ibc-2 and channel channel-0
Jun 10 22:10:59.233 DEBUG ibc_relayer::supervisor: channel channel-0 on chain ibc-3 is: TRYOPEN; state on dest. chain (ibc-0) is: OPEN
Jun 10 22:10:59.233 DEBUG ibc_relayer::supervisor: done spawning workers for chain ibc-3 and channel channel-0
Jun 10 22:10:59.243 DEBUG ibc_relayer::supervisor: channel channel-0 on chain ibc-4 is: TRYOPEN; state on dest. chain (ibc-0) is: OPEN
Jun 10 22:10:59.243 DEBUG ibc_relayer::supervisor: done spawning workers for chain ibc-4 and channel channel-0
Jun 10 22:10:59.250 DEBUG ibc_relayer::supervisor: channel channel-0 on chain ibc-5 is: TRYOPEN; state on dest. chain (ibc-0) is: OPEN
Jun 10 22:10:59.250 DEBUG ibc_relayer::supervisor: done spawning workers for chain ibc-5 and channel channel-0
Jun 10 22:10:59.257 DEBUG ibc_relayer::supervisor: channel channel-0 on chain ibc-6 is: TRYOPEN; state on dest. chain (ibc-0) is: OPEN
Jun 10 22:10:59.257 DEBUG ibc_relayer::supervisor: done spawning workers for chain ibc-6 and channel channel-0
Version
master branch, 3b673a3065c8395fd3a8933255a4531e93ddfea4 Add --hd-path option to keys restore and keys add commands (#1061)
gm start
gm hermes config
gm hermes keys
gm hermes cc
# Take all createclients from ibc0 to everywhere else and execute them. They will succeed.
hermes start
You can cat nohup.out on the testnet server to see the hermes output. No transactions were submitted on the chains apart from the hermes create-client command.
Acceptance Criteria
Done: No error message, as it was with the hermes 0.4.0 release.
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:
Thanks Greg! And apologies, we should have told you about the potential problem with master. I think the issue you're seeing is with a bug in the channel create command, see #1064. That issue is being fixed in #1066.
If you can confirm that you were indeed relying on create channel command, then I think we can file this as a duplicate of #1064.
Crate
relayer
relayer-cli
Summary of Bug
Using hermes built from master during the start command the following is received in the log for all chains:
Version
master branch,
3b673a3065c8395fd3a8933255a4531e93ddfea4
Add --hd-path option to keys restore and keys add commands (#1061)Steps to Reproduce
gm.toml: (available on the testnet server)
You can
cat nohup.out
on the testnet server to see the hermes output. No transactions were submitted on the chains apart from thehermes create-client
command.Acceptance Criteria
Done: No error message, as it was with the
hermes 0.4.0
release.For Admin Use
The text was updated successfully, but these errors were encountered: