Skip to content

Commit 4e1d13e

Browse files
authored
Merge pull request #4273 from notional-labs/refresh-sdk-50
deps: merge changes from main into sdk 50 branch
2 parents 72bf690 + 1f0e922 commit 4e1d13e

File tree

170 files changed

+1330
-689
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+1330
-689
lines changed

.github/compatibility-test-matrices/main/client-chain-a.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"test": [
2222
"TestClientUpdateProposal_Succeeds",
23+
"TestClient_Update_Misbehaviour",
2324
"TestAllowedClientsParam"
2425
],
2526
"relayer-type": [

.github/compatibility-test-matrices/main/client-chain-b.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"test": [
2222
"TestClientUpdateProposal_Succeeds",
23+
"TestClient_Update_Misbehaviour",
2324
"TestAllowedClientsParam"
2425
],
2526
"relayer-type": [

.github/compatibility-test-matrices/main/ica-chain-a.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"test": [
1515
"TestMsgSendTx_SuccessfulTransfer",
1616
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
17-
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA"
17+
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
18+
"TestControllerEnabledParam",
19+
"TestHostEnabledParam"
1820
],
1921
"relayer-type": [
2022
"rly"

.github/compatibility-test-matrices/main/ica-chain-b.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"test": [
1515
"TestMsgSendTx_SuccessfulTransfer",
1616
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
17-
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA"
17+
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
18+
"TestControllerEnabledParam",
19+
"TestHostEnabledParam"
1820
],
1921
"relayer-type": [
2022
"rly"

.github/compatibility-test-matrices/release-v6.1.x/client-chain-a.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
],
2020
"test": [
2121
"TestClientUpdateProposal_Succeeds",
22-
"TestClient_Update_Misbehaviour"
22+
"TestClient_Update_Misbehaviour",
23+
"TestAllowedClientsParam"
2324
],
2425
"relayer-type": [
2526
"rly"

.github/compatibility-test-matrices/release-v6.1.x/client-chain-b.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
],
2020
"test": [
2121
"TestClientUpdateProposal_Succeeds",
22-
"TestClient_Update_Misbehaviour"
22+
"TestClient_Update_Misbehaviour",
23+
"TestAllowedClientsParam"
2324
],
2425
"relayer-type": [
2526
"rly"

.github/compatibility-test-matrices/release-v6.1.x/ica-chain-a.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"test": [
1515
"TestMsgSendTx_SuccessfulTransfer",
1616
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
17-
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA"
17+
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
18+
"TestControllerEnabledParam",
19+
"TestHostEnabledParam"
1820
],
1921
"relayer-type": [
2022
"rly"

.github/compatibility-test-matrices/release-v6.1.x/ica-chain-b.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"test": [
1515
"TestMsgSendTx_SuccessfulTransfer",
1616
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
17-
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA"
17+
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
18+
"TestControllerEnabledParam",
19+
"TestHostEnabledParam"
1820
],
1921
"relayer-type": [
2022
"rly"

.github/compatibility-test-matrices/release-v6.2.x/client-chain-a.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
],
2020
"test": [
2121
"TestClientUpdateProposal_Succeeds",
22-
"TestClient_Update_Misbehaviour"
22+
"TestClient_Update_Misbehaviour",
23+
"TestAllowedClientsParam"
2324
],
2425
"relayer-type": [
2526
"rly"

.github/compatibility-test-matrices/release-v6.2.x/client-chain-b.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
],
2020
"test": [
2121
"TestClientUpdateProposal_Succeeds",
22-
"TestClient_Update_Misbehaviour"
22+
"TestClient_Update_Misbehaviour",
23+
"TestAllowedClientsParam"
2324
],
2425
"relayer-type": [
2526
"rly"

0 commit comments

Comments
 (0)