DefiantLabs / cosmos-tax-cli

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

Parser error on MsgCollectSpreadRewards #514

Closed pharr117 closed 9 months ago

pharr117 commented 9 months ago

The parser for concentratedliquidity MsgCollectSpreadRewards is failing.

The error is in this statement where the logs do not contain coin_received events:

https://github.com/DefiantLabs/cosmos-tax-cli/blob/51588a852c65c9d1669bc2daf72943c9a1902801/osmosis/modules/concentratedliquidity/types.go#L173-L176

This message executed but no rewards were collected. We need to handle this as a send of 0 and make no relevant database entries.