|
| | Dersig100Setup () |
| |
| | TestChain100Setup (const ChainType chain_type=ChainType::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 | MockMempoolMinFee (const CFeeRate &target_feerate) |
| | Mock the mempool minimum feerate by adding a transaction and calling TrimToSize(0), simulating the mempool "reaching capacity" and evicting by descendant feerate. More...
|
| |
| | TestingSetup (const ChainType chainType=ChainType::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 ChainType chainType=ChainType::MAIN, const std::vector< const char *> &extra_args={}) |
| |
| | ~ChainTestingSetup () |
| |
| void | LoadVerifyActivateChainstate () |
| |
| | BasicTestingSetup (const ChainType chainType=ChainType::MAIN, const std::vector< const char *> &extra_args={}) |
| |
| | ~BasicTestingSetup () |
| |
Definition at line 17 of file txvalidationcache_tests.cpp.