-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ibc-core): pack host consensus state into wasm consensus state fo…
…r wasm clients (#1252) * add custom consensus state packing * change feature flag * change doc comments * add pack_host_consensus_state fn * fix imports * update changelog entry
- Loading branch information
Showing
5 changed files
with
55 additions
and
14 deletions.
There are no files selected for viewing
5 changes: 3 additions & 2 deletions
5
.changelog/unreleased/features/1237-unpack-wasm-client-state.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
- Unpack Wasm client state at `ConnectionOpenTry` and `ConnectionOpenAck` for | ||
host client state. ([#1237](https://github.com/cosmos/ibc-rs/issues/1237)). | ||
- Unpack/pack Wasm client/consensus state at `ConnectionOpenTry` and | ||
`ConnectionOpenAck` for host client/consensus state. | ||
([#1237](https://github.com/cosmos/ibc-rs/issues/1237)). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters