orion-server
orion-server copied to clipboard
remove `omitempty` from the proto messages
When we have a default value for fields in the proto message, the JSON marshal does not include the field in the output due to omitempty
. For example, when we have tx_num = 0
as the version, this field is not shown and when the transaction is valid, the validation info is empty, etc...