monero/src
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
..
blockchain_db Merge pull request #7355 2021-02-18 14:06:47 -05:00
blockchain_utilities Merge pull request #7355 2021-02-18 14:06:47 -05:00
blocks Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable/monero_add_library where possible (mj-xmr) 2020-10-28 20:08:26 +01:00
checkpoints build: prepare v0.17 2020-09-14 16:52:42 +02:00
common Merge pull request #6900 2021-02-14 18:58:37 -05:00
crypto crypto: fix non zero scalar being 0 after reducing 2020-12-04 01:00:03 +00:00
cryptonote_basic Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
cryptonote_core fix serialization being different on mac 2021-03-05 23:42:33 +00:00
cryptonote_protocol Merge pull request #7346 2021-02-18 14:03:31 -05:00
daemon Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
daemonizer
debug_utilities add more updates domains and make the voting generic, not just 2/3 2020-10-15 14:06:44 +00:00
device Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
device_trezor enable CLSAG support for Trezor client 2020-09-04 01:24:58 +02:00
gen_multisig Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
gen_ssl_cert
hardforks Let stagenet hardfork happen before mainnet. 2020-09-04 22:47:05 +01:00
lmdb
mnemonics Merge pull request #7346 2021-02-18 14:03:31 -05:00
multisig
net Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
p2p Merge pull request #7294 2021-02-15 21:51:12 -05:00
platform
ringct Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
rpc Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
serialization fix serialization being different on mac 2021-03-05 23:42:33 +00:00
simplewallet Merge pull request #7355 2021-02-18 14:06:47 -05:00
wallet fix serialization being different on mac 2021-03-05 23:42:33 +00:00
CMakeLists.txt Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable/monero_add_library where possible (mj-xmr) 2020-10-28 20:08:26 +01:00
cryptonote_config.h remove obsolete pruning debug code 2021-01-08 15:41:59 +00:00
version.cpp.in build: prepare v0.17 2020-09-14 16:52:42 +02:00
version.h