koinos / koinos-types

The Rosetta Stone of the Koinos ecosystem. Allows for the interpretation of Koinos data structures in a multitude of languages. Useful in the development of microservices, clients, and smart contracts.
MIT License
12 stars 3 forks source link

Implement base64 support in Golang, set variable_blob to use base64 #169

Closed theoreticalbts closed 3 years ago

theoreticalbts commented 3 years ago

This ticket is to use the libp2p multibase library for the Golang side of #168.

We can't change the default in C++ to base64 until Golang supports it. So we should change the defaults for both C++ and Golang to base64 as part of this ticket.

mvandeberg commented 3 years ago

Blocked on #168