Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unwrap ICS008 wasm client at ConnOpenTry and ConnOpenAck (#1246)
* add GAT for ClientStateWrapperAtAnyCounterParty * add trait bounds * unwrap expecting a client state wrapper * fix test * rm trait bound * rm Into::into * validate_self_client takes wrapped client_state * nit on trait method types * revert logic * unpack wasm client on wasm client id * add tests for is_wasm_client_id * add trait bounds * add prost dep * successful compilation * impl fn to unpack host client state * update cargo lockfiles for ci * fix no_std import * fix is_wasm_client_id * fix comment * add changelog entry * doc-comment for unpack_host_client_state * use constant for wasm client-id prefix
- Loading branch information