Skip to content

Commit

Permalink
Merge branch '04-channel-upgrades' into fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Dec 21, 2023
2 parents 1243fa1 + 01c3699 commit be9dcf3
Show file tree
Hide file tree
Showing 164 changed files with 6,969 additions and 1,140 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/epic-tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ v without deliberation

## QA scenarios

<!-- Lists of manual QA tests that need be performed -->
<!-- Lists of manual QA tests that need to be performed -->

## Automated e2e tests

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release-tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ v without deliberation

### Backwards compatibility

<!-- List of tests that need be performed with previous
<!-- List of tests that need to be performed with previous
versions of ibc-go to guarantee that no regression is introduced -->

- [ ] [Compatibility tests](https://github.com/cosmos/ibc-go/actions/workflows/e2e-compatibility.yaml) pass for the release branch.
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Before we can merge this PR, please make sure that all the following items have
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

- [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#pull-request-targeting)).
- [ ] Targeted PR against the correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#pull-request-targeting)).
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/main/docs/build/building-modules/11-structure.md) and [Go style guide](../docs/dev/go-style-guide.md).
- [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/main/testing/README.md#ibc-testing-package).
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"chain-a": [
"release-v8.1.x"
],
"chain-b": [
"release-v8.1.x"
],
"entrypoint": [
"TestClientTestSuite"
],
"test": [
"TestClientUpdateProposal_Succeeds",
"TestRecoverClient_Succeeds",
"TestScheduleIBCUpgrade_Succeeds",
"TestClient_Update_Misbehaviour",
"TestAllowedClientsParam"
],
"relayer-type": [
"hermes"
]
}
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": [
"TestConnectionTestSuite"
],
"test": [
"TestMaxExpectedTimePerBlockParam"
],
"relayer-type": [
"hermes"
]
}
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": [
"TestGenesisTestSuite"
],
"test": [
"TestIBCGenesis"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"chain-a": [
"release-v8.1.x"
],
"chain-b": [
"v8.0.0",
"v7.3.1",
"v7.2.2",
"release-v8.1.x"
],
"entrypoint": [
"TestInterchainAccountsTestSuite"
],
"test": [
"TestMsgSendTx_SuccessfulTransfer",
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
"TestControllerEnabledParam"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"chain-a": [
"v8.0.0",
"v7.3.1",
"v7.2.2",
"release-v8.1.x"
],
"chain-b": [
"release-v8.1.x"
],
"entrypoint": [
"TestInterchainAccountsTestSuite"
],
"test": [
"TestMsgSendTx_SuccessfulTransfer",
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
"TestHostEnabledParam"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"chain-a": [
"release-v8.1.x"
],
"chain-b": [
"v8.0.0",
"v7.3.1",
"v7.2.2",
"release-v8.1.x"
],
"entrypoint": [
"TestInterchainAccountsGovTestSuite"
],
"test": [
"TestInterchainAccountsGovIntegration"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"chain-a": [
"v8.0.0",
"v7.3.1",
"v7.2.2",
"release-v8.1.x"
],
"chain-b": [
"release-v8.1.x"
],
"entrypoint": [
"TestInterchainAccountsGovTestSuite"
],
"test": [
"TestInterchainAccountsGovIntegration"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"chain-a": [
"release-v8.1.x"
],
"chain-b": [
"v8.0.0",
"v7.3.1",
"v7.2.2",
"release-v8.1.x"
],
"entrypoint": [
"TestInterchainAccountsGroupsTestSuite"
],
"test": [
"TestInterchainAccountsGroupsIntegration"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"chain-a": [
"v8.0.0",
"v7.3.1",
"v7.2.2",
"release-v8.1.x"
],
"chain-b": [
"release-v8.1.x"
],
"entrypoint": [
"TestInterchainAccountsGroupsTestSuite"
],
"test": [
"TestInterchainAccountsGroupsIntegration"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"chain-a": [
"release-v8.1.x"
],
"chain-b": [
"v8.0.0",
"v7.3.1",
"v7.2.2",
"release-v8.1.x"
],
"entrypoint": [
"TestIncentivizedInterchainAccountsTestSuite"
],
"test": [
"TestMsgSendTx_SuccessfulBankSend_Incentivized",
"TestMsgSendTx_FailedBankSend_Incentivized"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"chain-a": [
"v8.0.0",
"v7.3.1",
"v7.2.2",
"release-v8.1.x"
],
"chain-b": [
"release-v8.1.x"
],
"entrypoint": [
"TestIncentivizedInterchainAccountsTestSuite"
],
"test": [
"TestMsgSendTx_SuccessfulBankSend_Incentivized",
"TestMsgSendTx_FailedBankSend_Incentivized"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"chain-a": [
"release-v8.1.x"
],
"chain-b": [
"v8.0.0",
"v7.3.1",
"v7.2.2",
"release-v8.1.x"
],
"entrypoint": [
"TestIncentivizedTransferTestSuite"
],
"test": [
"TestMsgPayPacketFee_AsyncSingleSender_Succeeds",
"TestMsgPayPacketFee_InvalidReceiverAccount",
"TestMultiMsg_MsgPayPacketFeeSingleSender",
"TestMsgPayPacketFee_SingleSender_TimesOut",
"TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress",
"TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"chain-a": [
"v8.0.0",
"v7.3.1",
"v7.2.2",
"release-v8.1.x"
],
"chain-b": [
"release-v8.1.x"
],
"entrypoint": [
"TestIncentivizedTransferTestSuite"
],
"test": [
"TestMsgPayPacketFee_AsyncSingleSender_Succeeds",
"TestMsgPayPacketFee_InvalidReceiverAccount",
"TestMultiMsg_MsgPayPacketFeeSingleSender",
"TestMsgPayPacketFee_SingleSender_TimesOut",
"TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress",
"TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"chain-a": [
"release-v8.1.x"
],
"chain-b": [
"release-v8.1.x"
],
"entrypoint": [
"LocalhostInterchainAccountsTestSuite"
],
"test": [
"TestInterchainAccounts_Localhost",
"TestInterchainAccounts_ReopenChannel_Localhost"
],
"relayer-type": [
"hermes"
]
}
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": [
"LocalhostTransferTestSuite"
],
"test": [
"TestMsgTransfer_Localhost"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"chain-a": [
"release-v8.1.x"
],
"chain-b": [
"v8.0.0",
"v7.3.1",
"v7.2.2",
"release-v8.1.x"
],
"entrypoint": [
"TestAuthzTransferTestSuite"
],
"test": [
"TestAuthz_MsgTransfer_Succeeds",
"TestAuthz_InvalidTransferAuthorizations"
],
"relayer-type": [
"hermes"
]
}
Loading

0 comments on commit be9dcf3

Please sign in to comment.