fetchai/agents-aea

DictProtobufSerializer is not deterministic

DavidMinarsch opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
DictProtobufSerializer is not deterministic.

Describe the solution you'd like
pstruct.SerializeToString(deterministic=True) in https://github.com/fetchai/agents-aea/blob/main/aea/helpers/serializers.py#L56 and add tests!