1
0
Fork 0
forked from lthn/blockchain
blockchain/tests/core_tests
2022-05-01 21:03:27 +02:00
..
alias_tests.cpp coretests: code cleanup 2021-03-12 07:13:30 +03:00
alias_tests.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
atomic_tests.cpp fixed few bugs in block version pre-validation(possible hardfork) 2021-04-23 22:37:37 -05:00
atomic_tests.h added core test against hard_fork3 validation 2021-04-22 19:12:30 -05: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 fixed few bugs in block version pre-validation(possible hardfork) 2021-04-23 22:37:37 -05:00
block_validation.h fixed few bugs in block version pre-validation(possible hardfork) 2021-04-23 22:37:37 -05: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 core tests fixes for TOR 2022-04-20 20:58:52 +02:00
chaingen.h boost placeholders fix 2022-03-20 03:22:46 +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 fixed few bugs in block version pre-validation(possible hardfork) 2021-04-23 22:37:37 -05:00
chaingen_main.cpp wallet & coretests: minor error-logging improvements 2022-05-01 21:03:27 +02:00
chaingen_tests_list.h fixed minor bugs, proofs working now 2021-08-17 12:13:11 +02:00
checkpoints_tests.cpp coretests: 1) gen_checkpoints_prun_txs_after_blockchain_load fixed to reflect new rules on tx pruning; 2) final touches to gen_checkpoints_set_after_switching_to_altchain 2021-11-29 04:50:30 +03:00
checkpoints_tests.h coretests: 1) gen_checkpoints_prun_txs_after_blockchain_load fixed to reflect new rules on tx pruning; 2) final touches to gen_checkpoints_set_after_switching_to_altchain 2021-11-29 04:50:30 +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 actual_timestamp made obsolete, real timestamp moved to tx_service_attachment in extra, PoS ts guessing interval extended 2021-10-11 16:10:51 +03: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 actual_timestamp made obsolete, real timestamp moved to tx_service_attachment in extra, PoS ts guessing interval extended 2021-10-11 16:10:51 +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 fixed hard_fork_2_awo_wallets_basic_test 2022-04-20 21:44:25 +02:00
hard_fork_2.h moved htlc from hardfork 2 to hardfork 3 2021-04-22 11:48:33 -05: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
isolate_auditable_and_proof.cpp coretests: added description for isolate_auditable_and_proof test 2021-10-08 08:02:53 +03:00
isolate_auditable_and_proof.h fixed minor bugs, proofs working now 2021-08-17 12:13:11 +02: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 typo fix 2021-04-28 21:26:23 +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: random_helper minor improvements 2022-04-20 15:36:31 +02:00
random_helper.h tests: random_helper minor improvements 2022-04-20 15:36:31 +02: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 improved p2p protocol for relaying tx over tor 2022-03-21 16:47:11 +02: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: gen_crypted_attachments, gen_tx_extra_double_entry, gen_wallet_decrypted_attachments fixed 2021-03-12 07:14:28 +03:00
tx_validation.h coretests: many tests fixed due to more strict rule for extra_alias_entry and HF2 2021-03-11 19:43:39 +03:00
wallet_rpc_tests.cpp core_tests: wallet_rpc_transfer test added, wallet_rpc_integrated_address_transfer improved 2021-10-19 04:51:59 +03:00
wallet_rpc_tests.h core_tests: wallet_rpc_transfer test added, wallet_rpc_integrated_address_transfer improved 2021-10-19 04:51:59 +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_spend_form_auditable_and_track test added 2021-12-01 05:19:11 +03:00
wallet_tests.h coretests: wallet_spend_form_auditable_and_track test added 2021-12-01 05:19:11 +03:00
wallet_tests_basic.cpp core tests fixes for TOR 2022-04-20 20:58:52 +02: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