Reproduce failed to execute MsgPayForBlobs
over ICA with ibc-go v6.2.3
#3857
Labels
investigation
item tracks efforts related to an investigation. does not always require a PR to close.
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
The text was updated successfully, but these errors were encountered: