Release v0.7.0#1864
Merged
DavidMinarsch merged 208 commits intomasterfrom Oct 22, 2020
Merged
Conversation
The reason is that all the protocols currently use the dialogue system and need to add some fields like message_id, target etc. in their message definition. This change will be useful to refactor existing protocols; we define those fields in only one place and make them available for all the '.proto' protocol files.
it results in too much overhead with no relevant benefits; Instead, we decided to use the type bytes for DialogueMessage.content field. The result is that the dialogue fields act as message header, whereas the actual performative content is serialized as bytes, in a format specified by the protocol serialization layer. This will give more flexibility for protocol implementations.
…script First prototype of 'generate_all_protocols.py' script
override ledger config from aea-config.yaml in 'aea get-wealth'
[AEA-950] Add libp2p bench
…igurations positive case
Feature/aw1 aeas
Codecov Report
@@ Coverage Diff @@
## master #1864 +/- ##
========================================
Coverage 99.97% 99.97%
========================================
Files 254 258 +4
Lines 19165 19613 +448
========================================
+ Hits 19161 19609 +448
Misses 4 4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release summary
Version number: v0.7.0
Release details
Checklist
Put an
xin the boxes that apply.masterbranch (left side), fromdevelopscripts/generate_ipfs_hashes.py)HISTORY.mdfor this releaseaea/__version__.pyfile.docs/version.mdfilelatest(check the READMEs of
aea-developand
aea-deploy)aea clitool worksFurther comments