DefiantLabs / cosmos-tax-cli

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

Add TX to fee. Parse fees that were not found through event parsing #518

Closed pharr117 closed 9 months ago

pharr117 commented 9 months ago

Gathers fees that were not included in a taxable tx in all CSV parsers. Fixes a bug where fees were missing if the address did not actually participate in the sends/receives of the messages (such as a relayer relaying IBC messages for addresses).

Closes #512