1
0
Fork 0
forked from lthn/blockchain
blockchain/tests/core_tests
2020-04-28 15:51:41 +03:00
..
alias_tests.cpp coretests fixed 2020-04-23 15:41:40 +03:00
alias_tests.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
block_reward.cpp multiple fixes on coretests 2019-04-25 23:37:43 +02:00
block_reward.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
block_validation.cpp coretests fixed 2020-04-23 15:41:40 +03:00
block_validation.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
chain_split_1.cpp Moved sources to public repo 2018-12-27 18:50:45 +03:00
chain_split_1.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
chain_switch_1.cpp multiple fixes on coretests 2019-04-25 23:37:43 +02:00
chain_switch_1.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
chain_switch_pow_pos.cpp multiple fixes on coretests 2019-04-25 23:37:43 +02:00
chain_switch_pow_pos.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
chaingen.cpp coretests fixed 2020-04-23 15:41:40 +03:00
chaingen.h coretests fixed 2020-04-23 15:41:40 +03:00
chaingen001.cpp Moved sources to public repo 2018-12-27 18:50:45 +03:00
chaingen001.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
chaingen_helpers.h unit_tests fixed 2020-04-23 14:56:03 +03:00
chaingen_main.cpp attempt to fix coretests 2020-03-16 20:03:45 +03:00
chaingen_tests_list.h initial coretests for auditability, work in progress 2020-04-27 16:09:02 +03:00
checkpoints_tests.cpp coretests: gen_checkpoints_and_invalid_tx_to_pool fixed, all tests should pass normally now 2020-02-16 22:56:32 +03:00
checkpoints_tests.h coretests: gen_checkpoints_and_invalid_tx_to_pool test added 2020-02-11 18:55:48 +03:00
core_state_helper.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
cumulative_diificulty_adjustments_tests.cpp Moved sources to public repo 2018-12-27 18:50:45 +03:00
cumulative_diificulty_adjustments_tests.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
double_spend.cpp Moved sources to public repo 2018-12-27 18:50:45 +03:00
double_spend.h all tests fixed 2019-11-22 00:47:21 +01:00
double_spend.inl coretests fixed 2020-04-23 15:41:40 +03:00
emission_test.cpp multiple fixes on coretests 2019-04-25 23:37:43 +02:00
emission_test.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
escrow_wallet_altchain_test.cpp attempt to make common publi interface for wallet 2019-08-27 17:36:53 +02:00
escrow_wallet_altchain_test.h attempt to make common publi interface for wallet 2019-08-27 17:36:53 +02:00
escrow_wallet_common.h coretests fixed 2020-04-23 15:41:40 +03:00
escrow_wallet_tests.cpp coretests: escrow_acceptance_and_balance removed as superseded by escrow_balance 2019-11-07 13:42:20 +03:00
escrow_wallet_tests.h coretests: escrow_acceptance_and_balance removed as superseded by escrow_balance 2019-11-07 13:42:20 +03:00
get_random_outs.cpp multiple fixes on coretests 2019-04-25 23:37:43 +02:00
get_random_outs.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
hard_fork_1.cpp coretests fixed 2020-04-23 15:41:40 +03:00
hard_fork_1.h coretests: hard_fork_1_pos_locked_height_vs_time added (exposes an issue) 2019-09-05 19:06:35 +03:00
hard_fork_1_bad_pos_source.cpp coretests fixed 2020-04-23 15:41:40 +03:00
hard_fork_1_bad_pos_source.h added missing tests, reset blockchain from db 2019-08-05 21:43:10 +02:00
hard_fork_1_consensus_test.cpp coretests fixed 2020-04-23 15:41:40 +03:00
hard_fork_1_consensus_test.h fixed few bugs in locked pos mining, implemeted proper test 2019-08-03 00:22:04 +02:00
hard_fork_1_locked_pos_test.cpp coretests fixed 2020-04-23 15:41:40 +03:00
hard_fork_1_locked_pos_test.h fixed few bugs in locked pos mining, implemeted proper test 2019-08-03 00:22:04 +02:00
hard_fork_2.cpp whitespace fix 2020-04-27 18:29:55 +03:00
hard_fork_2.h initial coretests for auditability, work in progress 2020-04-27 16:09:02 +03:00
integer_overflow.cpp coretests fixed 2020-04-23 15:41:40 +03:00
integer_overflow.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
misc_tests.cpp Inital integration of progpow 2019-03-25 01:30:20 +01:00
misc_tests.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
mixin_attr.cpp multiple fixes on coretests 2019-04-25 23:37:43 +02:00
mixin_attr.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
multisig_wallet_tests.cpp coretests fixed 2020-04-23 15:41:40 +03:00
multisig_wallet_tests.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
offers_helper.cpp Moved sources to public repo 2018-12-27 18:50:45 +03:00
offers_helper.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
offers_test.cpp fixed offers-related tests 2019-07-26 21:51:35 +02:00
offers_test.h coretests: offer_removing_and_selected_output fixed, offer_cancellation_with_zero_fee added 2019-07-20 05:12:41 +03:00
offers_tests_common.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
pos_basic_tests.cpp Moved sources to public repo 2018-12-27 18:50:45 +03:00
pos_basic_tests.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
pos_block_builder.cpp coretests fixed 2020-04-23 15:41:40 +03:00
pos_block_builder.h coretests: pos_block_builder improved 2019-09-06 18:59:02 +03:00
pos_validation.cpp coretests fixed 2020-04-23 15:41:40 +03:00
pos_validation.h coretests: pos_minting_tx_packing added 2019-12-06 19:03:12 +03:00
pruning_ring_signatures.cpp coretests: adapted few tests to new tx pool rule (no standalone txs acceptable while BCS is in CP zone): 2020-02-12 15:59:51 +03:00
pruning_ring_signatures.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
random_helper.cpp tests fixes: 2019-09-11 13:38:04 +03:00
random_helper.h crypto: safety improvement: use PRNG manipulation from Boolberry, explicitly require USE_INSECURE_RANDOM_RPNG_ROUTINES defined for using it 2019-09-11 13:35:40 +03:00
ring_signature_1.cpp Moved sources to public repo 2018-12-27 18:50:45 +03:00
ring_signature_1.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
test_core_proxy.h zano: resolve build warnings (-Wdelete-non-virtual-dtor) 2019-02-20 07:19:02 +00:00
test_core_time.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
transaction_tests.cpp coretests fixed 2020-04-23 15:41:40 +03:00
transaction_tests.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
tx_builder.h coretests fixed 2020-04-23 15:41:40 +03:00
tx_validation.cpp coretests fixed 2020-04-23 15:41:40 +03:00
tx_validation.h coretests: tx_key_image_pool_conflict improved to cover more cases, comments added 2019-10-17 14:04:13 +03:00
wallet_rpc_tests.cpp typo fixed 2020-04-27 18:11:18 +03:00
wallet_rpc_tests.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
wallet_test_core_proxy.cpp Moved sources to public repo 2018-12-27 18:50:45 +03:00
wallet_test_core_proxy.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
wallet_tests.cpp coretests: wlt_lambda_on_transfer2_wrapper moved 2020-04-28 15:51:41 +03:00
wallet_tests.h added new test, fixed multiple bugs 2019-11-29 21:43:17 +01:00
wallet_tests_basic.cpp coretests: wlt_lambda_on_transfer2_wrapper moved 2020-04-28 15:51:41 +03:00
wallet_tests_basic.h coretests: wlt_lambda_on_transfer2_wrapper moved 2020-04-28 15:51:41 +03:00