-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migration to ibc_proto v.0.3.0 (#227)
* initial changes for ibc_proto 0.2.2 * Fix cargo fmt errors * Add client proof to verify proofs * Add the client state verification functions * Fix error * Fix fmt error * Review comments * Some initial changes verification arguments not tight to ClientDef * Decode ClientState from Protobuf's Any type (#233) * Fix Clippy warnings * Add stub for deserializing ClientState from Protbuf's Any * Update to latest ibc-proto * Decode Tendermint client state from raw * Decode raw client states * Add FIXME comments to uses of `epoch_height` * Update ibc-proto to 0.3.0 * Remove local path to ibc-proto dependency * Stylistic fixes * cleanup, comment is in the trait * fix mock context historical info validation Co-authored-by: Romain Ruetschi <romain@informal.systems>
- Loading branch information
1 parent
4877ee9
commit 9f2f0df
Showing
25 changed files
with
572 additions
and
175 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
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 @@ | ||
pub struct AccAddress(Vec<u8>; | ||
pub struct AccAddress(Vec<u8>); |
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
Oops, something went wrong.