Skip to content

feat: adding x/cwica module#542

Merged
spoo-bar merged 68 commits into
mainfrom
spoorthi/adding-ica-controller
Mar 11, 2024
Merged

feat: adding x/cwica module#542
spoo-bar merged 68 commits into
mainfrom
spoorthi/adding-ica-controller

Conversation

@spoo-bar

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

Copy link
Copy Markdown
Contributor

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, 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
Copy Markdown
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
Copy Markdown
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.

@zanicar zanicar left a comment

Copy link
Copy Markdown
Contributor

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

@fdymylja fdymylja left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM!

@shahbazn shahbazn left a comment

Copy link
Copy Markdown
Contributor

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
@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