Closed williamchong closed 2 years ago
@williamchong this is a sdk bug related to typed events: https://github.com/tendermint/tendermint/issues/5978
The issue was not related to double quote being a bug, but a (silly) decision in adr32 to make string contain ""
making txs search not working
Now I am running into this exact event search issue, which is blocking me from listing events related to a class id 🙃
In
likechain.likenft.EventNewClass
seems thelogs
contains string that is always wrapped in extra""
s Example:Seems it doesn't happen in other parts of tx body, is this expected?
Full tx json: