monero/tests/functional_tests
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
..
address_book.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
bans.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
blockchain.py rpc: add cumul weight field to block template resp 2024-08-01 01:03:41 -05:00
check_missing_rpc_methods.py tests: fix missing error on missing python entry point 2020-05-27 13:11:01 +00:00
CMakeLists.txt copyright: bump to 2024 2024-05-21 16:29:33 +00:00
cold_signing.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
cpu_power_test.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
daemon_info.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
functional_tests_rpc.py functional_tests: test HTTP digest auth 2024-03-11 23:54:50 -05:00
get_output_distribution.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
http_digest_auth.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
integrated_address.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
k_anonymity.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
main.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
make_test_signature.cc build: fix build with Boost 1.85 and remove instances of viewkey logging 2024-09-06 11:46:22 -05:00
mining.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
multisig.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
p2p.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
proofs.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
rpc_payment.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
sign_message.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
speed.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
transactions_flow_test.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
transactions_flow_test.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
transactions_generation_from_blockchain.cpp copyright: bump to 2024 2024-05-21 16:29:33 +00:00
transactions_generation_from_blockchain.h copyright: bump to 2024 2024-05-21 16:29:33 +00:00
transfer.py Merge pull request #9338 2024-07-16 18:42:49 -04:00
txpool.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
uri.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
util_resources.py Merge pull request #9338 2024-07-16 18:42:49 -04:00
validate_address.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
wallet.py Merge pull request #9338 2024-07-16 18:42:49 -04:00