![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <interfaces/types.h>#include <node/types.h>#include <policy/policy.h>#include <primitives/block.h>#include <txmempool.h>#include <util/feefrac.h>#include <cstdint>#include <memory>#include <optional>#include <boost/multi_index/identity.hpp>#include <boost/multi_index/indexed_by.hpp>#include <boost/multi_index/ordered_index.hpp>#include <boost/multi_index/tag.hpp>#include <boost/multi_index_container.hpp>Go to the source code of this file.
Classes | |
| struct | node::CBlockTemplate |
| class | node::BlockAssembler |
| Generate a new block, without valid proof-of-work. More... | |
| struct | node::BlockAssembler::Options |
Namespaces | |
| namespace | Consensus |
| Transaction validation functions. | |
| namespace | node |
Functions | |
| int64_t | node::GetMinimumTime (const CBlockIndex *pindexPrev, int64_t difficulty_adjustment_interval) |
| Get the minimum time a miner should use in the next block. | |
| 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. | |
| void | node::ApplyArgsManOptions (const ArgsManager &gArgs, BlockAssembler::Options &options) |
| Apply -blockmintxfee and -blockmaxweight options from ArgsManager to BlockAssembler options. | |
| void | node::AddMerkleRootAndCoinbase (CBlock &block, CTransactionRef coinbase, uint32_t version, uint32_t timestamp, uint32_t nonce) |
| void | node::InterruptWait (KernelNotifications &kernel_notifications, bool &interrupt_wait) |
| std::unique_ptr< CBlockTemplate > | node::WaitAndCreateNewBlock (ChainstateManager &chainman, KernelNotifications &kernel_notifications, CTxMemPool *mempool, const std::unique_ptr< CBlockTemplate > &block_template, const BlockWaitOptions &options, const BlockAssembler::Options &assemble_options, bool &interrupt_wait) |
| Return a new block template when fees rise to a certain threshold or after a new tip; return nullopt if timeout is reached. | |
| std::optional< BlockRef > | node::GetTip (ChainstateManager &chainman) |
| std::optional< BlockRef > | node::WaitTipChanged (ChainstateManager &chainman, KernelNotifications &kernel_notifications, const uint256 ¤t_tip, MillisecondsDouble &timeout, bool &interrupt) |
| bool | node::CooldownIfHeadersAhead (ChainstateManager &chainman, KernelNotifications &kernel_notifications, const BlockRef &last_tip, bool &interrupt_mining) |
| Wait while the best known header extends the current chain tip AND at least one block is being added to the tip every 3 seconds. | |
Variables | |
| static const bool | node::DEFAULT_PRINT_MODIFIED_FEE = false |