mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-11 13:13:49 +01:00
txgraph: Add initial version (feature)
This adds an initial version of the txgraph module, with the TxGraph class. It encapsulates knowledge about the fees, sizes, and dependencies between all mempool transactions, but nothing else. In particular, it lacks knowledge about txids, inputs, outputs, CTransactions, ... and so forth. Instead, it exposes a generic TxGraph::Ref type to reference nodes in the TxGraph, which can be passed around and stored by layers on top.
This commit is contained in:
1138
src/txgraph.cpp
Normal file
1138
src/txgraph.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user