Skip to content

BOLD: Move remaining JSON to protobuf #34

@kilrau

Description

@kilrau

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

Labels

P2mid priorityenhancementNew feature or requesthardeningAll things to reduce edge cases and make the protocol less error prone

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions