wownero/tests/unit_tests
Riccardo Spagni c2346c6c59
Merge pull request #2424
28b72b6e tx_pool: pre-init tvc.m_verifivation_failed before processing (moneromooo-monero)
50a629b2 core_tests: catch (impossible in practice) tx extra api failure (moneromooo-monero)
fee15ef1 wallet2: catch failure to parse address (moneromooo-monero)
1399e26d net_peerlist: remove dead code (moneromooo-monero)
50e09698 tx_pool: guard against failure getting tx hash (moneromooo-monero)
54cc209a wallet_rpc_server: catch failure to create directory (moneromooo-monero)
3e55099c wallet_rpc_server: init m_vm to NULL in ctor (moneromooo-monero)
7d0dde5e wallet_args: remove redundant default value for --log-file (moneromooo-monero)
ed4a3350 wallet2: catch failure to save keys file (moneromooo-monero)
44434c8a wallet2_api: check whether dynamic_cast returns NULL (moneromooo-monero)
92f2f687 core: check return value from parse_hexstr_to_binbuff (moneromooo-monero)
5475692e wallet2_api: remove an unused, uninitialized, field (moneromooo-monero)
a7ba3de1 libwallet_api_tests: initialize newblock_triggered on reset (moneromooo-monero)
b2763ace wallet2_api: init error code to "no error" in the ctor (moneromooo-monero)
b5faac53 get_blockchain_top now returns void (moneromooo-monero)
2e44d8f2 wallet_rpc_server: guard against exceptions (moneromooo-monero)
4230876b simplewallet: guard against I/O exceptions (moneromooo-monero)
06c1e057 daemon: initialize decode_as_json in RPC request (moneromooo-monero)
11f71af5 http_base: init size_t in http_request_info ctor (moneromooo-monero)
2017-09-25 16:52:27 +02:00
..
address_from_url.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
apply_permutation.cpp blockchain: reject unsorted ins and outs from v7 2017-09-18 11:23:15 +01:00
ban.cpp get_blockchain_top now returns void 2017-09-25 15:48:13 +01:00
base58.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
block_queue.cpp protocol: fix reorgs while syncing 2017-08-12 11:22:42 +01:00
block_reward.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
blockchain_db.cpp Replace deprecated tmpnam function. 2017-03-29 22:32:00 -04:00
canonical_amounts.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
chacha8.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
checkpoints.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
CMakeLists.txt Merge pull request #2442 2017-09-25 16:50:35 +02:00
command_line.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
crypto.cpp Simplified the implementation and features of span 2017-04-11 16:35:14 -04:00
decompose_amount_into_digits.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
dns_resolver.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
epee_boosted_tcp_server.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
epee_levin_protocol_handler_async.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
epee_utils.cpp Improvements for epee binary to hex functions: 2017-04-11 16:35:00 -04:00
fee.cpp Add intervening v5 fork for increased min block size 2017-03-15 08:32:51 +00:00
get_xtype_from_string.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
hardfork.cpp Toggle SAFE syncmode on and off automatically 2017-08-20 16:30:28 +01:00
http.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
main.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
mnemonics.cpp mnemonics: new Esperanto word list 2017-08-14 17:46:46 +01:00
mul_div.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
output_selection.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
parse_amount.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
ringct.cpp Improvements for epee binary to hex functions: 2017-04-11 16:35:00 -04:00
serialization.cpp Improvements for epee binary to hex functions: 2017-04-11 16:35:00 -04:00
slow_memmem.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
test_peerlist.cpp unit_tests: fix build failures after network_address changes 2017-06-19 11:26:02 +01:00
test_protocol_pack.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
test_tx_utils.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
unbound.cpp tests: unbound API is only accessible in static builds 2016-04-02 16:02:18 +01:00
unit_tests_utils.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
uri.cpp tests: add unit tests for uri parsing 2016-11-28 17:54:28 +00:00
varint.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
vercmp.cpp util: add a vercmp function to compare version numbers 2017-02-20 22:58:04 +00:00