We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A commitment made by ibc-rs was not compatible with cosmos(ibc-go)
Make a commitment in ibc-go https://github.com/cosmos/ibc-go/blob/457095517b7832c42ecf13571fee1e550fec02d0/modules/core/04-channel/types/packet.go#L18-L34
Make a commitment in ibc-rs https://github.com/informalsystems/ibc-rs/blob/37dbe8c42ae09403432ebfcfdb2a8a34d86909e9/modules/src/core/ics04_channel/handler/verify.rs#L73-L77
v0.12.0
core::ics04_channel::handler::verify::verify_packet_recv_proofs() failed due to the commitment
core::ics04_channel::handler::verify::verify_packet_recv_proofs()
The commitment made by Cosmos can be verified.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary of Bug
A commitment made by ibc-rs was not compatible with cosmos(ibc-go)
Make a commitment in ibc-go
https://github.com/cosmos/ibc-go/blob/457095517b7832c42ecf13571fee1e550fec02d0/modules/core/04-channel/types/packet.go#L18-L34
Make a commitment in ibc-rs
https://github.com/informalsystems/ibc-rs/blob/37dbe8c42ae09403432ebfcfdb2a8a34d86909e9/modules/src/core/ics04_channel/handler/verify.rs#L73-L77
Version
v0.12.0
Steps to Reproduce
core::ics04_channel::handler::verify::verify_packet_recv_proofs()
failed due to the commitmentAcceptance Criteria
The commitment made by Cosmos can be verified.
For Admin Use
The text was updated successfully, but these errors were encountered: