forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…ms#535) * ClientId constructor; re-enabled ClientCreate tests * Improved ics18; Fixed cfg cargo annotation. * Prep for fixing ForeignClient tests. * Enable tests in the foreign_client module * Reuse Height parsing * More idiomatic methods in ibc::mock::context::MockContext * Improve assert in build_create_client_and_send * Remove ibc::handler::Event * Fix extract_connection_id * Check IBCEvent produced in create_client * Check IBCEvent produced in test_tm_create_client_ok * update CHANGELOG * relayer: improve tests in foreign_client Co-authored-by: Vitor Enes <[email protected]>
- Loading branch information
1 parent
3e4c58d
commit cdaa862
Showing
7 changed files
with
46 additions
and
41 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 |
---|---|---|
|
@@ -18,4 +18,7 @@ Cargo.lock | |
.idea | ||
|
||
# Ignore VisualStudio | ||
.vscode | ||
.vscode | ||
|
||
# Ignore chain's data | ||
data |
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