fetchai / agents-aea

A framework for autonomous economic agent (AEA) development

Home Page:https://docs.fetch.ai/aea/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DictProtobufSerializer is not deterministic

DavidMinarsch opened this issue · 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!