-
Notifications
You must be signed in to change notification settings - Fork 101
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
Conversation
…tion id by contract
…rchway-network/archway into spoorthi/adding-ica-controller
return nil | ||
} | ||
|
||
// // HandleChanCloseConfirm passes the data about a successfully closed channel to the appropriate contract |
There was a problem hiding this comment.
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)?
There was a problem hiding this comment.
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.
There was a problem hiding this 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...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this 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!
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