monero/tests/unit_tests
moneromooo-monero be82c40703
Support median block size > 4 GB
add a 128/64 division routine so we can use a > 32 bit median block
size in calculations
2019-10-21 10:41:07 +00:00
..
account.cpp
address_from_url.cpp
aligned.cpp
apply_permutation.cpp
ban.cpp p2p: fix bans taking port into account 2019-09-16 22:45:45 +00:00
base58.cpp
block_queue.cpp
block_reward.cpp
blockchain_db.cpp Removed Berkeley DB and db switching logic 2019-09-16 16:18:05 +02:00
bulletproofs.cpp
canonical_amounts.cpp
chacha.cpp
checkpoints.cpp
CMakeLists.txt Dropping cppzmq dependency; adding some zmq utils 2019-07-22 06:37:16 +00:00
command_line.cpp
crypto.cpp
decompose_amount_into_digits.cpp
device.cpp
difficulty.cpp difficulty: fix check_hash on big endian 2019-09-04 14:53:53 +00:00
dns_resolver.cpp
epee_boosted_tcp_server.cpp
epee_levin_protocol_handler_async.cpp unit_tests: fix levin unit test on big endian 2019-09-04 14:53:58 +00:00
epee_utils.cpp Merge pull request #5748 2019-08-21 15:18:38 -05:00
expect.cpp
fee.cpp
get_xtype_from_string.cpp
hardfork.cpp
hashchain.cpp
hmac_keccak.cpp
http.cpp
is_hdd.cpp
json_serialization.cpp
keccak.cpp keccak: guard against misaligned memory accesses on ARM 2019-07-04 22:13:16 +00:00
levin.cpp Added support for "noise" over I1P/Tor to mask Tx transmission. 2019-07-17 14:22:37 +00:00
lmdb.cpp
logging.cpp Properly format multiline logs 2019-09-16 16:58:01 +00:00
long_term_block_weight.cpp
main.cpp
memwipe.cpp
mlocker.cpp
mnemonics.cpp use crypto::rand instead of libc rand in a few tests 2019-05-10 14:15:35 +00:00
mul_div.cpp Support median block size > 4 GB 2019-10-21 10:41:07 +00:00
multiexp.cpp unit tests: replace global var with lambda returning static local var 2019-09-09 11:44:06 +09:00
multisig.cpp
net.cpp Merge pull request #5818 2019-09-14 13:25:14 -05:00
notify.cpp
output_distribution.cpp unit_tests: Fix uninitialized values 2019-08-27 09:17:34 +02:00
output_selection.cpp Merge pull request #5652 2019-08-15 17:13:18 -05:00
parse_amount.cpp
pruning.cpp
random.cpp
ringct.cpp Merge pull request #5707 2019-08-28 02:22:00 -05:00
ringdb.cpp unit tests: replace global var with lambda returning static local var 2019-09-09 11:44:06 +09:00
rolling_median.cpp Replace std::random_shuffle with std::shuffle 2019-08-15 16:33:15 +02:00
serialization.cpp
sha256.cpp
slow_memmem.cpp
subaddress.cpp
test_notifier.cpp
test_peerlist.cpp
test_protocol_pack.cpp Changed the use of boost:value_initialized for C++ list initializer 2019-09-02 14:16:29 +02:00
test_tx_utils.cpp
threadpool.cpp
unbound.cpp
unit_tests_utils.h
uri.cpp
varint.cpp
vercmp.cpp
wipeable_string.cpp