Use JSON instead of an ad-hoc binary serialization format to calculate the root hash.
This will need to be revisited. We use serde_json, which does not guarantee canonical JSON output. However, for now, I think this is better than using something random.
Use JSON instead of an ad-hoc binary serialization format to calculate the root hash.
This will need to be revisited. We use
serde_json
, which does not guarantee canonical JSON output. However, for now, I think this is better than using something random.