1
0
Fork 0
forked from lthn/blockchain
blockchain/tests/core_tests
2021-03-10 03:23:54 +03:00
..
alias_tests.cpp htlc in work: scanning for outputs and validation agains internal errors 2021-01-06 00:10:54 +01:00
alias_tests.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
atomic_tests.cpp fixed bug with finalize_transaction params(escrow work was totaly broken) 2021-03-10 03:23:54 +03:00
atomic_tests.h fixed bug with finalize_transaction params(escrow work was totaly broken) 2021-03-10 03:23:54 +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 htlc in work: scanning for outputs and validation agains internal errors 2021-01-06 00:10:54 +01: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 fixed chain_switching_when_out_spent_in_alt_chain_ref_id 2021-02-04 21:28:53 +01:00
chain_switch_1.h coretests: chain_switching_when_out_spent_in_alt_chain_ref_id test added 2021-01-08 02:24:43 +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 fixed chain_switching_when_out_spent_in_alt_chain_ref_id 2021-02-04 21:28:53 +01:00
chaingen.h htlc: fixes here and there2 2021-02-03 18:37:57 +01: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 atomics: tests for altchain switching 2021-02-28 23:36:38 +01:00
chaingen_main.cpp atomics: tests for altchain switching 2021-02-28 23:36:38 +01:00
chaingen_tests_list.h atomics: started to work on tests + light refactoring 2021-02-04 01:49:38 +01:00
checkpoints_tests.cpp coretests fixed 2020-12-01 12:49:39 +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 htlc in work: scanning for outputs and validation agains internal errors 2021-01-06 00:10:54 +01: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 coretests: random_outs_and_burnt_coins test added 2020-06-03 13:05:49 +03:00
get_random_outs.h coretests: random_outs_and_burnt_coins test added 2020-06-03 13:05:49 +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 coretests fixed 2020-12-01 12:49:39 +03:00
hard_fork_2.h coretests: hard_fork_2_alias_update improved and renamed to hard_fork_2_incorrect_alias_update (EXPOSES a bug) 2020-06-25 15:52:04 +03:00
integer_overflow.cpp htlc in work: scanning for outputs and validation agains internal errors 2021-01-06 00:10:54 +01: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 fixed chain_switching_when_out_spent_in_alt_chain_ref_id 2021-02-04 21:28:53 +01: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 fixed multi-line comment warnings 2020-08-20 17:05:03 +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 fixed core tests 2020-09-01 18:48:10 +02: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:23:40 +03:00
wallet_rpc_tests.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
wallet_test_core_proxy.cpp fixed conditions for deffered outs fetch 2020-06-14 02:17:10 +02:00
wallet_test_core_proxy.h fixed core tests 2020-05-02 01:27:55 +02:00
wallet_tests.cpp coretests: wallet_watch_only_and_chain_switch test added 2020-10-02 16:31:31 +03:00
wallet_tests.h coretests: wallet_watch_only_and_chain_switch test added 2020-10-02 16:31:31 +03: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: wallet_test inherits test_chain_unit_enchanced virtually to avoid gcc issues 2020-05-27 13:12:28 +03:00