zcashd/src/gtest
Larry Ruane 7b5148cc64 fix tests for enable-debug build 2019-12-31 12:18:16 -07:00
..
json_test_vectors.cpp
json_test_vectors.h Optimise serialization of MerklePath, avoiding ambiguity of std::vector<bool> 2018-03-28 18:26:08 +02:00
main.cpp Remove libsnark code for pre-Sapling Sprout proofs 2019-08-22 15:42:47 +01:00
test_block.cpp
test_checkblock.cpp Globals: Explicit const CChainParams& arg for main: 2019-05-23 17:48:29 +01:00
test_checktransaction.cpp Remove makeGrothProof argument from JoinSplit::prove 2019-09-16 13:10:54 +01:00
test_deprecation.cpp Remove config option -disabledeprecation 2018-06-11 10:38:12 -07:00
test_equihash.cpp
test_foundersreward.cpp Rename method and use int64_t 2019-08-07 10:05:01 -06:00
test_httprpc.cpp
test_joinsplit.cpp Remove makeGrothProof argument from JoinSplit::prove 2019-09-16 13:10:54 +01:00
test_keys.cpp Renaming and other minor cleanup 2019-01-29 21:18:10 -07:00
test_keystore.cpp Renaming and other minor cleanup 2019-01-29 21:18:10 -07:00
test_libzcash_utils.cpp
test_mempool.cpp fix tests for enable-debug build 2019-12-31 12:18:16 -07:00
test_mempoollimit.cpp Update parameter names to match ZIP 2019-10-17 16:39:32 -06:00
test_merkletree.cpp update unit tests to compute empty roots 2019-10-12 18:03:36 -06:00
test_metrics.cpp get UPGRADE_TESTDUMMY back to default at the end of the test 2019-11-07 14:28:14 -03:00
test_miner.cpp add CReserveScript to allow modular script keeping/returning 2019-03-06 09:02:50 +13:00
test_noteencryption.cpp Check commitment validity within the decryption API for Sapling note plaintexts. 2018-08-08 12:03:09 -07:00
test_pedersen_hash.cpp Update merkle tree and pedersen hash tests to account for new encoding 2018-05-18 13:26:39 -06:00
test_pow.cpp Add comments and fix typos 2019-08-02 21:43:17 -06:00
test_random.cpp
test_rpc.cpp Allow minimum-difficulty blocks on testnet and regtest 2018-10-03 17:50:17 +01:00
test_sapling_note.cpp Alter SaplingNote::nullifier() to take a SaplingFullViewingKey 2018-07-24 14:54:01 +02:00
test_tautology.cpp
test_transaction.cpp Remove makeGrothProof argument from JoinSplit::prove 2019-09-16 13:10:54 +01:00
test_transaction_builder.cpp Update expiry height for shorter block times 2019-07-30 01:16:37 -06:00
test_txid.cpp
test_upgrades.cpp Extract a helper method for finding the next epoch 2018-09-12 10:07:44 +01:00
test_validation.cpp Globals: Explicitly pass const CChainParams& to ReceivedBlockTransactions() 2019-05-23 20:03:35 +01:00
test_zip32.cpp ZIP 32 Sapling structs 2018-09-03 10:27:52 +01:00
utils.cpp