Skip to content

Proto: fix encoding of binary data as string

Alain Mebsout requested to merge alain@functori@fix-string-encoding into master

Context

Fixes #2612 (closed).

This MR uses the new encoding string' Hex (of !6854 (merged)) to represent binary strings as hexadecimal in JSON (strings in JSON must be ASCII).

Manually testing the MR

CI.

Edited by Alain Mebsout

Merge request reports