ipfs-cluster/api/pb
Hector Sanjuan 7a05eeeb60 Fix #1547: Store pin metadata in a sorted array
This deprecates the Metadata protobuf map and starts serializing metadata as an
array that is always sorted by the metadata key.

This should resolve the issue that an state export file can be imported
resulting in two different CRDT dags because the binary representation of the
pin can arbitrarily change depending on how the keys in the map are listed,
and thus the CID of a delta is impacted.

So with this, a state export should result in exactly the same DAG regardless
of where it is imported.
2022-06-16 17:43:29 +02:00
..
generate.go Update to newest golang protobuf 2020-04-14 20:41:43 +02:00
types.pb.go Fix #1547: Store pin metadata in a sorted array 2022-06-16 17:43:29 +02:00
types.proto Fix #1547: Store pin metadata in a sorted array 2022-06-16 17:43:29 +02:00