monero/src
jeffro256 ed955bf751
build: fix build with Boost 1.85 and remove instances of viewkey logging
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. Use `std::has_unique_object_representations` instead of `alignof(T) == 1` for epee byte spans and epee hex functions
3. Removed reimplementation of `std::hash` for `boost::uuids::uuid
4. Removed `<<` operator overload for `crypto::secret_key`
5. Removed instances in code where private view key was dumped to the log in plaintext
2024-09-06 11:46:22 -05:00
..
blockchain_db Merge pull request #9338 2024-07-16 18:42:49 -04:00
blockchain_utilities copyright: bump to 2024 2024-05-21 16:29:33 +00:00
blocks src: update checkpoints to match v0.18.3.4 (again) 2024-07-31 18:14:23 +02:00
checkpoints src: update checkpoints to match v0.18.3.4 (again) 2024-07-31 18:14:23 +02:00
common common: add va_args.h 2024-08-13 12:02:45 -05:00
crypto build: fix build with Boost 1.85 and remove instances of viewkey logging 2024-09-06 11:46:22 -05:00
cryptonote_basic build: fix build with Boost 1.85 and remove instances of viewkey logging 2024-09-06 11:46:22 -05:00
cryptonote_core build: fix build with Boost 1.85 and remove instances of viewkey logging 2024-09-06 11:46:22 -05:00
cryptonote_protocol build: fix build with Boost 1.85 and remove instances of viewkey logging 2024-09-06 11:46:22 -05:00
daemon copyright: bump to 2024 2024-05-21 16:29:33 +00:00
daemonizer copyright: bump to 2024 2024-05-21 16:29:33 +00:00
debug_utilities copyright: bump to 2024 2024-05-21 16:29:33 +00:00
device build: fix build with Boost 1.85 and remove instances of viewkey logging 2024-09-06 11:46:22 -05:00
device_trezor copyright: bump to 2024 2024-05-21 16:29:33 +00:00
gen_multisig copyright: bump to 2024 2024-05-21 16:29:33 +00:00
gen_ssl_cert copyright: bump to 2024 2024-05-21 16:29:33 +00:00
hardforks copyright: bump to 2024 2024-05-21 16:29:33 +00:00
lmdb build: fix build with Boost 1.85 and remove instances of viewkey logging 2024-09-06 11:46:22 -05:00
mnemonics copyright: bump to 2024 2024-05-21 16:29:33 +00:00
multisig Merge pull request #9338 2024-07-16 18:42:49 -04:00
net copyright: bump to 2024 2024-05-21 16:29:33 +00:00
p2p copyright: bump to 2024 2024-05-21 16:29:33 +00:00
ringct copyright: bump to 2024 2024-05-21 16:29:33 +00:00
rpc Merge pull request #9416 2024-08-14 14:19:03 -04:00
seraphis_crypto copyright: bump to 2024 2024-05-21 16:29:33 +00:00
serialization serialization: support passing extra args to fields in DSL 2024-08-13 12:05:24 -05:00
simplewallet build: fix build with Boost 1.85 and remove instances of viewkey logging 2024-09-06 11:46:22 -05:00
wallet build: fix build with Boost 1.85 and remove instances of viewkey logging 2024-09-06 11:46:22 -05:00
CMakeLists.txt copyright: bump to 2024 2024-05-21 16:29:33 +00:00
cryptonote_config.h Merge pull request #9338 2024-07-16 18:42:49 -04:00
version.cpp.in version: bump master version number 2022-08-09 03:37:27 +02:00
version.h wallet, rpc: add a release field to get_version 2019-08-26 19:28:25 +00:00