|
| ListCoinsTestingSetup () |
|
| ~ListCoinsTestingSetup () |
|
CWalletTx & | AddTx (CRecipient recipient) |
|
| TestChain100Setup (const std::string &chain_name=CBaseChainParams::REGTEST, const std::vector< const char * > &extra_args={}, const bool coins_db_in_memory=true, const bool block_tree_db_in_memory=true) |
|
CBlock | CreateAndProcessBlock (const std::vector< CMutableTransaction > &txns, const CScript &scriptPubKey, Chainstate *chainstate=nullptr) |
| Create a new block with just given transactions, coinbase paying to scriptPubKey, and try to add it to the current chain. More...
|
|
CBlock | CreateBlock (const std::vector< CMutableTransaction > &txns, const CScript &scriptPubKey, Chainstate &chainstate) |
| Create a new block with just given transactions, coinbase paying to scriptPubKey. More...
|
|
void | mineBlocks (int num_blocks) |
| Mine a series of new blocks on the active chain. More...
|
|
CMutableTransaction | CreateValidMempoolTransaction (CTransactionRef input_transaction, int input_vout, int input_height, CKey input_signing_key, CScript output_destination, CAmount output_amount=CAmount(1 *COIN), bool submit=true) |
| Create a transaction and submit to the mempool. More...
|
|
std::vector< CTransactionRef > | PopulateMempool (FastRandomContext &det_rand, size_t num_transactions, bool submit) |
| Create transactions spending from m_coinbase_txns. More...
|
|
void | LoadVerifyActivateChainstate () |
|
| TestingSetup (const std::string &chainName=CBaseChainParams::MAIN, const std::vector< const char * > &extra_args={}, const bool coins_db_in_memory=true, const bool block_tree_db_in_memory=true) |
|
| ChainTestingSetup (const std::string &chainName=CBaseChainParams::MAIN, const std::vector< const char * > &extra_args={}) |
|
| ~ChainTestingSetup () |
|
| BasicTestingSetup (const std::string &chainName=CBaseChainParams::MAIN, const std::vector< const char * > &extra_args={}) |
|
| ~BasicTestingSetup () |
|
Definition at line 524 of file wallet_tests.cpp.