forked from cosmos/ibc-go
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(e2e): compatibility e2e test fixes (cosmos#5761)
* fix: allow dot character in docker image tags * add capital efficient fee escrow feature releases * add compatibility e2e tests for unordered ICA channel * add unordered ica channels feature releases * more fixes * more ica fixes * refactor: move ica unordered field conditionals to santize.Messages * sanitize message contained in a x/gov or x/group proposal --------- Co-authored-by: Damian Nolan <[email protected]>
- Loading branch information
1 parent
162eee2
commit 22a1727
Showing
14 changed files
with
192 additions
and
27 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
.github/compatibility-test-matrices/main/ica-unordered-channel-chain-a.json
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,18 @@ | ||
{ | ||
"chain-a": [ | ||
"main" | ||
], | ||
"chain-b": [ | ||
"main", | ||
"v8.1.0" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer_UnorderedChannel" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
.github/compatibility-test-matrices/main/ica-unordered-channel-chain-b.json
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,18 @@ | ||
{ | ||
"chain-a": [ | ||
"main", | ||
"v8.1.0" | ||
], | ||
"chain-b": [ | ||
"main" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer_UnorderedChannel" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
.github/compatibility-test-matrices/release-v8.1.x/ica-unordered-channel-chain-a.json
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,17 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v8.1.x" | ||
], | ||
"chain-b": [ | ||
"release-v8.1.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer_UnorderedChannel" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
.github/compatibility-test-matrices/release-v8.1.x/ica-unordered-channel-chain-b.json
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,17 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v8.1.x" | ||
], | ||
"chain-b": [ | ||
"release-v8.1.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer_UnorderedChannel" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
.github/compatibility-test-matrices/unreleased/ica-unordered-channel.json
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,17 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v8.1.x" | ||
], | ||
"chain-b": [ | ||
"release-v8.1.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer_UnorderedChannel" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
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
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.