-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ibc proof to be bytes (#6393)
* update interfaces to use []byte instead of commitment proof * update 03/04 msgs with bytes * fix compile errors * fix channel tests * fix connection tests * fix testing, tm, and localhost tests * fix ante tests * update 03-connection spec * update channel msgs spec * small fixes after self review * rm unused import * Update x/ibc/03-connection/client/utils/utils.go Co-authored-by: Alessio Treglia <alessio@tendermint.com> * add empty proof test and rm ics 20 from ibc spec * fix merge issues Co-authored-by: Alessio Treglia <alessio@tendermint.com>
- Loading branch information
1 parent
b09d672
commit 9048ffa
Showing
30 changed files
with
1,010 additions
and
762 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
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
Oops, something went wrong.