monero/tests/unit_tests
Alexander Blair 13549d590e
Merge pull request #6329
6bfcd3101 Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests. (Sarang Noether)
2020-08-16 12:37:43 -07:00
..
account.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
address_from_url.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
aligned.cpp
apply_permutation.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
base58.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
block_queue.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
block_reward.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
blockchain_db.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
bootstrap_node_selector.cpp daemon: auto public nodes - cache and prioritize most stable nodes 2020-02-28 08:06:43 +00:00
bulletproofs.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
canonical_amounts.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
chacha.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
checkpoints.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
CMakeLists.txt Merge pull request #6329 2020-08-16 12:37:43 -07:00
command_line.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
crypto.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
decompose_amount_into_digits.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
device.cpp
difficulty.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
dns_resolver.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
epee_boosted_tcp_server.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
epee_levin_protocol_handler_async.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
epee_utils.cpp Merge pull request #6559 2020-07-08 17:07:50 -05:00
expect.cpp
fee.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
get_xtype_from_string.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
hardfork.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
hashchain.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
hmac_keccak.cpp unit_tests: fix missing test names 2020-02-18 23:56:21 +00:00
http.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
is_hdd.cpp
json_serialization.cpp Adding ZMQ/Pub support for txpool_add and chain_main events 2020-05-04 02:06:35 +00:00
json_serialization.h Adding ZMQ/Pub support for txpool_add and chain_main events 2020-05-04 02:06:35 +00:00
keccak.cpp unit_tests: fix missing test names 2020-02-18 23:56:21 +00:00
levin.cpp Merge pull request #6354 2020-08-09 06:42:49 -07:00
lmdb.cpp
logging.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
long_term_block_weight.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
main.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
memwipe.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
mlocker.cpp
mnemonics.cpp Merge pull request #6516 2020-07-19 03:34:28 -07:00
mul_div.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
multiexp.cpp unit tests: replace global var with lambda returning static local var 2019-09-09 11:44:06 +09:00
multisig.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
net.cpp Use byte_slice for sending zmq messages - removes data copy within zmq 2020-04-03 01:56:17 +00:00
node_server.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
notify.cpp
output_distribution.cpp unit_tests: Fix uninitialized values 2019-08-27 09:17:34 +02:00
output_selection.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
parse_amount.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
pruning.cpp
random.cpp
ringct.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
ringdb.cpp unit_tests: fix ringdb unit tests 2019-10-04 21:11:46 +00:00
rolling_median.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
rpc_version_str.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
serialization.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
sha256.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
slow_memmem.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
subaddress.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
test_notifier.cpp
test_peerlist.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
test_protocol_pack.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
test_tx_utils.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
threadpool.cpp
tx_proof.cpp Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests. 2020-08-09 18:42:15 -04:00
unbound.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
unit_tests_utils.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
uri.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
varint.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
vercmp.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
wipeable_string.cpp wipeable_string: split - treat CR, LF and Tabs as separators 2020-02-12 21:16:07 +00:00
zmq_rpc.cpp Adding ZMQ/Pub support for txpool_add and chain_main events 2020-05-04 02:06:35 +00:00