wownero/tests/core_tests
moneromooo-monero 8330e772f1
monerod can now sync from pruned blocks
If the peer (whether pruned or not itself) supports sending pruned blocks
to syncing nodes, the pruned version will be sent along with the hash
of the pruned data and the block weight. The original tx hashes can be
reconstructed from the pruned txes and theur prunable data hash. Those
hashes and the block weights are hashes and checked against the set of
precompiled hashes, ensuring the data we received is the original data.
It is currently not possible to use this system when not using the set
of precompiled hashes, since block weights can not otherwise be checked
for validity.

This is off by default for now, and is enabled by --sync-pruned-blocks
2019-09-27 00:10:37 +00:00
..
block_reward.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
block_reward.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
block_validation.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
block_validation.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
bulletproofs.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
bulletproofs.h Remove unneeded SFINAE on check_tx/block verification in core_tests 2019-04-17 10:43:14 +10:00
chain_split_1.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
chain_split_1.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
chain_switch_1.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
chain_switch_1.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
chaingen.cpp add a few checks where it seems appropriate 2019-04-29 20:52:40 +00:00
chaingen.h monerod can now sync from pruned blocks 2019-09-27 00:10:37 +00:00
chaingen001.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
chaingen_main.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
chaingen_tests_list.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
CMakeLists.txt Merge pull request #5061 2019-03-17 17:49:30 +02:00
double_spend.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
double_spend.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
double_spend.inl Update 2019 copyright 2019-03-05 22:05:34 +01:00
integer_overflow.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
integer_overflow.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
multisig.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
multisig.h tests: fix test_options initialization error 2019-04-07 18:18:54 +02:00
rct.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
rct.h tests: fix test_options initialization error 2019-04-07 18:18:54 +02:00
ring_signature_1.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
ring_signature_1.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
transaction_tests.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
transaction_tests.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
tx_validation.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
tx_validation.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
v2_tests.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
v2_tests.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
wallet_tools.cpp add a few checks where it seems appropriate 2019-04-29 20:52:40 +00:00
wallet_tools.h device/trezor: debugging features, trezor tests 2019-03-05 14:02:45 +01:00