1
0
Fork 0
forked from lthn/blockchain
blockchain/tests/core_tests
2019-10-28 20:45:25 +03:00
..
alias_tests.cpp coretests adapted for serializable_pair 2019-05-01 16:01:10 +02: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 fixed most of the coretests 2019-07-26 18:53:42 +02: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: test_chain_unit_enchanced::remove_stuck_txs added 2019-10-16 16:32:58 +03:00
chaingen.h coretests: test_chain_unit_enchanced::remove_stuck_txs added 2019-10-16 16:32:58 +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 implemented 128 bit coin supply 2019-04-10 03:00:29 +02:00
chaingen_main.cpp coretests: escrow_acceptance_and_balance test added to cover #47 case more carefully 2019-10-28 20:45:25 +03:00
chaingen_tests_list.h coretests: added hard_fork_1_unlock_time_2_in_normal_tx and hard_fork_1_unlock_time_2_in_coinbase 2019-08-06 14:17:52 +03:00
checkpoints_tests.cpp improvements over wallet balance caclulations algo 2019-09-27 17:16:18 +02:00
checkpoints_tests.h coretests: generic improvements in chaingen 2019-08-09 07:34:27 +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 coretests adapted for serializable_pair 2019-05-01 16:01:10 +02:00
double_spend.inl coretests adapted for serializable_pair 2019-05-01 16:01:10 +02: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 Merge branch 'develop' into market_rpc_api 2019-10-02 21:06:50 +02:00
escrow_wallet_tests.cpp coretests: escrow_acceptance_and_balance test added to cover #47 case more carefully 2019-10-28 20:45:25 +03:00
escrow_wallet_tests.h coretests: escrow_acceptance_and_balance test added to cover #47 case more carefully 2019-10-28 20:45:25 +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: hard_fork_1_checkpoint_basic_test completed 2019-09-07 12:48:13 +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 added missing tests, reset blockchain from db 2019-08-05 21:43:10 +02: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 fixed few bugs in locked pos mining, implemeted proper test 2019-08-03 00:22:04 +02: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: hard_fork_1_locked_mining_test enhanced 2019-09-07 12:47:31 +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
integer_overflow.cpp got rid of max supply variable 2019-08-14 10:23:20 +02: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 Merge branch 'develop' into market_rpc_api 2019-10-02 21:06:50 +02: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 minor fixes and impovements 2019-09-07 12:46:25 +03:00
pos_block_builder.h coretests: pos_block_builder improved 2019-09-06 18:59:02 +03:00
pos_validation.cpp multiple fixes on coretests 2019-04-25 23:37:43 +02:00
pos_validation.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
pruning_ring_signatures.cpp Moved sources to public repo 2018-12-27 18:50:45 +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 Moved sources to public repo 2018-12-27 18:50:45 +03:00
transaction_tests.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
tx_builder.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
tx_validation.cpp coretests: tx_key_image_pool_conflict improved to cover more cases, comments added 2019-10-17 14:04:13 +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 attempt to make common publi interface for wallet 2019-08-27 17:36:53 +02: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 Merge branch 'develop' into market_rpc_api 2019-10-02 21:06:50 +02:00
wallet_tests.h attempt to make common publi interface for wallet 2019-08-27 17:36:53 +02:00
wallet_tests_basic.cpp attempt to make common publi interface for wallet 2019-08-27 17:36:53 +02:00
wallet_tests_basic.h Moved sources to public repo 2018-12-27 18:50:45 +03:00