-
Notifications
You must be signed in to change notification settings - Fork 608
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
IBC event for channel_open_init
has module ibc_connection
#601
Milestone
Comments
Interesting! I see that we are emitting the correct event on our side here I'll take a look at the logs on-chain rather than the hermes side. |
Ah actually we are emitting the module part here. I see we are using |
9 tasks
Thank you for this finding, @ancazamfir! |
nice catch @ancazamfir! Thank you! |
4 tasks
6 tasks
CosmosCar
pushed a commit
to caelus-labs/ibc-go
that referenced
this issue
Nov 6, 2023
…osmos#601) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary of Bug
IBC event for
channel_open_init
has moduleibc_connection
instead ofibc_channel
Version
Tested hermes with gaia v6.0.0:
With gaia v5.0.8 the
module
isibc_channel
.Steps to Reproduce
Start two gaia chains, create clients and connection, then
hermes tx raw chan-open-init ibc-0 ibc-1 connection-0 transfer transfer
while listening withhermes listen ibc-0 -e Tx
. I can provide more details if required.A custom hermes trace shows:
For Admin Use
The text was updated successfully, but these errors were encountered: