-
Notifications
You must be signed in to change notification settings - Fork 329
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
Hermes ports not getting detected #1861
Comments
Can you please try from this branch and see if it fixes the issue for you? #1825 |
Likely duplicate of #1837 |
|
@romac can you please help me out on this? |
@dhogaivannan I am working on this in #1825 |
I'm confirming this issue on 0.11.1, 0.9.0 works fine (v0.44.3 / v1.2.2) |
@dhogaivannan Can you please try with Hermes v0.11.1 by specifying the appropriate version using the |
@litvintech Thanks for the heads-up! I have a few follow-up questions: a) Are you using the |
@romac , yes sure, v0.11.1 official build or the branch 1797-ibc-v3? I'll go ahead with official branch for now and get back to you From v0.11.1 with From v0.10.0 with From v0.9.0 , Commands used:
|
Tried #1882 , threw the same error, channel version for unknown port id 'oracle', let me know if i tried it too early |
Did you specify the version with |
@romac yes with channel version |
Can you please post the full command and output? |
Yes sure @romac , ran this command: Output after connection-handshake is finished (Client and connections are done)
Full logs are attached here for more reference |
The branch you are running might be outdated because that warning is no longer present in the branch |
@dhogaivannan I think I have a proper fix for this issue, and will notify you when you can test again with the |
@romac , the latest pull from your branch works fine, thanks a lot for your help! |
|
@dhogaivannan This does not seem to have anything to do with this issue. Can you please gather as much information as you can (trace logs, Hermes version, etc.) and open a new issue? |
Yeah sure, I'll close this issue now then, thanks for your support team! |
Crate
ibc-rs (Hermes)
Summary of Bug
Creating channels between Band Protocol and another chain from it's
oracle
port for fetching prices, it throws could not resolve channel and port is invalid.Version
hermes - release - v0.11.1
Steps to Reproduce
ibc-0 = Band Protocol (band-laozi-testnet4)
ibc-1 = Any chain with oracle port*
* = https://github.com/comdex-official/comdex/tree/oracle-liquidation
(This binary and branch contains bandoracle port for fetching prices)hermes create channel test-1 band-laozi-testnet4 --port-a bandoracle --port-b oracle
Logs:
Acceptance Criteria
Port from Band or Comdex getting detected for channel creation.
For Admin Use
The text was updated successfully, but these errors were encountered: