![]() |
Bitcoin Core
24.1.0
P2P Digital Currency
|
#include <node/miner.h>#include <chain.h>#include <chainparams.h>#include <coins.h>#include <consensus/amount.h>#include <consensus/consensus.h>#include <consensus/merkle.h>#include <consensus/tx_verify.h>#include <consensus/validation.h>#include <deploymentstatus.h>#include <policy/feerate.h>#include <policy/policy.h>#include <pow.h>#include <primitives/transaction.h>#include <timedata.h>#include <util/moneystr.h>#include <util/system.h>#include <validation.h>#include <algorithm>#include <utility>Go to the source code of this file.
Namespaces | |
| node | |
Functions | |
| int64_t | node::UpdateTime (CBlockHeader *pblock, const Consensus::Params &consensusParams, const CBlockIndex *pindexPrev) |
| void | node::RegenerateCommitments (CBlock &block, ChainstateManager &chainman) |
| Update an old GenerateCoinbaseCommitment from CreateNewBlock after the block txs have changed. More... | |
| static BlockAssembler::Options | node::DefaultOptions () |
| static int | node::UpdatePackagesForAdded (const CTxMemPool &mempool, const CTxMemPool::setEntries &alreadyAdded, indexed_modified_transaction_set &mapModifiedTx) EXCLUSIVE_LOCKS_REQUIRED(mempool.cs) |
| Add descendants of given transactions to mapModifiedTx with ancestor state updated assuming given transactions are inBlock. More... | |
1.8.14