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

WIP: CosmWasm v1 IBC Receive Hooks #966

Merged
merged 48 commits into from
Aug 31, 2022
Merged

Conversation

assafmo
Copy link
Member

@assafmo assafmo commented Jul 14, 2022

No description provided.

Here specifically is ibc-open-channel
@liorbond liorbond force-pushed the cw-1-ibc-receive-hooks branch from a4a2b1c to a921247 Compare August 10, 2022 12:12
@@ -1088,25 +1066,27 @@ func (k Keeper) reply(ctx sdk.Context, contractAddress sdk.AccAddress, reply v1w
consumeGas(ctx, gasUsed)

if execErr != nil {
return nil, sdkerrors.Wrap(types.ErrReplyFailed, execErr.Error())
Copy link
Contributor

Choose a reason for hiding this comment

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

@assafmo why?

@liorbond liorbond merged commit c32ba0b into cosmwasm-v1 Aug 31, 2022
@liorbond liorbond deleted the cw-1-ibc-receive-hooks branch August 31, 2022 12:30
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.

2 participants