#include "test/test_pivx.h"
#include "blockassembler.h"
#include "consensus/merkle.h"
#include "bls/bls_wrapper.h"
#include "guiinterface.h"
#include "evo/deterministicmns.h"
#include "evo/evodb.h"
#include "evo/evonotificationinterface.h"
#include "llmq/quorums_init.h"
#include "miner.h"
#include "net_processing.h"
#include "rpc/server.h"
#include "rpc/register.h"
#include "pow.h"
#include "script/sigcache.h"
#include "sporkdb.h"
#include "streams.h"
#include "txmempool.h"
#include "validation.h"
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
◆ BOOST_TEST_MODULE
| #define BOOST_TEST_MODULE Pivx Test Suite |
◆ FinalizeBlock()
| std::shared_ptr<CBlock> FinalizeBlock |
( |
std::shared_ptr< CBlock > |
pblock | ) |
|
◆ noui_connect()
◆ operator<<()
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const uint256 & |
num |
|
) |
| |
◆ Seed()
Seed the given random ctx or use the seed passed in via an environment var.
Definition at line 47 of file test_pivx.cpp.
◆ Shutdown()
| void Shutdown |
( |
void * |
parg | ) |
|
◆ ShutdownRequested()
| bool ShutdownRequested |
( |
| ) |
|
◆ StartShutdown()
◆ fPrintToConsole
◆ g_connman
◆ g_insecure_rand_ctx
◆ uiInterface