openmina / mina-p2p-messages-rs

0 stars 0 forks source link

As a developer, I need to have Mina primitives properly encoded in JSON, so I can match them against other systems #14

Closed akoptelov closed 1 year ago

akoptelov commented 2 years ago

In Mina, 256-bit numbers are widely used, to represent e.g. hashes and keys. When encoded in human-readable format, base58check encoding is used, with kind-based prefixes, so encoded values can be easily distinguished.

OpenMina/network debugger should also use the same human-readable encoding for Mina data. Currently they are all encoded using hex strings.

akoptelov commented 1 year ago

Fixed indirectly with #27