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
note for 08-wasm, we could use InterfaceRegistry on TestEncodingConfig directly since Codec doesn't have the function to get it (on 0.47.5).
edit: best to leave it until 08-wasm has been brought up to use sdk 0.50. sdk's MsgTypeURL expects an sdk.Msg in 0.47.5 which ClientState and the like don't implement. (In 0.50, this has been changed to expect a proto.Message).
Add codec type registration tests for each ibc app and core submodule.
See the provided pull request as an reference example:
ref: #4746
The text was updated successfully, but these errors were encountered: