mirror of
https://github.com/monero-project/monero.git
synced 2024-11-16 15:57:36 +00:00
ed955bf751
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 |
||
---|---|---|
.. | ||
address_book.py | ||
bans.py | ||
blockchain.py | ||
check_missing_rpc_methods.py | ||
CMakeLists.txt | ||
cold_signing.py | ||
cpu_power_test.cpp | ||
daemon_info.py | ||
functional_tests_rpc.py | ||
get_output_distribution.py | ||
http_digest_auth.py | ||
integrated_address.py | ||
k_anonymity.py | ||
main.cpp | ||
make_test_signature.cc | ||
mining.py | ||
multisig.py | ||
p2p.py | ||
proofs.py | ||
rpc_payment.py | ||
sign_message.py | ||
speed.py | ||
transactions_flow_test.cpp | ||
transactions_flow_test.h | ||
transactions_generation_from_blockchain.cpp | ||
transactions_generation_from_blockchain.h | ||
transfer.py | ||
txpool.py | ||
uri.py | ||
util_resources.py | ||
validate_address.py | ||
wallet.py |