-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The null value
field of EventAttribute
should be allowed
#1375
Comments
The OpenAPI of the RPC interface does not allow for null-valued |
Thank you for the quick follow up @mzabaluev! To answer your question about the Tendermint version, I believe the chain is using 0.34+. I'm not a Go developer but this is what I gather from the |
Then you also need to use the correct compatibility mode with your tendermint-rpc client, otherwise your event data will be garbled (sorry for breaking this as we moved beyond 0.34; by 1.0 we should get past this). I have just realized that our |
Appreciate the heads up! Oddly enough, things have been running fine without |
An indexer ran into null
value
field ofEventAttribute
, preventing a service from indexing events and resulting in downtime. The exact error wasserde invalid type: null
.Originally posted by @daniel-savu in #1216 (comment)
The text was updated successfully, but these errors were encountered: