DefiantLabs / cosmos-tax-cli

An opensource cosmos tax tool!
https://defiantlabs.net
Apache License 2.0
25 stars 7 forks source link

Add Wiki entry for how the application handles IBC MsgTransfer, MsgAck and MsgRecvPacket as sends/receives #505

Open pharr117 opened 11 months ago

pharr117 commented 11 months ago

We have been message type ignoring MsgTransfer. This is due to the following commit:

https://github.com/DefiantLabs/cosmos-tax-cli/commit/279283ff1f88fb4ac155797273ec586920b1e230

The original idea was to only index MsgAcks, so that we would not have a double send value:

  1. MsgTransfer -> ignored
  2. 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.

pharr117 commented 11 months ago

We will be adding a wiki entry to explain how the application indexes IBC messages as sends/receives