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

feat: adding x/cwica module #542

Merged
merged 68 commits into from
Mar 11, 2024
Merged

feat: adding x/cwica module #542

merged 68 commits into from
Mar 11, 2024

Conversation

spoo-bar
Copy link
Contributor

@spoo-bar spoo-bar commented Feb 20, 2024

x/cwica module enables Cosmwasm based smart contracts to register ICA accounts and send transactions to be executed on counterparty chains

The module spec can be found in: x/cwica/spec

@spoo-bar spoo-bar marked this pull request as ready for review March 4, 2024 17:25
@spoo-bar spoo-bar requested review from a team as code owners March 4, 2024 17:25
@spoo-bar spoo-bar requested review from philabsbot and zanicar March 4, 2024 17:25
return nil
}

// // HandleChanCloseConfirm passes the data about a successfully closed channel to the appropriate contract
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't we need this for closing and re-opening stale channels (i.e. when they timeout)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for packet timeout, the channel can be reopened with the HandleChanOpen, so this isnt necessary.

Copy link
Contributor

@zanicar zanicar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, however I would like @fdymylja to review as well...

@spoo-bar spoo-bar requested a review from fdymylja March 5, 2024 10:13
Copy link
Contributor

@fdymylja fdymylja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@shahbazn shahbazn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only reviewed .github/workflows/interchaintest.yaml
looks good!

@spoo-bar spoo-bar merged commit d736d9e into main Mar 11, 2024
10 of 11 checks passed
@spoo-bar spoo-bar deleted the spoorthi/adding-ica-controller branch March 11, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants