-
Notifications
You must be signed in to change notification settings - Fork 87
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
MockClientState
to RawMockClientState
conversion ignores frozen_height
#1052
Comments
Note: the same happens with |
@rnbguy I can pick this up. |
sorry, I am already working on this on the feature branch https://github.com/cosmos/ibc-rs/tree/feat/refactor-testkit |
7 tasks
7 tasks
closed by #1109 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Summary
The following implementation ignores
frozen_height
ofMockClientState
.ibc-rs/ibc-testkit/src/testapp/ibc/clients/mock/client_state.rs
Lines 87 to 96 in ee92645
So, the serialization-deserialization may not work as expected.
Details
For example, the following fails,
We need to update the original
ibc.mock
definitions onibc-proto-rs
repo and fix theFrom
implementation in this repo.Version
<= v0.49.1
Tracked by https://github.com/cosmos/ibc-rs/tree/feat/refactor-testkit
Will be fixed by #1068
The text was updated successfully, but these errors were encountered: