![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "test/test_pivx.h"#include "blockassembler.h"#include "consensus/merkle.h"#include "consensus/params.h"#include "evo/specialtx_validation.h"#include "evo/deterministicmns.h"#include "llmq/quorums_blockprocessor.h"#include "llmq/quorums_commitment.h"#include "llmq/quorums_utils.h"#include "masternode-payments.h"#include "messagesigner.h"#include "netbase.h"#include "policy/policy.h"#include "primitives/transaction.h"#include "script/sign.h"#include "spork.h"#include "tiertwo/tiertwo_sync_state.h"#include "util/blocksutil.h"#include "validation.h"#include "validationinterface.h"#include <boost/test/unit_test.hpp>Go to the source code of this file.
Typedefs | |
| typedef std::map< COutPoint, std::pair< int, CAmount > > | SimpleUTXOMap |
Functions | |
| BOOST_FIXTURE_TEST_CASE (dip3_protx, TestChain400Setup) | |
| CMutableTransaction | CreateQfcTx (const uint256 &quorumHash, int nHeight, Optional< llmq::CFinalCommitment > opt_qfc) |
| CMutableTransaction | CreateNullQfcTx (const uint256 &quorumHash, int nHeight) |
| CService | ip (uint32_t i) |
| BOOST_FIXTURE_TEST_CASE (dkg_pose_and_qfc_invalid_paths, TestChain400Setup) | |
| typedef std::map<COutPoint, std::pair<int, CAmount> > SimpleUTXOMap |
Definition at line 30 of file evo_deterministicmns_tests.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | dip3_protx | , |
| TestChain400Setup | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | dkg_pose_and_qfc_invalid_paths | , |
| TestChain400Setup | |||
| ) |
Definition at line 994 of file evo_deterministicmns_tests.cpp.
| CMutableTransaction CreateNullQfcTx | ( | const uint256 & | quorumHash, |
| int | nHeight | ||
| ) |
Definition at line 970 of file evo_deterministicmns_tests.cpp.
| CMutableTransaction CreateQfcTx | ( | const uint256 & | quorumHash, |
| int | nHeight, | ||
| Optional< llmq::CFinalCommitment > | opt_qfc | ||
| ) |
Definition at line 958 of file evo_deterministicmns_tests.cpp.
| CService ip | ( | uint32_t | i | ) |
Definition at line 975 of file evo_deterministicmns_tests.cpp.