casper-network / casper-sidecar

Apache License 2.0
2 stars 8 forks source link

Execution result should be null #287

Closed zajko closed 5 months ago

zajko commented 5 months ago

To make the json RPC more consistent all occurrences of skip_serializing_if for Option type were removed. As a general rule we return 'null' for None and the three exceptions from json RPC are inconsistencies. List of fields that were of type Option<...> and had skip_serializing_if: