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

Unable to execute incoming IBC transactions #653

Closed
4 tasks
ryanchristo opened this issue Nov 19, 2021 · 0 comments
Closed
4 tasks

Unable to execute incoming IBC transactions #653

ryanchristo opened this issue Nov 19, 2021 · 0 comments
Assignees
Labels
Type: Bug Something isn't working

Comments

@ryanchristo
Copy link
Member

Summary of Bug

Following the upgrade to Regen Ledger v2.0, users are unable to send REGEN over IBC. Regen Mainnet is unable to execute the incoming IBC transaction. Iris Hub is experiencing the same issue and released a patch yesterday.

irisnet/irishub@v1.2.0...v1.2.1

The patch sets the params for the IBC module to the default parameters.

app.ibcKeeper.ConnectionKeeper.SetParams(ctx, ibcconnectiontypes.DefaultParams())

From the IBC migration documentation for chains upgrading to cosmos-sdk v0.44:

Chains must set a new connection parameter during either in place store migrations or genesis migration. The new parameter, max expected block time, is used to enforce packet processing delays on the receiving end of an IBC packet flow.

https://github.com/cosmos/ibc-go/blob/main/docs/migrations/ibc-migration-043.md#chain-upgrades

Version

v2.0.0


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@ryanchristo ryanchristo added the Type: Bug Something isn't working label Nov 19, 2021
@ryanchristo ryanchristo changed the title Unable to execute the incoming IBC transaction Unable to execute incoming IBC transactions Nov 19, 2021
@aleem1314 aleem1314 mentioned this issue Nov 20, 2021
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants