zcashd/src/gtest
Daira Hopwood 40b9cbf0b1 Allow Equihash validation tests to be compiled with --disable-mining.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2020-07-25 16:33:02 +01:00
..
json_test_vectors.cpp
json_test_vectors.h
main.cpp Remove libsnark code for pre-Sapling Sprout proofs 2019-08-22 15:42:47 +01:00
test_block.cpp changed header_size_is_expected to HeaderSizeIsExpected 2018-10-10 08:50:32 +05:30
test_checkblock.cpp Add `RegtestDeactivateCanopy` calls to restore shared regtest params. 2020-07-06 12:47:12 -06:00
test_checktransaction.cpp Auto merge of #4578 - therealyingtong:zip212-impl, r=str4d 2020-07-09 00:29:07 +00:00
test_consensus.cpp Remove outdated comment. 2020-07-03 10:24:35 -06:00
test_deprecation.cpp replace "virtual" with "override" in subclasses 2020-02-01 15:58:21 -07:00
test_dynamicusage.cpp Account for malloc overhead 2019-11-14 16:21:37 -07:00
test_equihash.cpp Allow Equihash validation tests to be compiled with --disable-mining. 2020-07-25 16:33:02 +01:00
test_foundersreward.cpp Merge pull request #20 from daira/zip-207 2020-07-11 01:55:03 +12:00
test_history.cpp push/pop history with tests 2020-04-08 08:49:01 +12:00
test_httprpc.cpp
test_joinsplit.cpp fix conflicts 2019-12-11 16:51:46 -03:00
test_keys.cpp Make evident the relationship between chainparams and key IO. 2020-07-09 17:48:47 -06:00
test_keystore.cpp test: Add test for CBasicKeyStore::AddSaplingFullViewingKey 2020-02-20 13:01:49 +00:00
test_libzcash_utils.cpp requested changes are rectified 2019-01-04 16:58:11 +05:30
test_mempool.cpp test: Add Overwinter and Sapling support to GetValidTransaction() helper 2020-03-12 17:14:39 +13:00
test_mempoollimit.cpp remove debug noise from 2 gtests 2020-02-17 13:57:49 -03:00
test_merkletree.cpp update unit tests to compute empty roots 2019-10-12 18:03:36 -06:00
test_metrics.cpp Add unit tests for DisplayDuration, DisplaySize, and DisplayHashRate. 2020-07-17 13:59:27 +01:00
test_miner.cpp Allow Equihash validation tests to be compiled with --disable-mining. 2020-07-25 16:33:02 +01:00
test_noteencryption.cpp Directly call RegtestActivate* in gtests 2020-07-08 12:53:03 +08:00
test_pedersen_hash.cpp
test_pow.cpp Add comments and fix typos 2019-08-02 21:43:17 -06:00
test_random.cpp
test_rpc.cpp add -lightwalletd experimental option 2020-04-09 11:05:21 -03:00
test_sapling_note.cpp Remove old SaplingNote() constructor 2020-07-08 12:53:03 +08:00
test_tautology.cpp requested changes are rectified 2019-01-04 16:58:11 +05:30
test_timedata.cpp Replace time adjustment with warning only. 2020-02-25 16:48:16 +00:00
test_transaction.cpp Remove makeGrothProof argument from JoinSplit::prove 2019-09-16 13:10:54 +01:00
test_transaction_builder.cpp Refactor bool is_zip_212 to enum Zip212Enabled 2020-07-03 06:59:21 +08:00
test_txid.cpp changed txid_tests to TxidTests 2018-10-10 09:30:16 +05:30
test_upgrades.cpp replace "virtual" with "override" in subclasses 2020-02-01 15:58:21 -07:00
test_validation.cpp test: Assert that GetValidTransaction supports the given branch ID 2020-04-09 15:43:18 +12:00
test_zip32.cpp Move ZIP 32 classes inside zcash/Address.hpp 2020-02-20 12:26:58 +00:00
utils.cpp