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
The original idea was to only index MsgAcks, so that we would not have a double send value:
MsgTransfer -> ignored
MsgAck -> indexed as a send
Some users have questioned why MsgTransfer transactions are not being indexed and we should dig into this behavior a bit more and see if the logic is correct.
The text was updated successfully, but these errors were encountered:
pharr117
changed the title
MsgTransfer is ignored in preference of MsgAck to track outbound transfers leading to CSV generation confusion
Add Wiki entry for how the application handles IBC MsgTransfer, MsgAck and MsgRecvPacket as sends/receives
Oct 29, 2023
We have been message type ignoring MsgTransfer. This is due to the following commit:
279283f
The original idea was to only index MsgAcks, so that we would not have a double send value:
Some users have questioned why MsgTransfer transactions are not being indexed and we should dig into this behavior a bit more and see if the logic is correct.
The text was updated successfully, but these errors were encountered: