moneromooo-monero f9b5b521e8
fix serialization being different on mac
On Mac, size_t is a distinct type from uint64_t, and some
types (in wallet cache as well as cold/hot wallet transfer
data) use pairs/containers with size_t as fields. Mac would
save those as full size, while other platforms would save
them as varints. Might apply to other platforms where the
types are distinct.

There's a nasty hack for backward compatibility, which can
go after a couple forks.
2021-03-05 23:42:33 +00:00
..
2021-02-15 21:46:22 -05:00
2020-05-06 22:36:54 -04:00
2020-07-19 03:34:28 -07:00
2019-04-02 14:18:07 +00:00
2020-05-06 22:36:54 -04:00
2020-05-06 22:36:54 -04:00