monero/src/wallet
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
..
api Merge pull request #7265 2021-02-15 21:46:22 -05:00
CMakeLists.txt Update copyright year to 2020 2020-05-06 22:36:54 -04:00
message_store.cpp Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
message_store.h replace most boost serialization with existing monero serialization 2020-08-17 16:23:58 +00:00
message_transporter.cpp Allow wallet2.h to run in WebAssembly 2020-04-15 13:22:46 -04:00
message_transporter.h Merge pull request #6516 2020-07-19 03:34:28 -07:00
node_rpc_proxy.cpp Reduce compilation time of epee/portable_storage.h 2021-02-06 08:18:42 +01:00
node_rpc_proxy.h Reduce compilation time of epee/portable_storage.h 2021-02-06 08:18:42 +01:00
ringdb.cpp Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
ringdb.h simplewallet: new unset_ring command 2019-04-02 14:18:07 +00:00
wallet2.cpp fix serialization being different on mac 2021-03-05 23:42:33 +00:00
wallet2.h fix serialization being different on mac 2021-03-05 23:42:33 +00:00
wallet_args.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
wallet_args.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
wallet_errors.h wallet2: skip reorgs exceeding max-reorg-depth wallet setting 2020-10-13 15:23:35 +00:00
wallet_light_rpc.h rpc: move a leftover light wallet RPC out of daemon RPC 2019-08-28 15:51:28 +00:00
wallet_rpc_helpers.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
wallet_rpc_payments.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
wallet_rpc_server.cpp fix serialization being different on mac 2021-03-05 23:42:33 +00:00
wallet_rpc_server.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
wallet_rpc_server_commands_defs.h Bind signature to full address and signing mode 2020-08-28 19:38:00 -04:00
wallet_rpc_server_error_codes.h wallet: allow signing a message with spend or view key 2020-08-28 19:25:17 -04:00