stratumn / go-core

Stratumn's core utilities to create decentralized applications and networks
Apache License 2.0
0 stars 0 forks source link

Add migration from protobuf to json #512

Closed jrmdayn closed 5 years ago

jrmdayn commented 5 years ago

user should have a way to opt in / out protobuf / json serialization. The migration should convert all existing links + evidences from one serialization to the other.

t-bast commented 5 years ago

We simplified that, there won't be an option to store protobuf-encoded bytes in the DB, only JSON. Once we have the new migration tool we'll be able to write the migration for the current DBs.

t-bast commented 5 years ago

This blocked until we have the new migration tool available in Trace.

t-bast commented 5 years ago

Done.