-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
C.GeneralAn issue which doesn't fit in the other categories (not blockchain related)An issue which doesn't fit in the other categories (not blockchain related)Story-Points:8This takes 5 to 7 days to completeThis takes 5 to 7 days to completetype-testingFor issues which relate to test scenariosFor issues which relate to test scenarios
Milestone
Description
We plan to expand the usage of the serializer to be used for network communication.
Currently we are using the less-than-ideal JSON approach, which adds a lot of overhead.
However, due to concerns about efficiency and internal pointers (e.g. std::string), the deserializer should not perform any unwarranted move.
DoD:
- There is an utility that test if a type is moving during deserialization;
- Tests are added so that SCPEnvelope is not moved;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C.GeneralAn issue which doesn't fit in the other categories (not blockchain related)An issue which doesn't fit in the other categories (not blockchain related)Story-Points:8This takes 5 to 7 days to completeThis takes 5 to 7 days to completetype-testingFor issues which relate to test scenariosFor issues which relate to test scenarios