-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
08-wasm
client proto types (#170)
* feat: add Wasm light client proto types fix: add wasm mod to lib.rs * chore: add unclog * feat: derive JsonSchema on Wasm ClientMessage
- Loading branch information
1 parent
3cdd760
commit aecfe0d
Showing
9 changed files
with
5,584 additions
and
230 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Integrate Wasm light client proto types by updating `IBC_GO_COMMIT` to the | ||
hash associated with the ibc-go `wasm-v8.0.0` tag | ||
([#168](https://github.com/cosmos/ibc-proto-rs/issues/168)). |
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 +1 @@ | ||
2551dea41cd3c512845007ca895c8402afa9b79f | ||
57fcdb9a9a9db9b206f7df2f955866dc4e10fef4 |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.