Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test cases for cip-14.md #99

Merged
merged 6 commits into from
Mar 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion cips/cip-14.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,18 @@ This proposal is backwards-incompatible because it is state-machine breaking. Th

## Test Cases

TBA
The following test cases are available in the [ibc-go e2e repository.](https://github.com/cosmos/ibc-go/tree/main/e2e/tests/interchain_accounts)

- Registration of an interchain account
womensrights marked this conversation as resolved.
Show resolved Hide resolved
- Transfer funds from interchain account to a different account on the same chain using an unordered or ordered channel
womensrights marked this conversation as resolved.
Show resolved Hide resolved
- A failed transfer of funds from interchain account to a different account on the same chain due to insufficient funds
womensrights marked this conversation as resolved.
Show resolved Hide resolved
- Transfer funds from interchain account to a different account on the same chain after an ordered channel closure
womensrights marked this conversation as resolved.
Show resolved Hide resolved
- A transfer of funds from an interchain account to a different account on the same chain using a gov controller
womensrights marked this conversation as resolved.
Show resolved Hide resolved
- A transfer of funds from an interchain account to a different account on the same chain using a groups controller
womensrights marked this conversation as resolved.
Show resolved Hide resolved
- A transfer of funds from an interchain account to a different account on the same chain using an incentivised IBC packet
womensrights marked this conversation as resolved.
Show resolved Hide resolved
- Registration of an interchain account, and transfer of funds from an interchain account to a different account on the same chain through the localhost client, and after reopening a channel
womensrights marked this conversation as resolved.
Show resolved Hide resolved
- Query if host functionality is enabled
- Transfer funds from interchain account to a different account after upgrading the channel from ordered to unordered

## Reference Implementation

Expand Down
Loading