oxen-core/tests/unit_tests
Sean Darcy 5387ca2cf4
test cases for batching
2022-05-26 15:08:32 -03:00
..
CMakeLists.txt Batching of service node rewards 2022-04-29 09:51:14 +10:00
account.cpp Replace `keypair::generate` with a `keypair` constructor taking a hwdev 2020-12-08 22:31:54 -04:00
aligned.cpp unit_tests: add unit test for alloc alignment being a power of 2 2018-10-08 11:36:42 +00:00
apply_permutation.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
base58.cpp Remove cryptonote_config macros 2022-05-16 20:37:07 -03:00
block_queue.cpp Replace boost chrono & posix_time with stl chrono 2020-07-02 12:52:13 -03:00
block_reward.cpp Remove cryptonote_config macros 2022-05-16 20:37:07 -03:00
blockchain_db.cpp Remove stupid typedef 2022-05-20 18:30:55 -03:00
bulletproofs.cpp Remove stupid typedef 2022-05-20 18:30:55 -03:00
chacha.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
checkpoints.cpp Remove cryptonote_config macros 2022-05-16 20:37:07 -03:00
command_line.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
crypto.cpp Test suite compilation updates 2019-11-27 14:09:30 -04:00
device.cpp Fix extracted txversion/txtype 2020-12-06 23:19:20 -04:00
difficulty.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
epee_boosted_tcp_server.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
epee_levin_protocol_handler_async.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
epee_utils.cpp Replace boost::endian conversion with oxenc 1.0.3 2022-05-24 17:35:59 -03:00
expect.cpp Replace boost::string_ref with std::string_view 2020-07-02 12:52:12 -03:00
get_xtype_from_string.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
hashchain.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
hmac_keccak.cpp unit_tests: fix missing test names 2020-02-18 23:56:21 +00:00
keccak.cpp Merge commit '309f2def9e3357174904d29040883a70ff0cbd68' into MergeUpstream 2020-04-07 14:24:36 +10:00
levin.cpp Remove stupid typedef 2022-05-20 18:30:55 -03:00
lmdb.cpp Adding classes, functions, and utilities for common LMDB operations. 2019-03-19 17:52:26 +00:00
logging.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
long_term_block_weight.cpp Remove cryptonote_config macros 2022-05-16 20:37:07 -03:00
main.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
median.cpp More epee purging 2022-04-15 13:51:57 -03:00
memwipe.cpp Batching of service node rewards 2022-04-29 09:51:14 +10:00
mlocker.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
mnemonics.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
mul_div.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
multiexp.cpp unit_tests: add ge_triple_scalarmult_base_vartime test 2020-09-16 20:41:39 -03:00
multisig.cpp Remove cryptonote_config macros 2022-05-16 20:37:07 -03:00
net.cpp Replace boost::endian conversion with oxenc 1.0.3 2022-05-24 17:35:59 -03:00
node_server.cpp Remove stupid typedef 2022-05-20 18:30:55 -03:00
notify.cpp More epee purging 2022-04-15 13:51:57 -03:00
output_distribution.cpp Remove cryptonote_config macros 2022-05-16 20:37:07 -03:00
output_selection.cpp More epee purging 2022-04-15 13:51:57 -03:00
oxen_name_system.cpp uninitialised tests 2021-04-15 10:43:07 +10:00
parse_address.cpp Remove cryptonote_config macros 2022-05-16 20:37:07 -03:00
parse_amount.cpp Make cryptonote::parse_amount return an optional 2022-04-15 17:54:03 -03:00
pruning.cpp Remove cryptonote_config macros 2022-05-16 20:37:07 -03:00
random.cpp fix 2020-12-03 12:55:11 -04:00
random_path.h std::filesystem 2020-10-24 12:45:37 -03:00
ringct.cpp Remove Borromean generation 2020-11-30 00:47:12 -04:00
ringdb.cpp Replace `keypair::generate` with a `keypair` constructor taking a hwdev 2020-12-08 22:31:54 -04:00
rolling_median.cpp More epee purging 2022-04-15 13:51:57 -03:00
serialization.cpp Remove cryptonote_config macros 2022-05-16 20:37:07 -03:00
service_nodes.cpp Atomic staking amounts 2022-05-24 17:36:24 -03:00
service_nodes_swarm.cpp Fix some missing LOKI -> OXEN logger defines 2021-08-19 16:03:32 -03:00
sha256.cpp Remove deprecated epee code 2020-10-24 12:46:26 -03:00
sqlite.cpp test cases for batching 2022-05-26 15:08:32 -03:00
string_util.cpp Fix hex_to_type and add a unit test for it 2020-07-02 12:56:37 -03:00
subaddress.cpp std::filesystem 2020-10-24 12:45:37 -03:00
test_notifier.cpp unit_tests: add a notifier test 2018-10-01 09:14:20 +00:00
test_peerlist.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
test_protocol_pack.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
test_tx_utils.cpp Use an empty vector instead of optional<vector> 2022-05-26 15:08:08 -03:00
testdb.h Remove stupid typedef 2022-05-20 18:30:55 -03:00
threadpool.cpp More epee purging 2022-04-15 13:51:57 -03:00
unbound.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
unit_tests_utils.h std::filesystem 2020-10-24 12:45:37 -03:00
uri.cpp Remove cryptonote_config macros 2022-05-16 20:37:07 -03:00
varint.cpp Overhaul binary serialization code (part 1) 2020-07-02 12:52:12 -03:00
vercmp.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
wipeable_string.cpp Replace epee hex with oxen-encoding 2022-04-14 14:34:50 -03:00