You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Osmosis version: latest version that validators are running as of Sep8, I guess its 11.0.1
OS & Version: Linux
Expected behaviour
The tx should be executed without error and emit a successful Ack to be relayed back to the controller chain.
Actual behaviour
The message is received by ibc-go OnRecvPacket, then tries to executeTx, which finds route to bank module, and bank module uses auth module, and finally auth module throws error. Causing the tx to fail. Based on traceback, looks like the auth module cannot handle interchain accounts.
Steps to reproduce the behaviour
Run a local blockchain node as a ICA controller (for example neutron repo)
Run a relayer between the local chain and osmosis mainnet
register an interchain account on osmosis
Send a MsgSend message to the interchain account on osmosis
The relayer tries to build and submit the tx but fails.
System information
Osmosis version:
latest version that validators are running as of Sep8, I guess its 11.0.1
OS & Version: Linux
Expected behaviour
The tx should be executed without error and emit a successful Ack to be relayed back to the controller chain.
Actual behaviour
The message is received by ibc-go OnRecvPacket, then tries to executeTx, which finds route to bank module, and bank module uses auth module, and finally auth module throws error. Causing the tx to fail. Based on traceback, looks like the auth module cannot handle interchain accounts.
Steps to reproduce the behaviour
Backtrace
The text was updated successfully, but these errors were encountered: