-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
P2mid prioritymid priorityenhancementNew feature or requestNew feature or requesthardeningAll things to reduce edge cases and make the protocol less error proneAll things to reduce edge cases and make the protocol less error prone
Milestone
Description
The OpenDEX protocol still has JSON in various places, which is bad because JSON can't be guaranteed to always be UTF-8 conform and requires implementations to use e.g. https://www.npmjs.com/package/json-stable-stringify in exactly the same way.
This issue is about moving all remaining JSON parts to protobuf to mitigate this issue. We should also evaluate alternatives like XDR.
Metadata
Metadata
Assignees
Labels
P2mid prioritymid priorityenhancementNew feature or requestNew feature or requesthardeningAll things to reduce edge cases and make the protocol less error proneAll things to reduce edge cases and make the protocol less error prone