Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tendermint: allow null in EventAttribute kv JSON
When deserializing EventAttribute values, allow null values in the key and value fields. This follows the behaviour in 0.34 RPC (where the key-value data were also base64-encoded), but technically breaks the serde schema of everything that includes ABCI event data.
- Loading branch information