zcashd/src/gtest
Wladimir J. van der Laan 36c70c01a1 Add debug message to CValidationState for optional extra information
Add a field `strDebugMessage` which can be passed to DoS or Invalid,
and queried using GetDebugMessage() to add extra troubleshooting
information to the validation state.

(cherry picked from commit bitcoin/bitcoin@fbf44e6f3e)
2021-08-13 16:24:09 +01:00
..
json_test_vectors.cpp
json_test_vectors.h lint: Fix missing or inconsistent include guards 2020-11-09 23:06:21 +00:00
main.cpp Remove init_and_check_sodium from crypto/common.h 2020-12-20 22:42:22 +00:00
test_allocator.cpp LockedPool: Make Arena::free and LockedPool::free noexcept 2020-09-28 16:20:06 +01:00
test_block.cpp Merge remote-tracking branch 'upstream/master' into bazel-patches 2020-07-31 12:49:40 -06:00
test_checkblock.cpp Add debug message to CValidationState for optional extra information 2021-08-13 16:24:09 +01:00
test_checktransaction.cpp Add debug message to CValidationState for optional extra information 2021-08-13 16:24:09 +01:00
test_consensus.cpp test: Use ed25519_verify in ConsensusTests 2020-12-08 14:23:37 +00:00
test_deprecation.cpp utils: Remove unnecessary GetTempPath() 2020-10-26 02:02:18 +00:00
test_dynamicusage.cpp Make ZCJoinSplit::prove static and remove ZCJoinSplit globals 2020-07-08 13:59:47 +12:00
test_equihash.cpp Replace libsodium's crypto_generichash_blake2b with blake2b_simd 2020-09-24 15:58:14 +01:00
test_feature_flagging.cpp Add feature flagging tests. 2021-03-23 19:38:30 -06:00
test_foundersreward.cpp Auto merge of #4892 - str4d:boosted, r=str4d 2020-12-17 02:42:55 +00:00
test_history.cpp test: Add test case for popping from an empty history tree 2021-06-20 22:48:10 +01:00
test_httprpc.cpp
test_joinsplit.cpp Store inputs and outputs by reference in JSDescriptionInfo 2020-12-21 02:18:35 +00:00
test_keys.cpp Add support for decoding and encoding Unified Addresses 2021-07-13 03:22:47 +01: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 Store the total sig op count of a tx. 2021-08-10 05:09:51 +01:00
test_mempoollimit.cpp gtest/test_mempoollimit: the test failed to properly ensure that the "low fee penalty" threshold matches the new ZIP 313 fee. 2020-12-20 17:57:09 +00:00
test_merkletree.cpp Apply suggestions from code review 2021-06-28 13:54:15 -06:00
test_metrics.cpp Prefer explicit passing of CChainParams to the Params() global. 2020-12-15 08:23:09 -07:00
test_miner.cpp scripted-diff: Migrate from boost::variant to std::variant 2020-12-16 22:49:53 +00:00
test_noteencryption.cpp scripted-diff: Migrate from boost::optional to std::optional 2020-12-16 22:59:35 +00: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 Auto merge of #4892 - str4d:boosted, r=str4d 2020-12-17 02:42:55 +00:00
test_random.cpp Add actual header file for utilities in gtest/utils.cpp 2018-01-23 07:43:51 +01:00
test_rpc.cpp add z_gettreestate rpc 2020-10-26 23:08:47 -06:00
test_sapling_note.cpp Migrate from boost::optional::get to boost::optional::value 2020-12-16 22:59:34 +00:00
test_tautology.cpp requested changes are rectified 2019-01-04 16:58:11 +05:30
test_timedata.cpp prevector: Terminate without logging on failed allocation 2020-12-20 22:42:22 +00:00
test_transaction.cpp Add JSDescriptionInfo for constructing JSDescriptions 2020-12-20 22:42:22 +00:00
test_transaction_builder.cpp Make valueBalanceSapling a private non-const member of CTransaction. 2021-07-01 12:41:25 +01:00
test_txid.cpp changed txid_tests to TxidTests 2018-10-10 09:30:16 +05:30
test_upgrades.cpp scripted-diff: Migrate from boost::optional to std::optional 2020-12-16 22:59:35 +00:00
test_validation.cpp Add debug message to CValidationState for optional extra information 2021-08-13 16:24:09 +01:00
test_zip32.cpp Migrate from boost::optional::get to boost::optional::value 2020-12-16 22:59:34 +00:00
utils.cpp Add actual header file for utilities in gtest/utils.cpp 2018-01-23 07:43:51 +01:00
utils.h Add actual header file for utilities in gtest/utils.cpp 2018-01-23 07:43:51 +01:00