monero/src/cryptonote_protocol
jeffro256 65568d3a88
build: fix build with Boost 1.85 and remove instances of viewkey logging [RELEASE]
1. Use std::is_standard_layout and std::is_trivially_copyable instead of std::is_pod for KV byte-wise serialization, which fixes compile issue for Boost UUIDs
2. Removed reimplementation of std::hash for boost::uuids::uuid
3. Removed << operator overload for crypto::secret_key
4. Removed instances in code where private view key was dumped to the log in plaintext

Release version of #9450, containing C++14 modified assertions
2024-09-10 16:07:36 -05:00
..
block_queue.cpp build: fix build with Boost 1.85 and remove instances of viewkey logging [RELEASE] 2024-09-10 16:07:36 -05:00
block_queue.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
CMakeLists.txt Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
cryptonote_protocol_defs.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
cryptonote_protocol_handler-base.cpp Trimming Fat 2022-04-18 09:55:20 -05:00
cryptonote_protocol_handler.h Don't exclusively drop tor/i2p outgoing cxns in idle loop 2022-05-18 09:54:21 -07:00
cryptonote_protocol_handler.inl protocol: drop peers sending duplicate txes 2023-06-27 11:06:14 +00:00
cryptonote_protocol_handler_common.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
enums.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
fwd.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
levin_notify.cpp cryptonote_protocol: prevent duplicate txs in fluff queue 2024-06-06 17:33:17 +03:30
levin_notify.h Skip privacy networks (on tx sends) that don't have outgoing connections 2024-03-29 15:30:14 -04:00