oxen-core/tests/unit_tests
Jason Rhinelander 5b95224c39 Fix some missing LOKI -> OXEN logger defines
Various ones were unchanged in epee.

Also found a couple very old MONERO -> OXEN changes as well.
2021-08-19 16:03:32 -03:00
..
CMakeLists.txt Test suite fixes 2021-07-05 23:48:18 -03:00
account.cpp Replace `keypair::generate` with a `keypair` constructor taking a hwdev 2020-12-08 22:31:54 -04:00
address_from_url.cpp Fix test broken by Monero donation address change 2020-06-09 23:06:54 -03: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 constexpr and simplify base58 conversion code 2020-09-28 16:43:38 -03:00
block_queue.cpp Replace boost chrono & posix_time with stl chrono 2020-07-02 12:52:13 -03:00
block_reward.cpp compiles 2021-01-04 13:09:59 +11:00
blockchain_db.cpp Test suite fixes 2021-07-05 23:48:18 -03:00
bulletproofs.cpp Make RingCT and RangeProof types type-safe enum classes 2020-11-30 00:47:12 -04:00
chacha.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
checkpoints.cpp shorten wire names 2021-02-09 11:54:27 +11: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
dns_resolver.cpp tests 2021-01-05 13:29:04 +11: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 Remove epee::to_hex::formatted 2020-11-30 00:47:12 -04: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 Move epee includes under "epee/..." 2020-10-24 12:46:27 -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 Test suite fixes 2021-07-05 23:48:18 -03:00
main.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
memwipe.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03: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 deprecated epee code 2020-10-24 12:46:26 -03:00
net.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
node_server.cpp Serialize the uptime proof using btencoding 2021-02-09 11:54:00 +11:00
notify.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
output_distribution.cpp Test suite fixes 2021-07-05 23:48:18 -03:00
output_selection.cpp Merge commit 'c5e9266' into MergeUpstream2 2020-04-20 17:07:14 +10:00
oxen_name_system.cpp uninitialised tests 2021-04-15 10:43:07 +10:00
parse_address.cpp rename ons_owners_by_names merge wallet and session name check 2021-04-14 17:25:53 +10:00
parse_amount.cpp More string_view (mostly in wallet code) 2020-07-02 12:55:28 -03:00
pruning.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -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 Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
serialization.cpp Rename lokimq -> oxenmq 2021-01-14 19:35:00 -04:00
service_nodes.cpp Test suite fixes 2021-07-05 23:48:18 -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
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 compiles 2021-01-04 13:09:59 +11:00
testdb.h Test suite fixes 2021-07-05 23:48:18 -03:00
threadpool.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -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 compiles 2021-01-04 13:09:59 +11: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 Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00