fetchai / agents-tac

Competition and Agent Frameworks for the Trading Agents Competition
https://fetchai.github.io/agents-tac
Apache License 2.0
27 stars 8 forks source link

fix envelope message from 'Message' object to raw bytes. #361

Closed marcofavorito closed 5 years ago

marcofavorito commented 5 years ago

Proposed changes

Fix the Envelope class such that the field message is bytes rather than Message.

Fixes

None.

Types of changes

What types of changes does your code introduce to agents-tac? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...