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

Reproduce failed to execute MsgPayForBlobs over ICA with ibc-go v6.2.3 #3857

Open
rootulp opened this issue Sep 11, 2024 · 0 comments
Open
Labels
investigation item tracks efforts related to an investigation. does not always require a PR to close.

Comments

@rootulp
Copy link
Collaborator

rootulp commented Sep 11, 2024

Context

#3792 (comment)

Problem

I couldn't figure out why a MsgPayForBlobs failed to execute on a host chain after being sent via ICA. It turns out our ibc-go version didn't propagate events on txs that failed to execute. @damiannolan created ibc-go v.6.2.3 which should propagate those events so we can now try to reproduce the tx to see why it failed to execute.

Since that debugging, we modified the ICA host allow messages param on Arabica and Mocha via governance to exclude MsgPayForBlobs. This means we can't reproduce the exact issue unless we repro on a new testnet with a wildcard for that param. The new testnet will involve setting up more infra.

Proposal

  1. Create a celestia-app binary that uses ibc-go v6.2.3
  2. Set up a private testnet with a wildcard for ICA host message allow params
  3. Set up an IBC relayer between this testnet and another chain that has ICA controller enabled (e.g. Cosmos Hub testnet)
  4. Create an ICA account from Cosmos Hub testnet on private testnet
  5. Send an ICA packet with a MsgPayForBlobs inside
  6. Query for the events related to the tx that failed to execute. Continue debugging with this info
@rootulp rootulp added the investigation item tracks efforts related to an investigation. does not always require a PR to close. label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigation item tracks efforts related to an investigation. does not always require a PR to close.
Projects
None yet
Development

No branches or pull requests

1 participant